-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRS HLS does support AES128 encryption, right? #1093
Comments
SRS3 feature |
You can update the key, for example:
So it will directly request from 15:
|
Merged #1109. |
To Use HLS enctyption:
Play HLS with encryption in Safari: http://localhost:8080/live/livestream.m3u8 |
I'm using the following config file:
And I can access http://192.168.100.66/live/livestream.m3u8 and http://192.168.100.66/live/livestream-50.key successfully, so NGINX is working. When I load the stream in vlc ( http://0.0.0.0/live/livestream.m3u8 or http://192.168.100.66/live/livestream.m3u8 ) however the corresponding .m3u8 file seems to have the wrong path:
So when I load it in VLC it looks for the non-existent path I have tried changing How do I configure the path auto-generated in the EDIT RESOLVED: by adding
|
nginx-rtmp-module is supported, but it seems that there is no similar option in SRS?
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: