From b03ec6e852feac4cc940ff47a68f3d07c40789a8 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 3 Jul 2014 12:48:26 -0400 Subject: [PATCH] Renamed config file --- config/daemon.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/daemon.conf diff --git a/config/daemon.conf b/config/daemon.conf new file mode 100644 index 0000000..972b525 --- /dev/null +++ b/config/daemon.conf @@ -0,0 +1,22 @@ + + +[daemon] +; Declare each stream on a separate line +; each unique stream should be defined as stream = [url] + +;stream = http://192.168.0.152/axis-cgi/mjpg/video.cgi?resolution=1280x720&fps=2 +stream = http://192.168.1.3:8089/videofeed +stream = http://192.168.1.3:8089/videofeed +stream = http://192.168.1.3:8089/videofeed + +;stream = http://www.google.com/video.stream +;stream = http://stream2.com/stream + +site_id = watchtower-hq + +;image_folder = /var/www/html/plates/ +image_folder = /tmp/ + +; upload address is the destination to POST to +upload_address = http://localhost:9000/alpr/push/ +