#!/bin/sh
# Make sure there is no streamserver running.
/usr/bin/killall streamserver
# In you want to connect to a site that provides
# a CoBrow window, this will get you started with
# "properties" configuration file.
./properties.sh > /home/httpd/html/properties
chmod 664 /home/httpd/html/properties
/home/httpd/html/video/bin/streamserver -f Camera0 -p 10000 -tcp -q 1 
# /home/httpd/html/video/bin/streamserver -f Camera1 -p 10001 -tcp -q 1  
# /home/httpd/html/video/bin/streamserver -f Camera2 -p 10002 -tcp -q 1 
# /home/httpd/html/video/bin/streamserver -f Camera3 -p 10003 -tcp -q 1 

