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: '',
stretching:'fill',
width: '80%',
aspectratio: '16:9',
controls : 'true',
});
Need to have this working. Thanks
↧