-
Streaming MP4
I am learning how to put streaming MP4 video on my website using OpenVideoPlayer. However, the MP4 files I create will not play until they are completely loaded in the client’s browser, while the MP4 that OVP uses in their example streams “progressively” (plays/loads simultaneously like Youtube).
mine: 69MB, 4:00, takes almost 2 minutes to load
https://openvideoplayer.sourceforge.net/ovpfl/akamai_multi_player/player.html?src=http%3A//www.matthoover.com/video/Z-Flock_4.0-HD.mp4&mode=sidebyside&scaleMode=fit&themeColor=0395d3&frameColor=333333&fontColor=cccccc&autostart=true&width=774&height=469theirs: 54MB, 10:00, loads progressively
https://openvideoplayer.sourceforge.net/ovpfl/akamai_multi_player/player.html?src=http%3A//mediapm.edgesuite.net/ovp/content/demo/video/elephants_dream/elephants_dream_768x428_24.0fps_608kbps.mp4&mode=sidebyside&scaleMode=fit&themeColor=0395d3&frameColor=333333&fontColor=cccccc&autostart=true&width=774&height=469The code is identical… the only difference is the MP4 file itself. So how do I encode an MP4 file for streaming applications? Is this even the right place to ask? Currently I’m just using the Vegas AVC render option, 2Mbps. Don’t see anything in there about streaming options.
Thanks!