Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Wowza secure token and JW player 7.0.3


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

3 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Interesting information. Can you confirm for me the type of JW Player account you are currently using?

Randy

harisa26

User  
0 rated :

using registered account of jw player.

Randy

JW Player Support Agent  
0 rated :

Hello,

I see that you currently have a Free account which will not support AES/Token signing. You would need a Platform/Enterprise account in order to use this feature: http://support.jwplayer.com/customer/portal/articles/1433647-token-signing-with-jw-platform .

http://support.jwplayer.com/customer/en/portal/articles/1430261-aes-content-protection

Kindly,

Randy Le’Moine, Web Support Engineer, JW Player
www.jwplayer.com

This question has received the maximum number of answers.