[android-developers] Re: Media streaming on Android

2010-07-27 Thread arsalank2
Hi Alex, Thanks a lot for the message, the video streamed fine after 'hinting' through MP4Box. On Jul 26, 1:37 pm, Alex Xin xinxi...@gmail.com wrote: Which format you tried to stream? If it's MP4, you need to hint that video in order to make it stream ready for RTP/RTSP/HTTP streaming. Use

[android-developers] Re: Media streaming on Android

2010-07-26 Thread arsalank2
Thanks for the link, but the encoded video is not decoded by the Mediaplayer on some devices. Do you know precise details on codec which is correctly decoded by the Mediaplayer on every Android device? On Jul 19, 8:34 pm, nation-x shawn.payme...@gmail.com wrote: Themediaplayer streams videos

Re: [android-developers] Re: Media streaming on Android

2010-07-26 Thread Alex Xin
Which format you tried to stream? If it's MP4, you need to hint that video in order to make it stream ready for RTP/RTSP/HTTP streaming. Use MP4Box to do that work On Mon, Jul 26, 2010 at 7:23 PM, arsalank2 arsala...@gmail.com wrote: Thanks for the link, but the encoded video is not decoded by

[android-developers] Re: Media streaming on Android

2010-07-19 Thread nation-x
The media player streams videos just fine but they have to be encoded properly for it to work. Try using VLC to encode the video. http://www.youtube.com/watch?v=G7itfBXq6ns Shawn On Jul 19, 5:32 am, arsalank2 arsala...@gmail.com wrote: Hi Android developers, I am trying to stream a video on