You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
241 B

  1. config v4l2rtspserver 'core'
  2. option enabled '0'
  3. option device '/dev/video0'
  4. option port '554'
  5. option resolution '640x480'
  6. option fps '15'
  7. option path 'stream'
  8. option username 'openwrt'
  9. option password 'openwrt'
  10. option format 'h264'