README.org in electric_eye-0.1.3 vs README.org in electric_eye-0.1.4
- old
+ new
@@ -32,11 +32,10 @@
: $ bundle
Or install it yourself as:
: $ gem install electric_eye
-
** Configuration
Enter your cameras into the JSON config file like so
: ---
@@ -64,9 +63,20 @@
: motion-reception000.mjpeg
: reception001.mjpeg
: motion-reception001.mjpeg
The default is going to be 10 minute blocks, this can be overridden with the duration variable above in minutes.
+
+** Configure ffmpeg location
+
+Add the following to your ~/.bashrc file pointing it to your ffmpeg location
+: export FFMPEG_BIN="/opt/ffmpeg3/bin/ffmpeg"
+
+To compile ffmpeg 3 into there do the following
+: ./configure --prefix=/opt/ffmpeg3
+: make -j4
+: sudo make install
+
** Rebooting cameras
Some people reboot their cameras everynight. This does not work well with electric eye at the moment. As a work around you have to stop and start electric eye in your crontab.