此代码为rtsp链接制作流媒体,但它不适用于我的链接但适用于其他链接
链接工作:rtsp://masds03.htc.com.tw/99min_H264.3gp
我的链接无效:rtsp://mtaintl.mpl.miisolutions.net:1935 / mtaintl-live-1 / definst /mp4:MTA3_300k.stream
Uri stream = Uri.parse("rtsp://masds03.htc.com.tw/99min_H264.3gp");
Intent videointent = new Intent(Intent.ACTION_VIEW,stream);
startActivity(videointent);
答案 0 :(得分:0)
您的链接使用TCP端口1935.哪个是RTMP端口号。您确定您的链接使用RTSP作为流媒体协议吗?
RTSP://mtaintl.mpl.miisolutions.net:1935 / mtaintl活-1 / definst / MP4:MTA3_300k.stream