Files
ustreamer/pkg/openwrt/files/ustreamer.config
2019-04-10 16:46:01 +03:00

21 lines
337 B
Plaintext

config ustreamer
option enabled '0'
option device '/dev/video0'
option device_timeout '5'
option input '0'
option width '640'
option height '480'
option format 'YUYV'
option quality '80'
option desired_fps '0'
option encoder 'CPU'
option host '::'
option port '8080'
option static ''
option user ''
option password ''