I have a problem with inserting FlowPlayer with RTMP live streaming from the Wowza server.
I tried different combinations with typing url and netConnectionUrl.
Now looks like this:
Am I doing something wrong? How to solve this problem?
I must done live streaming, FlowPlayer should be able to do it!?
I'm using flowplayer.commercial-3.2.7 version with flowplayer.rtmp-3.2.3 plugin.
Wowza stream works with another players...
I tried different combinations with typing url and netConnectionUrl.
Now looks like this:
<a
href="rtmp://bociany.tv/rtplive" style="display:block;width:520px; height:330px" id="player">
</a>
<script>
flowplayer("player", "flowplayer.commercial-3.2.7.swf", {
clip: {
url: 'camera.stream',
live: true,
provider: 'influxis'
},
plugins: {
influxis: {
url: 'flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://bociany.tv/rtplive'
}
}
});
</script>
Am I doing something wrong? How to solve this problem?
I must done live streaming, FlowPlayer should be able to do it!?
I'm using flowplayer.commercial-3.2.7 version with flowplayer.rtmp-3.2.3 plugin.
Wowza stream works with another players...