Pseudo
HTTP Pseudo Streaming
Below is an example of a standard Flowplayer installation at 640×480 using HTTP through our lighthttpd protocol
Source Code
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<div class="pageultype1sub1"><a style="display:block;width:640px;height:480px;" id="player1"></a></div>
<script type="text/javascript">
flowplayer("player1", "flowplayer/flowplayer-3.2.0.swf", {
clip: {
url: 'http://pseudo01.hddn.com/vod/hddn/Extremists.flv',
autoPlay: false,
autoBuffering: true,
provider: 'lighttpd'
},
plugins: {
lighttpd: {
url: '/flowplayer/flowplayer.pseudostreaming-3.2.0.swf'
}
}
});
</script> |
Support