Mailing List archive

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

[vdr] Re: thanks for channelsradio.conf, but...



Hello 

Klaus Schmidinger wrote:
>

> Uwe Scheffler wrote:
> > 
> > Hello Uwe
> > 
> > > whoever wrote this file in the AIO-Patch (thanks again)
> > > has forgotten the best radio station at all:
> > > Radio Caroline:11876:h:2:27500:8191:111:0:1:20612
> > > at least for these who has had there best years between
> > > 1970 and 1980  ;-)
> > >
> > > by the way: is there a upcoming (or existing) solution for the
> > > problem to recording radio channels in VDR ???
> > >
> > 
> > http://www.linuxtv.org/mailinglists/vdr/2001/10-2001/msg00230.html
> > 
> > this is patch: (is the patch still applicable??) ...i have not testet!!
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > 
> > diff -ruN VDR/remux.c VDR_radio/remux.c
> > --- VDR/remux.c Sun Jun 24 18:37:23 2001
> > +++ VDR_radio/remux.c   Sun Aug 19 11:50:47 2001
> > @@ -538,6 +538,15 @@
> >     return Result ? resultBuffer : NULL;
> >   XXX*/
> > 
> > +  /********* PATCH for recording radio stations **********/
> > +  if (vPid == 0x1FFF)
> > +  {
> > +     *PictureType = I_FRAME;
> > +     Result = resultDelivered = resultCount;
> > +     return Result ? resultBuffer : NULL;
> > +  }
> > +  /********* Radio station recording patch END  **********/
> > +
> >     // Check if we're getting anywhere here:
> > 
> >     if (!synced && skipped >= 0) {
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > 
> > @ Andy Grob : can you Radio-Patch in AIO integrate? ....thanks
> > 
> > MFG ... Uwe
> 
> If this is all it takes to make VDR record radio channels, I'll be happy
> to integrate this in the mainstream VDR source.
> 

This would be very beautiful 

> Just for the record: I take it that this was originally posted by 
> Michael Paar <mpaar@uumail.de> in the message the above link points to,
> and that all it takes to use this is to set the VPID of a radio channel
> to 8191, right?
> 

I have problem with VPID 8191 and encrypt Radiochannel, 
but if i the VPID change of 1 ....(vPid == 0x1), then is ok.
One must of Radiochannel the VPID change of 8191 to 1 !!!

I have successful testet. 


Mfg ... Uwe


> (sorry I didn't follow this one originally , since recording radio
> channels is something I never need(ed)...)
> 
> 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
> _______________________________________________________________
> 
> 




Home | Main Index | Thread Index