summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2014-12-24 18:06:28 +0100
committerFlorian Jung <flo@windfisch.org>2014-12-24 18:06:28 +0100
commitda823bb3d101fd1f72360ffb8147ab67621e6e69 (patch)
treeca35886a22c835de78e1f8f77cdb77de34d2bc10 /server.py
parentc834d90b18b18a64ab1f79b40acac5911cefc671 (diff)
besser
Diffstat (limited to 'server.py')
-rw-r--r--server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index a74495f..801135e 100644
--- a/server.py
+++ b/server.py
@@ -32,7 +32,7 @@ while True:
connection, client_address = sock.accept()
try:
print >>sys.stderr, 'connection from', client_address
- cap = cv2.VideoCapture("/home/flo/outvid2.avi")
+ cap = cv2.VideoCapture("/home/flo/kruschkram/out2.avi")
# Receive the data in small chunks and retransmit it
while True: