gmyth-stream/tests/client_ffmpeg.py
branchtrunk
changeset 476 f9330272e09d
parent 471 2eef40885322
child 478 d220053366be
     1.1 --- a/gmyth-stream/tests/client_ffmpeg.py	Fri Mar 30 23:07:54 2007 +0100
     1.2 +++ b/gmyth-stream/tests/client_ffmpeg.py	Mon Apr 02 16:02:03 2007 +0100
     1.3 @@ -34,9 +34,10 @@
     1.4      data = socket.recv(1024)
     1.5  
     1.6  pin.close()
     1.7 -pout.close()
     1.8 +#pout.close()
     1.9  socket.close()
    1.10  
    1.11 +
    1.12  # from select import select
    1.13  # r, w, x = select([pout], []. [], 0)
    1.14  # if pout in r: