v4l2rtspserver: add package

Signed-off-by: Roger Dammit <rogerdammit@gmail.com>
This commit is contained in:
Roger
2017-12-16 19:04:43 -05:00
committed by Roger Dammit
parent ea9a7b5d45
commit 613957042b
4 changed files with 197 additions and 0 deletions
@@ -0,0 +1,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'