Skip to content Skip to sidebar Skip to footer

How To Get A Video Stream From An Rtmp Server To Android?

I want to implement streaming from an RTMP server. For example, below is the link of an RTMP server. http://usher.justin.tv/find/CHANNELNAME.json?type=any And want to do streaming

Solution 1:

You can use the Adobe AIR SDK that can run on Android. It is very simple and can work with RTMP by default.

Solution 2:

As WebView supports RTSP, perhaps you can convert the stream from RTMP to RTSP on the fly.

I didn't try this, but a websearch gave me this for example: RTMP To RTSP re-stream using wowza and xuggler.

Post a Comment for "How To Get A Video Stream From An Rtmp Server To Android?"