Mailing List archive

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

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



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 !
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 ???

Tilo



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



Home | Main Index | Thread Index