Opened 8 years ago

Last modified 8 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 Danila Galimov, 8 years ago

Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 8 years ago

Component: ffmpegavdevice
Keywords: http added
Priority: normalwish
Status: newopen
Note: See TracTickets for help on using tickets.