refactoring

This commit is contained in:
Devaev Maxim
2018-06-30 00:04:32 +03:00
parent 5589ecbac4
commit c0ee171edb
3 changed files with 14 additions and 6 deletions

View File

@@ -32,7 +32,12 @@ kvmd:
shutdown_delay: 10.0
cmd: "/usr/bin/mjpg_streamer -i 'input_uvc.so -d /dev/video0 -e 2 -y -n -r 720x576' -o 'output_http.so -l localhost -p 8082'"
cmd:
- "/usr/bin/mjpg_streamer"
- "-i"
- "input_uvc.so -d /dev/video0 -e 2 -y -n -r 720x576"
- "-o"
- "output_http.so -l localhost -p 8082"
logging:
version: 1