[android-developers] Re: Video streaming error in SDK 1.5

2009-05-11 Thread Mondain
Use this application to move the moov atom, you cannot just move it in a hex editor. http://renaun.com/blog/2007/08/22/234/ There are lots of little bits that must me manipulated when moving stuff around in an mp4 file, so its best to use a utility. Paul

[android-developers] Re: Video streaming error in SDK 1.5

2009-05-10 Thread Nithin Varamballi
Hi... I tried a video .mp4.. It contains mdat atom... I am streaming though local server... While running on browser it works fine... While running on emulator it displays the message like Cannot play the video.. Can any one Help me...? Thank You Nithin N V

[android-developers] Re: Video streaming error in SDK 1.5

2009-05-08 Thread Nithin N V
Hi Dave... I tried to add mdat atom using Hex editor...Bur When i play the video its give error... Please Can you tell me how can i do the video streaming... Thank You N N --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: Video streaming error in SDK 1.5

2009-05-07 Thread Dave Sparks
You need to format the mp4 file for streaming. This means that the moov atom must precede the mdat atom in the file. On May 7, 5:05 am, N V nithi...@gmail.com wrote: Hi to all...          I tried for video streaming in sdk 1.5... The video format .mp4... But it gives error like This video

[android-developers] Re: Video streaming error in SDK 1.5

2009-05-07 Thread Nithin Varamballi
Thanks for reply Can you tell me what exactly it means moov atom must precede the mdat atom in the file. Can yo tell me in detail I am doing video streaming project... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message