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:

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

Leave a Comment