[vdr] VDR with S2API

2008-12-07 Thread lucian orasanu
Hy Klaus, Is ther a problem with vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup patch fom Reinhard Nilsl ? Could this patch be included in vdr-1.7.2 like S2API patch? ___ vdr mailing list vdr@linuxtv.org http://ww

Re: [vdr] Switching time

2008-12-07 Thread VDR User
I don't know if this helps but I'm using the xine plugin, not xinelibout. ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] VDR with S2API

2008-12-07 Thread Goga777
> Is ther a problem with > vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup > patch fom Reinhard Nilsl ? > > Could this patch be included in vdr-1.7.2 like S2API patch? yes, it will be great Goga ___ vdr mailing list vdr@l

Re: [vdr] Switching time

2008-12-07 Thread Halim Sahin
Hi Alex, Switching time with softdevice is great! I have tested all available soft output plugins but softdevice was the fastest regarding switching time. On my machine p4 2400 it is faster than my ff Card. I am using an skystar2 rev 2.6b with softdevice from cvs! HTH. halim

Re: [vdr] Switching time

2008-12-07 Thread Goga777
> Switching time with softdevice is great! nice to listen it > I have tested all available soft output plugins but softdevice was the > fastest regarding > switching time. > On my machine p4 2400 it is faster than my > ff Card. > I am using an skystar2 rev 2.6b with softdevice from cvs! which

Re: [vdr] VDR with S2API

2008-12-07 Thread Klaus Schmidinger
On 07.12.2008 00:34, Rolf Ahrenberg wrote: > On Sat, 6 Dec 2008, Klaus Schmidinger wrote: > >> If you don't want to patch the driver, you can change the line >> case FE_QPSK: frontendType = (frontendInfo.caps & >> FE_CAN_2ND_GEN_MODULATION) ? SYS_DVBS2 : SYS_DVBS; break; >> in dvbdevice.c to avo

Re: [vdr] VDR with S2API

2008-12-07 Thread Alex Betis
On Sun, Dec 7, 2008 at 1:04 PM, Klaus Schmidinger < [EMAIL PROTECTED]> wrote: > On 07.12.2008 09:34, lucian orasanu wrote: > > Hy Klaus, > > > > Is ther a problem with > vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup > patch fom Reinhard Nilsl ? > > > > Could this patch

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread Klaus Schmidinger
Attached is an updated version of the patch to make VDR use the S2API. Dominik Strasser reported that he got log entries like Dec 6 18:39:02 VDR vdr: [4102] ERROR: frontend 0: Das Argument ist ungültig Dec 6 18:39:02 VDR kernel: DVB: adapter 0 frontend 1935763502 symbol rate 0 out of range

[vdr] [ANNOUNCE] small ac3 fix for replex

2008-12-07 Thread Halim Sahin
hi, Here is a patch for replex which improoves ac3 detection. This patch was written by Reinhard Nissl and tested against latest replex from metzlerbros.de. Thanks Reinhard! Regards halim -- Halim Sahin E-Mail: halim.sahin (at) t-online.de --- replex.c.orig 200

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread Klaus Schmidinger
On 07.12.2008 13:21, Klaus Schmidinger wrote: > Attached is an updated version of the patch to make VDR use > the S2API. Dominik Strasser reported that he got log entries like > > Dec 6 18:39:02 VDR vdr: [4102] ERROR: frontend 0: Das Argument ist > ungültig > Dec 6 18:39:02 VDR kernel: DVB

Re: [vdr] Switching time

2008-12-07 Thread Halim Sahin
Hi, On So, Dez 07, 2008 at 12:57:09 +0300, Goga777 wrote: > > which ffmpeg version are you using ? I am currently using svn-20080206-14 Some note about channelsettings: it speeds up the channelswiching Some note about channelsettings: it speeds up the channelswiching Some note about channelsetting

Re: [vdr] VDR with S2API

2008-12-07 Thread Klaus Schmidinger
On 07.12.2008 09:34, lucian orasanu wrote: > Hy Klaus, > > Is ther a problem with > vdr-1.7.0-h264-syncearly-framespersec-audioindexer-fielddetection-speedup > patch fom Reinhard Nilsl ? > > Could this patch be included in vdr-1.7.2 like S2API patch? AFAICS these things are still based on PES

Re: [vdr] VDR with S2API

