blob: 756136237083a4cfd02be48e96c27e6ee0f4e1d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config v4l2rtspserver 'core'
option enabled '0'
option device '/dev/video0'
option port '554'
option resolution '640x480'
option fps '15'
option path 'stream'
option username 'openwrt'
option password 'openwrt'
option format 'h264'
|