android - RTSP Protocol for tv live streaming -


this code make streaming rtsp link doesn't work link works other one

link worked : rtsp://masds03.htc.com.tw/99min_h264.3gp

my link not worked : 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); 

your link uses tcp port 1935. rtmp port number. sure link uses rtsp streaming protocol?

rtsp://mtaintl.mpl.miisolutions.net:1935/mtaintl-live-1/definst/mp4:mta3_300k.stream


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -