Play Rtsp Streaming in an Android Application

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.

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


Related Topics



Leave a reply



Submit