Open cdgriffith opened 2 years ago
https://github.com/mpv-player/mpv/issues?q=is%3Aissue+sort%3Aupdated-desc+decryption_key
This is specifically reading details from an m3u8 stream file, not a key that can be provided by command line.
I guess a better way to phrase this would be "is there a reason these protocols are not enabled by default"?
I understand not allowing unencrypted http
but might be more user friendly to have https / tls enabled by default.
demuxer-lavf-o=protocol_whitelist=[file,tcp,tls,https,crypto,data]
Important Information
Provide following Information:
Reproduction steps
Trying to play an HLS file with encryption using HTTPS or FILE as their URI do not work.
HTTPS
To solve with ffplay requires:
m3u8 would include URI like:
FILE
To solve with ffplay requires:
m3u8 would include URI like:
Expected behavior
The video to play
Actual behavior
The video does not play
Log file
Detailed log file for the HTTPS example out.txt
Sample files
Possible to generate everything you need (apart from the
mp4
file), attaching as well: sample files.zip