You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
Streamer can easily be abused for pirating content, in particular copyrighted music.
a very basic, yet quite effective method is to encrypt the sensitive assets.
we can encrypt the mp3 contents server-side using some key, send it to the client, and let the client's js code decrypt and play it.
the client can still download the encrypted mp3 file, but without the proper decryption algorithm it's a useless file.
The text was updated successfully, but these errors were encountered:
This is a valid concern and I think we should further discuss it as a Discussions section here. Once we came to a conclusion we can update the ticket description and implement it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Streamer can easily be abused for pirating content, in particular copyrighted music.
a very basic, yet quite effective method is to encrypt the sensitive assets.
we can encrypt the mp3 contents server-side using some key, send it to the client, and let the client's js code decrypt and play it.
the client can still download the encrypted mp3 file, but without the proper decryption algorithm it's a useless file.
The text was updated successfully, but these errors were encountered: