hls.js
hls.js copied to clipboard
Protocol Whitelisting
What do you want to do with Hls.js?
i can only play a video file if i enabled this in ffmpeg:
ffplay -protocol_whitelist file,http,https,tcp,tls,crypto -i test.m3u8
So how can i do it in HLS.js
What have you tried so far?
No response
HLS.js uses the browser to stream media and thus does not share the same protocol restrictions as ffmpeg input.
It's not clear what you are trying to do, and how far you've gotten. Please keep questions relevant to the use of HLS.js and issues specific to playback using HLS.js.