问题
I want to play rtmp video in videoview , so how i can play rtmp video in my app?
String host = "rtmp://example.com";
String fileName = "www.mp4";
int port = 1935;
Connection string rtmp://example/cfx/st
How i can play video ?
Regards, girish
回答1:
You can do it using Flash (at least for devices with 2.2+ android and Flash-supported CPUs)
- http://www.wowza.com/forums/showthread.php?13087-Android-RTMP-Live-Streaming
- The easiest way to play an audio RTMP stream in Android
来源:https://stackoverflow.com/questions/10412305/how-to-play-rtmp-video-in-videoview-in-android