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" ...
随机推荐
- go五笔——基于Google在线五笔制作
go五笔 v0.0.2 加入新世纪版 86版收录几个不常用汉字,其它无更新 下载 86版64位密码: qe7k 86版32位密码: y25a 06版64位密码: d2ug 06版32位密码: bxxz ...
- linux下的tomcat自动退出的问题
1,环境:mysql+tomcat+linux 2,发现问题:连接池断开连接 No operations allowed after connection closed 连接池断开了,再进行连接就报错 ...
- python中set和frozenset方法和区别
set(可变集合)与frozenset(不可变集合)的区别:set无序排序且不重复,是可变的,有add(),remove()等方法.既然是可变的,所以它不存在哈希值.基本功能包括关系测试和消除重复元素 ...
- C++: std::string 与 Unicode 结合
一旦知道 TCHAR 和_T 是如何工作的,那么这个问题很简单.基本思想是 TCHAR 要么是char,要么是 wchar_t,这取决于_UNICODE 的值: // abridged from tc ...
- python 标准库获取网络信息
c语言ioctl定义的常量 /usr/include/x86_64-linux-gnu/bits/ioctls.h /* Copyright (C) 1996-2015 Free Software F ...
- JavaScript 性能优化1
一直在学习javascript,也有看过<犀利开发Jquery内核详解与实践>,对这本书的评价只有两个字犀利,可能是对javascript理解的还不够透彻异或是自己太笨,更多的是自己不擅于 ...
- ArrayList总结
ArrayList 1.extends AbstractList 实现List<E>->Collection<e>->Iterable,RandomAccess,S ...
- chkdsk 和sfc.exe修复命令
1:chkdsk:chkdsk的全称是checkdisk,就是磁盘检查. CMD->help chkdsk CHKDSK [volume[[path]filename]]] [/F] [/V] ...
- hdu1505
the main algorithm as the 1506 #include <stdio.h> #include <iostream> #include <strin ...
- js控制ul的显示隐藏,对象的有效范围
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...