Mailing List archive

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

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



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



> 
> 
> --
> 
>     _    _
>    (o)--(o)     
>   /.______.\    
>   \________/    
>  ./        \.  
> ( .        , )  
>  \ \_\\//_/ /   
>   ~~  ~~  ~~    
> (see it with monospaced font)
> 
> 
>  Uwe Weissbach, Leipzig
> 
> mail:   uwe.weissbach@web.de
> pgp:    send mail with "pgp-request" in subject
> 
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.1
> GCS/CC/IT d- s+:- a C++(+++) UL++> P 
> L+> E- W+++ N+ o-- K- w O- M !V-- PS+ 
> PE+ Y+ PGP++ t+ 5@ X? R tv- b++(+++) 
> DI-? D---- G++ e* h---- r- y++ 
> ------END GEEK CODE BLOCK------
> 
> 
> 
> 




Home | Main Index | Thread Index