XUI ONE ffmpeg -headers Command how to allow certain domain name
Hello
I'm working on XUI ONE server , XUI Panel has option to set default http header.
I have searched on google unfortunately there is very less documents on ffmpeg headers command information.
so i want to restrict stream request allow only certain domain name , i have applied below code but its not working , my main purpose is to allow only my website access the url streams and block all others requests.
ffmpeg -headers "Access-Control-Allow-Credentials: true" -headers 'Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD" -headers 'Access-Control-Allow-Origin:
appreciate if any ffmpeg expertise can help me out
regards
I'm working on XUI ONE server , XUI Panel has option to set default http header.
I have searched on google unfortunately there is very less documents on ffmpeg headers command information.
so i want to restrict stream request allow only certain domain name , i have applied below code but its not working , my main purpose is to allow only my website access the url streams and block all others requests.
ffmpeg -headers "Access-Control-Allow-Credentials: true" -headers 'Access-Control-Allow-Methods: OPTIONS, GET, POST, HEAD" -headers 'Access-Control-Allow-Origin:
You need to be registered to see the hidden links
"appreciate if any ffmpeg expertise can help me out
regards
You need to be registered to see the hidden links
Relate Threads