HLS-Stream-Creator
HLS-Stream-Creator copied to clipboard
How come the encrypted files are still playable?
trafficstars
when I encrypt the streams with -e flag, the process completes without any error, however, the files still can be played with vlc.
That’s because it can access the key to decrypt the segments you will probably want to put the key behind some kind of proxy.
Yes.
A common approach is to encrypt the stream and then put the key itself on a server that requires authentication of some form - so segments can be fetched without auth overhead, but access to the key can still be controlled.
In the meantime if you want to confirm playback fails without the key, simply renaming the keyfile should be sufficient.