From 99ed13160f14de641a36e6587132025b4063cebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 4 Jan 2013 23:43:32 +0100 Subject: [PATCH] Changed installation and configuration hints to use avconv on Raspberry Pi instead of ffmpeg (which seems to ignore the bitrate commandline parameter and hence produces horribly blocky videos) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45394f07..da4d3b99 100644 --- a/README.md +++ b/README.md @@ -100,10 +100,10 @@ You should then be able to start the WebUI server: pi@raspberrypi ~/PrinterWebUI $ python -m printer_webui.server * Running on http://0.0.0.0:5000/ -If you also want webcam support, you'll need to download and compile MJPG-Streamer: +If you also want webcam and timelapse support, you'll need to download and compile MJPG-Streamer: cd ~ - sudo apt-get install libjpeg8-dev imagemagick ffmpeg + sudo apt-get install libjpeg8-dev imagemagick libav-tools wget -Omjpg-streamer.tar.gz http://mjpg-streamer.svn.sourceforge.net/viewvc/mjpg-streamer/mjpg-streamer/?view=tar tar xfz mjpg-streamer.tar.gz cd mjpg-streamer @@ -129,7 +129,7 @@ Open `~/.printerwebui/config.ini` and add the following lines to it: [webcam] stream = http://:8080/?action=stream snapshot = http://127.0.0.1:8080/?action=snapshot - ffmpeg = /usr/bin/ffmpeg + ffmpeg = /usr/bin/avconv Restart the WebUI server and reload its frontend. You should now see a Webcam tab with content.