Re: [Tutor] parsing through an output stream

2005-08-15 Thread Alan G
read the returned output stream in non-blocking mode. But, I did not getting any of the status messages given out by mplayer Traditionally status messages tend to be sent to stderr rather than stdout (this means that they don't break Unix pipelines). But that means that to read them you will

[Tutor] parsing through an output stream

2005-08-14 Thread Vinay Reddy
Hi, I tried running mplayer from a python program using the popen2 command and read the returned output stream in non-blocking mode. But, I did not getting any of the status messages given out by mplayer (I did get the initial dump by mplayer). I am using the following to read the output: try: #