On Wed, Jul 13, 2011 at 12:05 PM, Luboš Doležel wrote:
> Apart from simplifying the script to a single line I've found a solution:
> I've tripled the size of the ring buffer in vdr-streamdev-server and the
> problem is gone. No problems after hours of playback...
Is there any reason why the ring
On 9.7.2011 22:51, Luboš Doležel wrote:
Hello,
I'm experiencing ring buffer overflows with streamdev-server and the
following remux script:
tmpdir=${TMPDIR-/tmp}/externremux-${RANDOM:-$$}
FIFO=$tmpdir/out.mkv
OUTLOG=$tmpdir/out.log
mkdir -p $tmpdir || exit 1
mkfifo $FIFO
(cat $FIFO; rm -rf $tmp
On Monday 11 Jul 2011, Klaus Schmidinger wrote:
> On 11.07.2011, at 03:21, Laz wrote:
> > Hi,
> >
> > I'm currently updating the softdevice plugin to work with the changes
> > to TS format that started with vdr-1.7.1 and also current versions
> > of ffmpeg (libavcodec does the actual decoding).
>