Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: unknwon picture type / error in data stream



Tilo Renkl wrote:
> 
> Hi Klaus,
> 
> hope you hat nice hollidays.
> 
> >
> > AFAIK that plugin also requires a patched firmware - or has
> > that changed
> > in the meantime? So maybe this is not a valid comparison...
> > Does the sc plugin also require a patch to VDR?
> 
> Yes, that plugin still needs a patched firmware, but that problem also
> occurs with an unpatched firmware !

I did understand your message so that it _does_ appear with an
unpatched FW. My question was whether it is the patched FW from the
sc plugin that changes things.

> And again yes, VDR needs to be patched, but this is only one single line:
> 
> --- vdr-1.1.25-orig/ci.c        2003-02-16 12:20:55.000000000 +0100
> +++ vdr-1.1.25/ci.c     2003-02-19 19:27:26.000000000 +0100
> @@ -1288,7 +1288,7 @@
> 
>  cCiHandler *cCiHandler::CreateCiHandler(const char *FileName)
>  {
> -  int fd_ca = open(FileName, O_RDWR);
> +  int fd_ca = -1; //open(FileName, O_RDWR);
>    if (fd_ca >= 0) {
>       ca_caps_t Caps;
>       if (ioctl(fd_ca, CA_GET_CAP, &Caps) == 0) {
> 
> Again, when using this plugin (Version 0.1.9 !!!) there is absolutely
> no problem !!
> 
> > You wrote that you have this problem since VDR version 1.1.29.
> > Can you absolutely positively say that, while using the exact same
> > driver and firmware, the problem does not occur with VDR 1.1.28,
> > but does occur with 1.1.29? All this, of course, without the
> > sc plugin.
> 
> Yes, tried several times with always the same driver. Withou that sc-plugin
> this problem occurs since 1.1.29 (but I wouldn?t bet my life on it).
> 
> The main thing is: Why does it occur with Vanilla 1.2.1 but not with
> sc-0.1.9 ???

That I don't know, and I don't intend to try the sc plugin to
find out ;-)

Needless to say that I don't have this problem here, so I couldn't even
do any serious debugging, since I can't reproduce the problem.
I'm afraid you'll need to isolate the difference between the two
modes yourself.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index