1

I've looking for practical ways to prevent deep-linking of an HLS stream in a HTML element. I can add a token authorization, where the token expires after a few minutes, but the issue with HLS is that there are sub-playlists that need to be protected to. Someone could easily get the sub-playlist URL and embed that on a different site.

To my knowledge I can't control how the player fetches the sub-playlists or the TS segment chunks.

So does anyone know if this is at all posible, maybe I'm missing something?

4

1 回答 1

0

您可以对内容使用 AES 加密,然后对密钥文件使用令牌授权。

于 2012-12-10T10:23:04.090 回答