Re: [vdr] Ring buffer overflows with streamdev and remux script

2011-07-13 Thread VDR User
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

Re: [vdr] Ring buffer overflows with streamdev and remux script

2011-07-13 Thread Luboš Doležel
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

Re: [vdr] Transfer mode vs TS playback: any difference in TS streams for vdr.1.7.19?

2011-07-13 Thread Laz
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). >