Below is an example of a standard Flowplayer installation at 640x480 using RTMP through our Wowza Media Server installation.
With the exception of legacy secure VOD zones, we do not support secure tokens for newly created VOD zones. Secure legacy VOD zones (ones already created with a secure token), will be supported until the zone is deleted.
Source Code - Example #1
<div>
<a href="video.flv" style="display:block;width:560px;height:400px;" id="player1"><img style="display:block;width:640px;height:480px;" src="https://maxcdnhelp.zendesk.com/hc/article_attachments/360044095571/flowplayer-secure-streaming-2.png" alt="Search engine friendly content" /></a>
</div>
<script type="text/javascript">
flowplayer("player1", "/flowplayer/flowplayer-3.2.1-dev.swf", {
clip: {
provider: 'rtmp',
connectionProvider: 'secure'
},
plugins: {
rtmp: {
url: '/flowplayer/flowplayer.rtmp-3.2.0.swf',
netConnectionUrl: 'rtmpte://d.ZONE.ALIAS.netdna-cdn.com:1935/ZONE.ALIAS/'
},
secure: {
url: '/flowplayer/flowplayer.securestreaming-3.2.0.swf',
token: escape('#ed%h0#w@1')
}
}
});
</script>
Source Code - Example #2
<div>
<a href="Extremists.flv" style="display:block;width:640px;height:480px;" id="player2"><img style="display:block;width:640px;height:480px;" src="http://www.flowplayer.org/img/home/flow_eye.jpg" alt="Search engine friendly content" /></a>
</div>
<script type="text/javascript">
flowplayer("player2", "/flowplayer/flowplayer-3.2.1-dev.swf", {
clip: {
provider: 'rtmp',
connectionProvider: 'secure'
},
plugins: {
rtmp: {
url: '/flowplayer/flowplayer.rtmp-3.2.0.swf',
netConnectionUrl: 'rtmpte://d.ZONE.ALIAS.netdna-cdn.com:1935/ZONE.ALIAS/'
},
secure: {
url: '/flowplayer/flowplayer.securestreaming-3.2.0.swf',
token: escape('#ed%h0#w@1')
}
}
});
</script>
If you have any questions or experience any issues, please reach out to the Support Team, live chat and ticket support are available 24/7.