#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to