[ExtractStream] ExtractStream failures

Trevor Sky Garside trevor at t...
Tue, 19 Mar 2002 17:58:49 -0800


> bash-2.02# nice -20 ./nc -n -l -p 1236 >$VIDEO_OUT &
> [1] 385
> bash-2.02# nice -20 ./nc -n -l -p 1235 >$AUDIO_OUT &
> [2] 386

Hmm -- I don't remember where the instructions for using netcat to do this
are, but just looking at this seems wrong -- shouldn't $VIDEO_OUT and
$AUDIO_OUT be fed INTO the netcat application? It looks like you've got two
things (netcat and ExtractStream) trying to WRITE to the FIFOs and nothing
to READ from them...

--
Trevor