HI Guys, I am new to Wowza.
We are using JW player 5.5 so to stream our current videos, but want to connect to a live stream on Wowza.
As of 5.3 JW changed the was they embed the video in the page, so the page can take advantage of the JS file.
I have seen several examples of the old embed style on the site, but nothing regarding the new style of embed.
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '480',
'height': '270',
'provider': 'rtmp',
'file': 'http://content.bitsontherun.com/jwp/OE8Enyva.xml',
'image': 'http://thumbs.bitsontherun.com/a95zAVN1.jpg',
'modes': [
{type: 'flash', src: 'http://player.longtailvideo.com/player.swf'},
{
type: 'html5',
config: {
'file': 'http://content.bitsontherun.com/videos/a95zAVN1-600331.mp4',
'provider': 'video'
}
},
{
type: 'download',
config: {
'file': 'http://content.bitsontherun.com/videos/a95zAVN1-600331.mp4',
'provider': 'video'
}
}
]
});
</script>
Has anyone gotten this style to work, and can you post code / ideas please?
Regards
-D