Mailing List archive

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

[vdr] Re: [ANNOUNCE] vdr-xine-0.2.1 plugin



Hi,

Jouni Karvo wrote:

FF does not still work for me.  After pressing FF, vdr-1.3.6 starts to
report repeatedly

FIXME: xineDevice.c:358
Please replace

      if (0x80 != (0xf0 & buf[ 6 ]))

with

      if (0x80 != (0xc0 & buf[ 6 ]))

FIXME: xineDevice.c:246
Please replace

if (0x80 != (0xf0 & buf[ 6 ]))

with

if (0x80 != (0xc0 & buf[ 6 ]))

After that, please try again. The additional bits indicate, whether a PES packet is scrambled. But as the required information resides in the header area, which should always be unscrambled, it should not necessary to require an unscrambled PES packet.

Switching to trickspeed mode and back again only works, if there are no FIXMEs reported.

Thank you very much for your assistance.

Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de


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



Home | Main Index | Thread Index