Hello All, I am trying to play MP3 files over RTSP . Streaming is done using FFMpeg. When i try to play this stream in any other player like VLC, it gets played well. But streaming does not work on Android phones (I have tried this on Samsung Europa, LG Optimus One, Samsung Galaxy, Google Nexus One.) The standard media player in Android can not understand the SDP created for MP3 files and so, it does not send RTSP setup command. The SDP that gets created is like :
v=0 o=- 0 0 IN IP4 192.168.1.122 s=No Name c=IN IP4 192.168.1.122 t=0 0 a=tool:libavformat 52.64.2 m=audio 0 RTP/AVP 14 b=AS:64 a=control:streamid=0 And VLC player can play this SDP file. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en