Playback of F4V using FLVPlayback won't use progressive download

南笙酒味 提交于 2020-01-05 08:32:26

问题


I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is completely downloaded (I checked with Firebug). I tried fooling around with the component's bufferTime parameter, but it didn't seem to make a difference. For what it's worth, the SWF is being embedded in a Facebook profile using the FBML tag fb:swf, although I can't see how that would make a difference here.


回答1:


Sounds like the moov atom for the file is at the end of the clip rather than the start. You might need to reencode the file correctly. (The h.264 file won't play in the flash player until the moov atom is processed)

http://www.insitewebsitedesign.com/h264-progressive-video-the-crazy-moov-atom



来源:https://stackoverflow.com/questions/4473339/playback-of-f4v-using-flvplayback-wont-use-progressive-download

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!