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