Flussonic

How do I protect embed stream on my website?

Hi,

I want to know how I could protect my streams, that I use on my website?

I did read this How to protect streams from pirates?, but how I need to do backend?

Hi,

You can protect your stream using the securetoken mechanism. It compares the generated on the backend side token with the token in the request. Even, the token will be stolen, you can adjust the token lifetime.

Please find more information, config example and backend script example in the doc: Securing Access to Streams (Authorization with Token) - Flussonic Manual