[android-developers] Issue with playing audio or video from Remote URL (RTSP/HTTP)

2009-11-04 Thread dileep
Hi Friends, Did anyone try playing audio/video through http/rtsp. I am having a problem with either of the approach I am getting an error Command PLAYER_INIT completed with PVMFError I some cases I got Command PLAYER_INIT completed with PVMFErrorContentInvalidForProgressiveDownoload. Can

Re: [android-developers] Issue with playing audio or video from Remote URL (RTSP/HTTP)

2009-11-04 Thread Mark Murphy
dileep wrote: In case of http it says PVMFErrorContentInvalid for progressive download At least for HTTP streaming of MP4 content, you need to have your 'moov' atom before your 'mdat' atom. This may happen automatically when you create your MP4 files, or you may need to lightly twiddle them