diff options
author | Florian Jung <flo@windfisch.org> | 2014-12-24 18:06:28 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-12-24 18:06:28 +0100 |
commit | da823bb3d101fd1f72360ffb8147ab67621e6e69 (patch) | |
tree | ca35886a22c835de78e1f8f77cdb77de34d2bc10 /server.py | |
parent | c834d90b18b18a64ab1f79b40acac5911cefc671 (diff) |
besser
Diffstat (limited to 'server.py')
-rw-r--r-- | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |