[FFmpeg-trac] #10113(undetermined:new): ffmpeg override http headers
FFmpeg
trac at avcodec.org
Tue Dec 20 15:19:27 EET 2022
#10113: ffmpeg override http headers
-------------------------------------+-------------------------------------
Reporter: faris | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: ffmpeg | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Hello
I'm working on linux server ,
I have searched on google unfortunately there is very few documents on
ffmpeg headers command information.
so i want to override http headers and restrict the stream request allow
to only certain domain name , i have applied the 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: https://mysite.com"
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10113>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list