You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: oscar

Basic information

Registered Jan 6, 2009
Last login Jan 7, 2009
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/7443

Latest forum posts

Posts:

Registered:

» Able to play H.264 files without full download?

Posted: Jan 7, 2009

In case anyone else runs into this problem, here's the answer:

The Adobe Flash component cannot start playing a video until it gets some important information about the file. This information is normally stored at the END of a typical MP4 file, so the entire thing must be downloaded before it starts playing.

The information can be moved to the beginning of the file. One utility that does this is "qt-faststart", which is part of the source code for "ffmpeg". It doesn't normally come in the binary bundles, but you can easily built it on Linux systems.

Another utility that will fix this is "mp4box", which is also handy for many other MP4 file purposes. This is good for Windows users because it's easy to find a Windows binary build of this program.

To "fix" an MP4 file for streaming, run this command line:

mp4box.exe -isma filename.mp4

This will change the original file, so you might want to make a backup up first!

Posts:

Registered:

» » Able to play H.264 files without full download?

Posted: Jan 7, 2009

Thanks!

Posts:

Registered:

Able to play H.264 files without full download?

Posted: Jan 6, 2009

Has anyone been able to have an H.264/MP4 file start playing without Flash fully downloading the entire video first? I'm using a normal HTTP server, but I know this works with FLV files - I just want to know if I'm wasting my time trying to get the H.264 to work the same way. Thanks!