Mailing List archive

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

[vdr] Re: Up-To-Date Astra 19.2E Radio channel list.



Unfortunately that patch below does not work for all channels e.g. "Jump" is
recorded, but is played for only 0.5s and then exits. VDR needs more changes
to work with radio reliable :-(

        Matthias

On Mon, Oct 08, 2001 at 08:53:37AM +0200, Michael Paar wrote:
> Without that patch, VDR will only create a 0-byte-file and do an emergency 
> exit.
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 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) {
> 



Home | Main Index | Thread Index