[FFmpeg-trac] #5517(ffmpeg:new): Add support for basic HTTP authentication to build-in http server

FFmpeg trac at avcodec.org
Fri May 6 01:02:40 CEST 2016


#5517: Add support for basic HTTP authentication to build-in http server
--------------------------------+---------------------------------------
             Reporter:  bgrh    |                     Type:  enhancement
               Status:  new     |                 Priority:  normal
            Component:  ffmpeg  |                  Version:  unspecified
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+---------------------------------------
 I'm streaming webcam by using this command line

 ffmpeg -f dshow -video_size 1920x1080 -rtbufsize 1K -framerate 15 -vcodec
 mjpeg -i video="USB Video Device" -vcodec copy -f mjpeg -listen 1
 ​http://0.0.0.0:8090

 However, it would be nice to protect this stream by specifying username
 and password, like this

 -username user -password password

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5517>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list