mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
f62794a7f0
add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
config mjpg-streamer 'core'
|
|
option enabled '0'
|
|
option input 'uvc'
|
|
option output 'http'
|
|
option device '/dev/video0'
|
|
option resolution '640x480'
|
|
option fps '5'
|
|
option www '/www/webcam'
|
|
option port '8080'
|
|
option username 'openwrt'
|
|
option password 'openwrt'
|