[ExtractStream] Stops after 2.5 MB

Joe Fleck tornado at m...
Sat, 13 Oct 2001 10:06:26 -0700


Hello,

I'm trying to use ExtractStream with netmplexPPC (thanks Ken).

Everything seems to be going ok except that it stops after I get 2.5MB of
data transferred. I don't know if this is a problem with my setup or with
sometime on the receiving end (though I've tried from different client
machines).

Here's my output:
bash-2.02# mkfifo /var/tmp/vid /var/tmp/aud
bash-2.02# export VIDEO_OUT=/var/tmp/vid
bash-2.02# export AUDIO_OUT=/var/tmp/aud
<VIDEO_OUT & nice -20 nc -n -l -p 1235 <$AUDIO_OUT &
[1] 172
[2] 173
bash-2.02# nice -20 ExtractStream 147530 147531 147532 147533
Attempting to locate tyStream with fsid 147530...
...tyStream located, sector map follows:
Start Length
00d00000 00100000
Block: d00000 Count: 1048576 Total blocks 1
Playing block 00d00000/dev/hda10 has 0x00100000 sectors
/dev/hda11 has 0x02811f00 sectors
Bad chunk, skipping
Playing block 00d02700

It always hits the same block (00d02700) and stalls before I finally have to
kill it. As I mentioned above, I get about 2.5MB of data on the client side.

Any ideas?

Thanks.

Joe