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

Wowza Secure Token v2 (HASH) + JWPlayer 7


Hi, I'm using PHP and this method to generate the hash that includes de starttime, endtime, token, tokenprefix, etc.

http://www.wowza.com/forums/content.php?620-How-to-protect-streaming-using-SecureToken-in-Wowza-Streaming-Engine/#post_message_151841

Everything is working well with single mp4 files but with smil isn't working correctly.
The player detects the smil file and the qualities, but doesn't start to play. The player stays black and with the loading circle looping.

Here is my player:

The URL contains same parameters as if i'm using a single mp4.

jwplayer('videoplayer').setup({
type: 'rtmp',
file: '<?=$url?>',
stretching:'fill',
width: '80%',
aspectratio: '16:9',
controls : 'true',
});

Need to have this working. Thanks

3 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

Can you please share with me a link to the page where you have the player installed, or at least the full URL to an example RTMP stream that is not working for you?

Thank you.

toduongphuongbinh

User  
0 rated :

I the same error, my link is : http://online.keyframe.vn/268/ Please help me :(

Alex

JW Player Support Agent  
0 rated :

Hi, toduongphuongbinh.

I am not receiving any errors on that page, but the video in the second player is not playing for me. Is that what you are referring to?

Thank you.

This question has received the maximum number of answers.