Note that there are some explanatory texts on larger screens.

plurals
  1. POFLVPlayback component in Flash 8 (AS2) and support for HD H.264 video
    primarykey
    data
    text
    <p>I have developed a video player using Flash 8 Professional and the FLVPlayback component. Recently I have been testing a few 720p .mov files converted to FLV by FFMPEG running on an encoding server. I am noticing that these files do not play back in my video player. It appears that they do not have any audio attached to them but when I play them in Adobe Media Player the audio is there. Is this due to the FLVPlayback component in Flash 8 not supporting HD videos? When I test locally the video picture plays with no sound but when I run in a browser the video freezes and does not play. The progress bar appears to move as if the video is playing however.</p> <p>So I want to try and recreate my work as a Flash CS4 project, still publish as AS2 but hopefully be able to use the updated FLVPlayback component in CS4 that can support h264 video.</p> <p>Will this work?</p> <p>------------------------------------ UPDATE ---------------------------------------------</p> <p>I noticed that the video would not play until it had completely loaded, this was true in Adobe Media Player and Flash Player. It seems that progressive downloading is not working for my video, Flash Player requires that the whole video loads before it will begin playing. I found the following information on this - <br><br> <a href="https://stackoverflow.com/questions/97781/what-is-the-best-tool-to-convert-common-video-formats-to-flv-on-a-linux-cli/97846#97846">Another SO question on this topic</a><br><a href="http://www.flashmorgan.com/index.php/2008/01/23/why-is-my-progressive-h264-video-not-playing-until-the-entire-file-is-downloaded/" rel="nofollow noreferrer">Scott Morgan post about Progressive H264 video</a></p> <p>Here is the metadata attached to my FLV video -</p> <pre><code>Your Flash Version = WIN 10,0,45,2 filesize = 1936004 audiocodecid = 10 stereo = false audiosamplesize = 16 audiosamplerate = 44100 audiodatarate = 93.75 videocodecid = 2 (This is Sorenson h263) framerate = 24 videodatarate = 683.59375 height = 240 width = 320 </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload