Re: [Live-devel] reading from MPEG encoder

2007-10-04 Thread Ross Finlayson
>I have tried to read from encoder without MPEG2TransportStreamFramer, it >works without decoder error, but too many TS packets sends to the >network for once, VLC can't handle it show artifacts sometimes. To overcome this, you need to accumulate 7 Transport Stream packets at a time (i.e., 7*188

[Live-devel] reading from MPEG encoder

2007-10-04 Thread Karlov Andrey
Hello Ross! In have read (in FAQ) about streaming live video from MPEG encoder (represents as a file in file system). It work fine for about several hours, but then encoder fails and notifies what it's buffer overflow because programm read from buffer not so fast (not enough fast). I have tri