Pseudo Streaming for H264 in FlowPlayer
FlowPlayer
Please refer to the official FlowPlayer website for information and extensive examples on how to use and configure the player.
Demo
An example of the FlowPlayer in action can be seen here.
Configuration
<script type="text/javascript" src="flowplayer-3.0.3.min.js"></script>
<a style="display:block;width:400px;height:300px" id="player"></a>
<!-- this will install flowplayer inside previous A- tag. -->
<script type="text/javascript">
flowplayer("player", "flowplayer-3.0.3.swf", {
clip: {
url: 'http://h264.code-shop.com:8080/trailer2.mp4',
provider: 'h264streaming'
},
plugins: {
h264streaming: {
url: 'flowplayer.h264streaming-3.0.5.swf'
},
controls: {
url: 'flowplayer.controls-3.0.3.swf',
// which buttons are visible and which not ?
play:false,
fullscreen:true,
// scrubber is a well known nickname to the timeline/playhead combination
scrubber: true
}
}
});
</script>
Download
The FlowPlayer h264streaming plugin is available here. (Right click and Save Link As).
Questions
If you have any questions etc, do not hesitate to leave a message on on our forum.
