zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    【模板】Sparse-Table
    UVa 11235 Frequent values
    【模板】树状数组
    UVa 1428 Ping pong
    数学技巧
    UVa 11300 Spreading the Wealth
    UVa 11729 Commando War
    UVa 11292 Dragon of Loowater
    POJ 3627 Bookshelf
    POJ 1056 IMMEDIATE DECODABILITY
  • 原文地址:https://www.cnblogs.com/anjuncc/p/5292751.html
Copyright © 2011-2022 走看看