MP4 Pseudo-streaming
standalone demo
H.264 encoded video is an alternative to FLV-encoded video, yielding better quality at the same bitrate. In an MP4 container format these videos do not need to be prepared for pseudostreaming like videos in FLV-format.
Configuration
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf", {
// this will enable pseudostreaming support
plugins: {
pseudo: {
url: "http://releases.flowplayer.org/swf/flowplayer.pseudostreaming-3.2.9.swf"
}
},
// clip properties
clip: {
// our clip uses pseudostreaming
provider: 'pseudo',
url: 'http://pseudo01.hddn.com/vod/demo.flowplayervod/bbb-800.mp4'
}
});