Mailing List archive

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

[vdr] Re: ERROR (dvbapi.c,3173): Bad file descriptor



ewaldmai@gmx.de(Ewald Maier)  12.10.01 18:40

Once upon a time Ewald Maier shaped the electrons to say...

>Hi all
>now nearly about 2 Weeks I am trying to get vdr to work (with
>different versions of vdr and dvb).
>I have tried all the instructions of the ML, and in the end it is
>always the same:

>  ERROR (dvbapi.c,3173): Bad file descriptor

>what does this mean ?
>is there an error in the file dvbapi.c (in line 3173) 

Yes, an error condition was detected in this line.
You have to look into the source you have
what is going on arround this line.


Maybe have a look in the list too? :-)
Very often the subject lines are wrong here.

Not more than 2 weeks ago Klaus and me discussed this topic
with the result that the test is not ok.

>is there any solution?

If it is the same code:
Ignore the message if you have two cards.
or edit  
if (fd_video)
to
if (fd_video>=0)

Datum      : Sa 06.10.01, 17:09  (erhalten: 06.10.01, 17:32)
Absender   : Usenet-372112@zocki.toppoint.de  (Rainer Zocholl)
Betreff    : [vdr] Re: dvbiapi.c
>> What is the meaning of:
>>
>> msi vdr[2080]: ERROR (dvbapi.c,3167): Bad file descriptor
>>
>> void cDvbApi::SetVideoFormat(videoFormat_t Format)
>> {
>>   if (fd_video)
>>        CHECK(ioctl(fd_video, VIDEO_SET_FORMAT, Format));
>> }
>>




Home | Main Index | Thread Index