Developing a simple app to play a RTSP stream on Android 4.1, but unable to do so
Update
I am able Able to play if I use BigBuckBunny_115k.m
another good solution for playing RTSP, using the native player.
mediaURL = "rtsp://192.168.0.119/Bolt.ts" Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(mediaURL)); startActivity(intent);