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

How to secure my streams?


Hello, I have a Premium Player Edition, also I have WOwza server and want to use secure token to protect my streams. I want to compile player with secure token, because it makes no sense to point it in the player code, everyone can see it and point at his own player.
I know that you do not provide commercial source files, so it is bad news for me.
What other options for protect my streams and player from using it to third party resources?

Thanks

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Already using RTMP protects it somewhat. Adding the token in the SWF is still easy to take, so adding it into your RTMP code block is really the best option here. Or, you could store the key as a variable in an external JS file, then pass that value into the player setup, so it is harder to find.

info

User  
0 rated :

Hello Ethan, thanks for your answer, I think external JS file is the best solution.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.