Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Video Disk Recorder version 0.82
Alfred Zastrow wrote:
>
> Klaus Schmidinger wrote:
>
> > The new version 0.82 of the Video Disk Recorder project
> > is now available at
> >
> > http://www.cadsoft.de/people/kls/vdr/download.htm
> >
> > - Requires driver version dated 2001-06-16 or later.
> > - Increased timeout until reporting "broken video data stream" when
> > recording.
>
> After channel-switching I get error messages:
>
> vdr[108]: ERROR: (dvbapi.c,2052): Device or resource busy
>
> But the switching works.
>
> BTW. The error message doesn't appear between switching the first 5
> channels.
Changing line 2051 in dvbapi.c from
if (Pid != 0x1FFF)
to
if (Pid != 0 && Pid != 0x1FFF)
avoids this error message.
It would appear that this error occurs with you switch from a channel that
has a Teletext PID to one that does not have such a PID.
Since the switching apparently works I guess it's safe to simply
ignore this error.
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 listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index