Mailing List archive

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

[vdr] Re: A simple question



At 12:17 01.03.2002 +0100, you wrote:
> >>I have only a simple question:
> >>Is anybody using DVBVideoLAN?
> >
>i patch vdr 099 with DVBVideoLAN 03 and try to start a stream but i get an 
>error in messages:
>
>dvbapi.c 3267: Device or resurce bussy

Did you use a clean copy of vdr 0.99? I ask that because at line 3267 in my 
pathed version is this line:

int cDvbApi::SetModeRecord(void)              <<<=======
{
   // Sets up the DVB device for recording

   SetPids(true);
   if (fd_dvr >= 0)
      close(fd_dvr);
[...]

>[...]
>the two messages to set DVBVL_DEST and PORT (do it in runvdr ?!?)
>and the next error:
>dvbapi.c  697 Bad file descriptor
>what happens?
>
>during patch the vdr sources i get an error from patch 1 was rejected, but 
>the Makefile.rje contans only your faq and three lines stars and such like 
>-----1.140 ----- ?
>Michael

see above.

If you want, I could mail you a patched version of vdr 0.99 via pm for 
testing...


@ALL:
DVBVideoLAN is not a simple job. It's very timecritical, complicated and I 
have to develop with micro$oft visual studio, which is by far not my 
favorite environment. The sdks and samples aren't very well documented and 
directshow was never designated using networksources.
But I really would like to watch tv over the lan (especially on my 
notebook), I think it's an interesting project and I will do further 
development on it, as time permits.
So please, give me any feedback in the future. Suggestions, successreports, 
failures etc are very welcome. I would be very interested in your systems 
as well (informations like you can see in the faq).

With best regards,

Markus





Home | Main Index | Thread Index