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

Wowza secure token and jwplayer 7


Ok guys, here is my code for rtmp and hls with adaptive bit rate:

playerInstance.setup({
playlist: [{
sources: [
{ file: "http://xxx.xxx.xxx.xxx:1935/vod/smil:00_intro.smil/playlist.m3u8" },
{ file: "http://xxx.xxx.xxx.xxx:1935/vod/smil:00_intro.smil/jwplayer.smil" },
],
}],

androidhls: true,
});


It works properly with jwplayer 7 (7.0.1), with no secure token. Streaming provided by Wowza 4.2
But when I tried to secure the streaming, after a few days of attempts, it seems that Secure Token v2 is only working with hls (I developed a php example not posted here)
No way to work with rtmp and smil file. Is this correct or is there a workaround?
And another issue. 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.

The following code works properly with jwplayer 6.12 but not with 7 and 7.0.1

var playerInstance = jwplayer("myElement");

playerInstance.setup({
playlist: [{
sources: [
{ file: "http://xxx.xxx.xxx.xxx:1935/vod/smil:00_intro.smil/jwplayer.smil" },
],
}],

androidhls: true,
rtmp: {
securetoken: "c271e71c0795a275"
}
});

Any help? Thank you in advance

8 Community Answers

Andrew

JW Player Support Agent  
0 rated :

Indeed, this was lost in the transition from JW 6 to JW 7. We will be re-adding RTMP configuration options in an update shortly. Please stay tuned!

alessandro

User  
0 rated :

Ok, I'll wait for secure token TEA to work with jw7, but about the above question on secure token v2, do you confirm that rtmp and smil together are not compatible with jwplayer (6 or 7 is the same)? I can add the token parameters to the url of the smil, but the log in wowza sentence that there is no token received when one of the file inside the smil is requested from the player. With HLS, as already said, the secure token v2 works correctly.

Andrew

JW Player Support Agent  
0 rated :

I believe that this should indeed be functional with 7.0.2.

harisa26

User  
0 rated :

kindly update about jw player 7 re-adding RTMP configurations option.Is it updated or not?

harisa26

User  
0 rated :

i am facing same above mentioned issue in jw player 7.0.3 also.

alessandro

User  
0 rated :

For me now it works with 7.0.3:
rtmp with Securetoken parameter and TEA activated on wowza.

toduongphuongbinh

User  
0 rated :

@alessandro please help me? I have problem some days :(

Andrew

JW Player Support Agent  
0 rated :

Hello,

This should have been re-added as of 7.0.2, which is mentioned on our release notes. Can you please confirm which version you’re using? Also if you can send over a sample test page that shows the issue, that would be very helpful.

This question has received the maximum number of answers.