RTMP
Flowplayer RTMP Streaming
Below is an example of a standard Flowplayer installation at 640×480 using RTMP through our Wowza Media Server installation
Source Code
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<div><a style="display:block;width:640px;height:480px;" id="player1"></a></div> <script type="text/javascript"> flowplayer("player1", "flowplayer/flowplayer-3.2.1-dev.swf", { clip: { url: 'vod/hddn/video.flv', autoPlay: false, provider: 'rtmp' }, plugins: { rtmp: { url: 'flowplayer/flowplayer.rtmp-3.2.0.swf', netConnectionUrl: 'rtmp://rtmp01.hddn.com/play' } } }); </script> |