webRTC : HTML5 視頻 直播 技術
https://codelabs.developers.google.com/codelabs/webrtc-web/
1
Tutorials (https://codelabs.developers.google.com/codelabs/webrtc-web/)
1
1
M3U8 Player - HLSPlayer
What is HLS?
HTTP Live Streaming (HLS) is an HTTP-based media streaming communications protocol implemented by Apple Inc. as part of its QuickTime, Safari, OS X, and iOS software. It works by breaking the overall stream into a sequence of small HTTP-based file downloads, each download loading one short chunk of an overall potentially unbounded transport stream.
What is M3U8?
M3U8 is a computer file format that contains multimedia playlists. A m3u8 file specifies the locations of one or more media files, rather than the video itself. Therefore, a HLS player is required to download and play the actual video files.
What is RTMP?
Real Time Messaging Protocol (RTMP) was initially a proprietary protocol developed by Macromedia for streaming audio, video and data over the Internet, between a Flash player and a server. Macromedia is now owned by Adobe, which has released an incomplete version of the specification of the protocol for public use.
1
1
1
1
1
1
1
1
1
more coming soon ...
推薦閱讀:
※基於 WebRTC 的視頻聊天技術在 iOS 端的實現
※Kurento是否可以讓客戶端選擇不同的實時監控視頻?
※《Learning WebRTC中文版》試讀 + 簽名優惠版
※WebRTC有前途嗎?
※使用 WebRTC 構建簡單的前端視頻通信