From bc788dc95553f6cf64400e82bb482a00dea1d120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Wed, 12 Apr 2017 18:54:20 +0100 Subject: [PATCH] uv4l: update parameters of uv4l server. --- rules/uv4l/default.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/uv4l/default.bash b/rules/uv4l/default.bash index 11fb203..daee9fb 100644 --- a/rules/uv4l/default.bash +++ b/rules/uv4l/default.bash @@ -26,7 +26,7 @@ post_unpack() echo "#!/bin/sh" >> startStreamRaspiCam.sh echo "killall uv4l" >> startStreamRaspiCam.sh echo "modprobe cuse" >> startStreamRaspiCam.sh - echo "uv4l -nopreview --auto-video_nr --driver raspicam --encoding h264 --width 1080 --height 720 --framerate 20 --quality 10 --server-option '--port=9090' --server-option '--max-queued-connections=30' --server-option '--max-streams=25' --server-option '--max-threads=29'" >> startStreamRaspiCam.sh + echo "uv4l -nopreview --auto-video_nr --driver raspicam --encoding h264 --width 1080 --height 720 --framerate 12 --quality 8 --server-option '--port=9090' --server-option '--max-queued-connections=30' --server-option '--max-streams=25' --server-option '--max-threads=29'" >> startStreamRaspiCam.sh } host_install()