Skip to content

Instantly share code, notes, and snippets.

@notsobad
Created August 20, 2020 02:47
Show Gist options
  • Save notsobad/59eed8b27d09acd65252c168f71fa931 to your computer and use it in GitHub Desktop.
Save notsobad/59eed8b27d09acd65252c168f71fa931 to your computer and use it in GitHub Desktop.

直播

http://www.jianshu.com/p/8ea016b2720e http://www.jianshu.com/p/b8db6c142aad

https://www.v2ex.com/t/213713 http://www.infoq.com/cn/articles/alibaba-broadcast-platform-technology-challenges http://www.jianshu.com/p/dd73132ea5e2

https://www.zhihu.com/question/42162310

http://www.zego.im/ http://liujin.me/blog/2015/10/02/learning-rtmp-hls/

https://github.com/ltebean/Live

https://github.com/jgh-/VideoCore

HTML 5 视频直播一站式扫盲 http://mp.weixin.qq.com/s?__biz=MzA3NTYzODYzMg==&mid=2653577297&idx=1&sn=a292ff3b499168f4eb589e40b7aa6d13&scene=4#wechat_redirect

http://science.china.com.cn/2016-06/06/content_8816359.htm

调研

映客:rtmp Me直播: 私有协议 趣拍微视频云服务的直播拉流提供了RTMP、HLS、FLV三种格式

SRS https://github.com/ossrs/srs/wiki/v3_CN_Home

hls: http://www.jianshu.com/p/8f99202ccb89

http://www.jianshu.com/p/10b338e56800

https://www.v2ex.com/t/295205

推流: rtmp 拉流:

HLS 是苹果公司QuickTime X和iPhone软件系统的一部分。它的工作原理是把整个流分成一个个小的基于HTTP的文件来下载,每次只下载一些。当媒体流正在播放时,客户端可以选择从许多不同的备用源中以不同的速率下载同样的资源,允许流媒体会话适应不同的数据速率。在开始一个流媒体会话时,客户端会下载一个包含元数据的extended M3U (m3u8) playlist文件,用于寻找可用的媒体流。

HLS只请求基本的HTTP报文,与实时传输协议(RTP)不同,HLS可以穿过任何允许HTTP数据通过的防火墙或者代理服务器。它也很容易使用内容分发网络来传输媒体流。

苹果对于自家的 HLS 推广也是采取了强硬措施,当你的直播内容持续十分钟 或者每五分钟内超过 5 MB 大小时,你的 APP 直播服务必须采用 HLS 架构,否则不允许上架。(详情)

http://ios.jobbole.com/88587/

映客api: http://116.211.167.106/api/live/aggregation?uid=133825214&interest=1

视频地址: http://pull99.a8.com/live/1473046535899180.flv

http://www.jianshu.com/p/c2a2a9abc97c

测试地址: http://www.cutv.com/demo/live_test.swf

七牛直播技术文档&FAQ https://github.com/qiniu/kb/wiki/%E4%B8%83%E7%89%9B%E7%9B%B4%E6%92%AD%E6%8A%80%E6%9C%AF%E6%96%87%E6%A1%A3&FAQ

http://wx.aodianyun.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment