Android 流媒体播放 live streaming

安卓支持的协议

RTSP (RTP, SDP)
HTTP/HTTPS progressive streaming
Dynamic adaptive streaming on HTTP => MPEG DASH
HTTP/HTTPS live streaming => VLS (m3u, m3u8)

 

不支持的协议
RTMP (Real Time Messaging Protocol)
HDS (Adobe HTTP Dynamic Streaming)
Microsoft Smooth Streaming

 

编程中使用安卓的 MediaPlayer / Exoplayer / VideoView 即可。网上有很多推荐使用 Vitamio,测试中觉得如果不需要使用 RTMP 协议的话不需要这个框架。

posted @ 2017-05-18 21:48  davesuen  阅读(420)  评论(0编辑  收藏  举报