From 6bbd04ab61c36ec402489a8fc7ad5d031c844d50 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 9 Jun 2014 15:04:20 -0400 Subject: [PATCH] Added wts.conf file --- config/wts.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/wts.conf diff --git a/config/wts.conf b/config/wts.conf new file mode 100644 index 0000000..5da8599 --- /dev/null +++ b/config/wts.conf @@ -0,0 +1,18 @@ + + +[daemon] +; Declare each stream on a separate line +; each unique stream should be defined as stream = [url] + +stream = http://192.168.1.7:1234/webcam.mjpg +;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/ +