here is my code for rtmp.The following code works properly not with jwplayer 7 and 7.0.3 with secure token
var playerInstance = jwplayer("myElement");
jwplayer('player').setup({
skin: {
name: "stormtrooper"
},
autostart: true,
width: "100%",
aspectratio: "16:9",
logo: {
file: 'rsz_ubroadcastlogo.jpg',
},
sharing: {link: "http://serveraddress/player/streamAuth.php"},
stretching: 'exactfit',
sources: [{
file: stream
}],
rtmp: {
bufferlength: 6,
securetoken: "7635e0195c7a4580",
}
});
It works properly with jwplayer 7 (7.0.3), with no secure token. Streaming provided by Wowza 4.3
No way to work with rtmp.When I tried to use secure token TEA just only with rtmp, jwplayer 7 doesn't work. The player at play event shows a continue loading buffer icon with any message.
Any help? Thank you in advance
↧