2008-12-07 Thread Klaus Schmidinger
Just found a small flaw: the cDvbDevice::ProvidesTransponder() function needs to be adapted to the fact that the delivery system is now an enum and no longer a flag word: bool cDvbDevice::ProvidesTransponder(const cChannel *Channel) const { if (!ProvidesSource(Channel->Source())) return fal

Re: [vdr] Falsche PTS im PES-Stream beim Spulen in Videoaufnahmen

2008-12-07 Thread Fabian Wolter
Hi, Reinhard Nissl schrieb: > I came across the same issue when I coded vdr-xine. My > understanding of FF-cards is that they use PTS only to > synchronize audio and video streams, and not to determine the > absolute replay time. As a result the frames are simply output > one after another accordi

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread Alex Betis
On Sun, Dec 7, 2008 at 3:06 PM, Klaus Schmidinger < [EMAIL PROTECTED]> wrote: > On 07.12.2008 13:21, Klaus Schmidinger wrote: > > Attached is an updated version of the patch to make VDR use > > the S2API. Dominik Strasser reported that he got log entries like > > > > Dec 6 18:39:02 VDR vdr: [41

Re: [vdr] Falsche PTS im PES-Stream beim Spulen in Videoaufnahmen

2008-12-07 Thread Matthias Bauer
Am 07.12.2008 um 00:38 schrieb Reinhard Nissl: > > Discussions on this list should be in English. Please keep this > in mind when replying. > Sorry, I wasn't aware that this mailing list is in English. > I came across the same issue when I coded vdr-xine. My > understanding of FF-cards is that t

Re: [vdr] Falsche PTS im PES-Stream beim Spulen in Videoaufnahmen

2008-12-07 Thread Klaus Schmidinger
On 07.12.2008 15:29, Matthias Bauer wrote: > Am 07.12.2008 um 00:38 schrieb Reinhard Nissl: >> ... >> I think that this manipulation could be done by VDR >> generally and shouldn't cause any problems on FF-cards. > > Yes, I also think so. Instead of fixing this in all plugins handling > with str

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread gimli
Hi Klaus, just one question. Do you also use a budget system ? If so, how do you watch TV with vdr 1.7.1 and later ;) since xineliboutput is completly broken with it. mfg Edgar (gimli) Hucek > Attached is an updated version of the patch to make VDR use > the S2API. Dominik Strasser reported tha

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread Klaus Schmidinger
On 07.12.2008 18:40, gimli wrote: > Hi Klaus, > > just one question. Do you also use a budget system ? > If so, how do you watch TV with vdr 1.7.1 and later ;) > since xineliboutput is completly broken with it. Currently I still have a FF DVB card for replaying, which, in the long run, will be re

[vdr] OT: Alice homeTV and vdr

2008-12-07 Thread Paul Menzel
Dear list, can you please share your experiences of using Alice homeTV [3] with vdr. Some more information [4] and [5]. 1. How is the quality [1]? 2. Does it work with the iptv plugin [2]? If not, what are you using? Thanks a lot, Paul [1] http://gutenburger.de/index.php?option=com_conten

Re: [vdr] OT: Alice homeTV and vdr

2008-12-07 Thread Artem Makhutov
Hi, Paul Menzel schrieb: > Dear list, > > > can you please share your experiences of using Alice homeTV [3] with > vdr. Some more information [4] and [5]. > > 1. How is the quality [1]? > 2. Does it work with the iptv plugin [2]? If not, what are you using? In theory it should work with the ip

Re: [vdr] Falsche PTS im PES-Stream beim Spulen in Videoaufnahmen

2008-12-07 Thread Matthias Bauer
Am 07.12.2008 um 18:10 schrieb Klaus Schmidinger: > On 07.12.2008 15:29, Matthias Bauer wrote: >> Am 07.12.2008 um 00:38 schrieb Reinhard Nissl: >>> ... >>> I think that this manipulation could be done by VDR >>> generally and shouldn't cause any problems on FF-cards. >> >> Yes, I also think so.

Re: [vdr] VDR with S2API (update)

2008-12-07 Thread VDR User
On Sun, Dec 7, 2008 at 9:43 AM, Klaus Schmidinger <[EMAIL PROTECTED]> wrote: > On 07.12.2008 18:40, gimli wrote: >> Hi Klaus, >> >> just one question. Do you also use a budget system ? >> If so, how do you watch TV with vdr 1.7.1 and later ;) >> since xineliboutput is completly broken with it. > >