Opened 9 years ago
Last modified 9 years ago
#5517 open enhancement
Add support for basic HTTP authentication to build-in http server
Reported by: | Danila Galimov | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avdevice |
Version: | git-master | Keywords: | http |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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
Change History (2)
comment:1 by , 9 years ago
Version: | unspecified → git-master |
---|
comment:2 by , 9 years ago
Component: | ffmpeg → avdevice |
---|---|
Keywords: | http added |
Priority: | normal → wish |
Status: | new → open |
Note:
See TracTickets
for help on using tickets.