Video Streaming Using Rtsp: Android

Video streaming using RTSP: Android

For rtsp streaming you can also try following servers:

  • Darwin Streaming Server - linux package is available
  • Windows Media Services - can be installed on Windows Server Trial
  • VLC - standalone application

For testing purposes of your application i would also recommend you to use existing mobile video services like:

  • m.youtube.tv
  • m.wp.tv

You can extract video links from those sites and use them to test your application.

Try to follow Android ApiDemos, you can find video streaming player example at:

 ...android-sdk-windows\platforms\android-x\samples\ApiDemos\src\com\example\android\apis\media\MediaPlayerDemo_Video.java

How to play a video from a RTSP link

There is a similar question to yours here: Play RTSP streaming in an Android application

You might also want to take a look at the Android Developer page for supported media formats here:http://developer.android.com/guide/appendix/media-formats.html

Without any code I am not sure exactly what you are stuck on. Hope this helps.

How to Stream Video from Http or RTSP Url in android

You can easily do it via Vitamio Libary. Vitamio supports 720p/1080p HD, mp4, mkv, m4v, mov, flv, avi, rmvb, rm, ts, tp and many other video formats in Android and iOS. Almost all popular streaming protocols are supported by Vitamio, including HLS (m3u8), MMS, RTSP, RTMP, and HTTP.

You can download demo from here.

How to live stream a video using RTSP link in android?

I think that URL is expired. and there is no problems in your program... please change that url. Try this URL for live cricket

rtsp://85.25.199.31:1935/rtp-live/willow.stream

Please note that this url will also change at any time... So keep updating



Related Topics



Leave a reply



Submit