android使用MediaPlayer类播放流媒体RTSP(实时流协议)

来源:互联网 发布:php冒泡排序详解 编辑:程序博客网 时间:2024/06/06 02:26
实时流协议RTSPReal-Time Streaming Protocol)是IETF提出的协议,对应的RFC文档为RFC2362


RTSP地址,如:
rtsp://www.www.com/aaaa/file.sdp

在android下使用

MediaPlayer播放,支持http/rtsp/file-path

voidsetDataSource(String path)
Sets the data source (file-path or http/rtsp URL) to use.



原创粉丝点击