vote up 1 vote down star
1

the player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"

and the vid doesn't play until it's fully loaded

flag

video format, your player's buffertime/buffersize etc? – Will Sep 18 at 6:26
the buffer size is 10 – Omu Sep 18 at 12:42

1 Answer

vote up 2 vote down check

If you are trying to play recorded MP4 then it will not play until you record it in Progressive format, and if you cant specify progressive format then you have to use this program QTIndexSwapper that will help you.

When you directly record MP4 format, the file size is unknown for the recorder so when you stop recording the recorded moves the MOOV atom which is beginning point of MP4 at the end of the file. This atom needs to be placed at the beginning for flash player to detect its length and where to start. QTIndexSwapper does it for you. You will also get lots of c based program to do that.

link|flag
i made the mp4 clips through sony vegas, i don't know if they are in progressive format – Omu Sep 18 at 12:44
Then try QTIndexSwapper and see if it helps or not, if its not progressive , this program will make it progressive. – Akash Kava Sep 18 at 15:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.