uv4l: fix kill process uv4l.

This commit is contained in:
Pedro Gonçalves 2017-01-25 16:56:32 +00:00
parent 082c614dde
commit 1b13099af1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ post_unpack()
mv "../usr" "../uv4l-$version/"
touch startStreamRaspiCam.sh
echo "#!/bin/sh" >> startStreamRaspiCam.sh
echo "pkill uv4l" >> 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
}