moved under tlcam

This commit is contained in:
2014-12-09 10:45:18 +01:00
parent 5b24c32598
commit 3225359d0c
45 changed files with 13 additions and 2776 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
#!/bin/sh
if [ ! -d ./tmp/stream ]; then
mkdir -p ./tmp/stream
fi
LD_LIBRARY_PATH=./mjpg_streamer/
./mjpg_streamer/mjpg_streamer -i "./mjpg_streamer/input_file.so -f /tmp/stream" -o "./mjpg_streamer/output_http.so -w ./mjpg_streamer/www"
./mjpg_streamer/mjpg_streamer -i "./mjpg_streamer/input_file.so -f ./tmp/stream" -o "./mjpg_streamer/output_http.so -w ./mjpg_streamer/www"