Re: [vdr] Q: no sound with dvd-plugin and softdevice

2007-05-14 Thread Harald Milz
Hi, does nobody have an idea concerning this one? The question appears to be how do I use softdevice-audio with dvd-plugin. Harald Milz [EMAIL PROTECTED] wrote: Hi, I would like to use the dvd plugin (CVS as of today) together with softdevice-0.4.0. Plays DVDs fine but no sound. In the

Re: [vdr] Q: no sound with dvd-plugin and softdevice

2007-05-14 Thread Torgeir Veimo
On 14 May 2007, at 11:34, Harald Milz wrote: does nobody have an idea concerning this one? The question appears to be how do I use softdevice-audio with dvd-plugin. Harald Milz [EMAIL PROTECTED] wrote: Hi, Seems softdevice-audio doesn't get any useful data from dvd: [mpegdecoder]

[vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Arthur Konovalov
Ville Aakko wrote: Wathing the program in real-time has no problems, there I can see the subtitles without problems. Only the recordings have problems. I have similar issue with YLE1 and YLE2. Sometimes subtitles saved, sometimes not. ProjectX shows same: no subtitles- no DVB stream. And vice

Re: [vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Pekka Virtanen
On 5/14/07, Arthur Konovalov [EMAIL PROTECTED] wrote: Ville Aakko wrote: Wathing the program in real-time has no problems, there I can see the subtitles without problems. Only the recordings have problems. I have similar issue with YLE1 and YLE2. Sometimes subtitles saved, sometimes not.

Re: [vdr] [ANNOUNCE] VDR sync early patch

2007-05-14 Thread Jaroslaw Swierczynski
Strangely enough it doesn't crash now. -- Jaroslaw Swierczynski [EMAIL PROTECTED] www.archlinux.org | www.juvepoland.com ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Rolf Ahrenberg
On Mon, 14 May 2007, Petri Helin wrote: Since the subtitle pids are always the same (at least I think they are on Finnish channels: Finnish subtitles can be found from 1027 for TV1, 2027 for TV2, 3027 for FST, 4027 for Teema and 5027 for Extra), would it be hard to add a possibility to fix

Re: [vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Petri Helin
Rolf Ahrenberg wrote: On Mon, 14 May 2007, Petri Helin wrote: Since the subtitle pids are always the same (at least I think they are on Finnish channels: Finnish subtitles can be found from 1027 for TV1, 2027 for TV2, 3027 for FST, 4027 for Teema and 5027 for Extra), would it be hard to add

Re: [vdr] Best settings..

2007-05-14 Thread Petri Helin
Anssi Hannula wrote: Lauri Tischler wrote: Anssi Hannula wrote: JJussi wrote: Hi! I have very simple and still hard question.. At vdr pluging setup - xineliboutput - Video. Post processing (ffmpeg) and Deinterlaceing. What ARE best values (to select) when you have HD LCD (via DVI) as TV

Re: [vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Petri Helin
Rolf Ahrenberg wrote: I've done and using (and sent to Klaus) two patches (spids remux) that detects automatically changes in subtitle pids as it's done nowadays with audio pids and records all available subtitle tracks. I don't see any benefits using fixed pids... So, I should just

Re: [vdr] [PATCH] Auto sized ringbuffers v3

2007-05-14 Thread Jaroslaw Swierczynski
It seems your patch is against VDR 1.5.x. Could you please backport it to VDR 1.4.x? -- Jaroslaw Swierczynski [EMAIL PROTECTED] www.archlinux.org | www.juvepoland.com ___ vdr mailing list vdr@linuxtv.org

[vdr] BUG: race condition triggered in cReceiver due to incorrect use by femon

2007-05-14 Thread Reinhard Nissl
Hi, I've just got a pure virtual function call in cDevice::Action() for receiver[i]-Receive(b, TS_SIZE); It has happened while closing femon's OSD: (gdb) bt #0 0xe410 in __kernel_vsyscall () #1 0xb7f2fc4e in __lll_mutex_lock_wait () from /lib/libpthread.so.0 #2 0xb7f2ba3c in

Re: [vdr] Re: Problem with multiple audio channels and DVB subtitles in recordings (YLE Teema)

2007-05-14 Thread Petri Helin
Rolf Ahrenberg wrote: On Mon, 14 May 2007, Petri Helin wrote: So, I should just remove the part regarding remux.c from vdr-1.5.2-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff patch to test these patches with 1.5.2, or do you have a matching subtitlesttxtsubs patch to be used with the remux patch

Re: [vdr] [PATCH] Auto sized ringbuffers v3

2007-05-14 Thread VDR User
In case anyone is having trouble, here's an attached patch of v3 for vdr-1.5.2. diff -ruN vdr-1.5.2-orig/dvbdevice.c vdr-1.5.2/dvbdevice.c --- vdr-1.5.2-orig/dvbdevice.c 2007-05-14 14:58:29.0 -0700 +++ vdr-1.5.2/dvbdevice.c 2007-05-14 15:22:50.0 -0700 @@ -1172,7 +1172,7 @@