video 测试
https://segmentfault.com/a/1190000002401961 音量调节
https://www.google.com/?gws_rd=ssl#newwindow=1&q=ios+%E9%9F%B3%E9%87%8F%E6%8E%A7%E5%88%B6
https://www.oschina.net/ios/codingList/399/ios-video?sort=view
http://www.fantageek.com/blog/2014/09/07/avfoundation-vs-mediaplayer/
>>>1
https://www.oschina.net/p/movieplayerviewcontroller { avplayer
返回crash
支持手势快进/快退
支持手势调节亮度/音量
记住播放进度
可以播放网络 m3u8 视频
可以播放本地 mp4 视频
支持本地分段 mp4 视频的连续播放
crash
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x124e0edc0 of class AVPlayerItem was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x124dba420> (
<NSKeyValueObservance 0x124e9fa30: Observer: 0x12501e200, Key path: status, Options: <New: YES, Old: NO, Prior: NO> Context: 0x0, Property: 0x124e9fa00>
}
>>>2
https://github.com/coderyi/Eleven 用ffmpeg
>>>3
https://www.oschina.net/p/jrvideoplayer avfoundaiton 进度不灵 严重
>>>4
https://github.com/DZamataev/DZVideoPlayerViewController avplayer 无手势 有进度条
>>>>5
https://github.com/appunite/AUMediaPlayer api 可缓存本地
>>>>6
https://github.com/tiberx/VideoByVitiomDemo 音量调节
>>>7
https://github.com/mikeMTOL/KSVideoPlayer 太简单了 无音量 手势
>>>8
https://github.com/viki-org/VKVideoPlayer 人多 ,但无手势
>>>9 https://github.com/Kickflip/kickflip-ios-sdk ios/android sdk live video
>>>10
https://github.com/0x0c/LMMediaPlayer 只是有个列表可以放 可循环
>>>11
https://github.com/blizzard-op/VideoPlayerKit pod fail
>>>12
https://github.com/immrss/SSVideoPlayer 无手势 有个列表
>>>13
https://github.com/pili-engineering/PLPlayerKit 有 透明浮层
swift
1
https://github.com/piemonte/Player 没控制
http://192.168.130.109:90/jp3.mp4
http://192.168.130.108/hls/test.m3u8
测试地址
https://www.vitamio.org/docs/Basic/2013/0508/14.html
http://www.modrails.com/videos/passenger_nginx.mov
http://wsmp32.bbc.co.uk/
http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8
video 测试的更多相关文章
- 1.Java设计模式-工厂模式
1.简单工厂模式(Factory Method) 常用的工厂模式是静态工厂模式,利用static修饰方法,作为一种类似于常见的工具类Utils等辅助效果,一般情况下工厂类不需要实例化. //1.定义一 ...
- html5对各浏览器的支持情况
考虑到HTML5标准的制定原则:新特性基于HTML.CSS.DOM 以及 JavaScript:减少对外部插件的需求(比如Flash):独立于设备等,我们选取了HTML 5的几项主要特性来评价浏览器系 ...
- 使Android 自带SDK 完美支持HTML5 之 html5webview
HTML5出来之后,webkit 大部分都支持了,但是由于历史原因,支持限度有限,我在Android 4.0使用 hao123的客户端访问youxi.cn期望可以万网手机HTML5游戏但是有些失望,进 ...
- 树莓派(Raspberry Pi):完美的家用服务器
出处:http://linux.cn/thread/11884/1/1/ 树莓派(Raspberry Pi):完美的家用服务器 自从树莓派发布后,所有在互联网上的网站为此激动人心的设备提供了很多有趣和 ...
- 流媒体测试笔记记录之————解决问题video.js 播放m3u8格式的文件,根据官方的文档添加videojs-contrib-hls也不行的原因解决了
详细代码Github:https://github.com/Tinywan/PHPSharedLibrary/tree/master/Tpl/Html5/VideoJS 想播放hls协议的就是m3u8 ...
- 关于 <video> 的兼容性测试
测试浏览器 Firefox: 33.0.1 Chrome: 38.0.2125.111 m Safari: 5.1.7 IE: 9 和 10(6,7,8不考虑) 经测试:FF.Chrome.Safar ...
- 微信小程序 video组件----真机测试position:fixed无效 且有黑底
1.问题描述 video组件fixed后,视频随页面滚动,且有个黑色底停留在页面. 页面滚动前 滚动后 这里贴一下修改前代码,在微信开发者工具看是没有任何问题的.在手机端测试就有以上的问题 <v ...
- bootstrap 模态框 video视频测试
链接:https://files.cnblogs.com/files/tele-share/%E8%A7%86%E9%A2%91%E6%B5%8B%E8%AF%95.7z <!DOCTYPE h ...
- 《HTML5》 Audio/Video全解
一.标签解读 <audio> 标签属性 <audio id="media" src="http://www.abc.com/test.mp3" ...
随机推荐
- linux tar 命令 --致力于“一眼看懂,随手就用”的随笔
基本玩法: 压缩: tar -czf txt.tar.gz *.txt // 将当前目录下的所有txt文件,创建一个tar包,并用gzip算法,压缩成txt.tar.gz 文件 解压: tar -xz ...
- 剑指Offer:面试题5——从尾到头打印链表(java实现)
问题描述:输入一个链表的头结点,从尾巴到头反过来打印出每个结点的值. 首先定义链表结点 public class ListNode { int val; ListNode next = null; L ...
- JavaScript数据结构,队列和栈
在JavaScript中为数组封装了大量的方法,比如:concat,pop,push,unshift,shift,forEach等,下面我将使用JavaScript提供的这些方法,实现队列和栈的操作. ...
- JS的文本编辑框jwysiwyg-0.6
一款轻量的用js写的文本编辑框.
- VS2010之MFC串口通信的编写教程
http://wenku.baidu.com/link?url=K1XPdj9Dcf2of_BsbIdbPeeZ452uJqiF-s773uQyMzV2cSaPRIq6RddQQH1zr1opqVBM ...
- sql server安装程序无法验证服务账户是什么原因
为了帮助网友解决“sql server安装程序无法验证服务”相关的问题,中国学网通过互联网对“sql server安装程序无法验证服务”相关的解决方案进行了整理,用户详细问题包括:能是尚未向所有要安装 ...
- Leetcode006 ZigZag Conversion
/* simple simulation algorithm * we cann`t make sure the size of the string, * so it had better to s ...
- IEF could not decode Chinese character in IE history well
My friend is working on some case, and she looks not in the mood. I ask her what's going on. She wan ...
- 凡聊过必留下痕迹-破解加密的WeChat数据库
有个朋友上门寻求协助,带着她朋友的朋友的手机,说是手机硬件有问题,想把手机内的资料都备份出来,尤其是WeChat的聊天内容…我跟她说,那iTool等工具不就可以帮上忙了吗?没想到她早就试过了, 说iT ...
- PPTP --VPN配置
测试:1:根据上面的步骤4,在路由器里查看状态:2:手机热点,共享给你电脑,电脑拨号,进行测试. 参考:http://jingyan.baidu.com/article/90808022ddd6a ...