[mythtv-users] Recording radio channels on DVB

John Pullan john.pullan at gmail.com
Tue Aug 16 21:16:21 UTC 2005


I think you also need :

Index: libs/libmythtv/siparser.cpp
===================================================================
--- libs/libmythtv/siparser.cpp (revision 7039)
+++ libs/libmythtv/siparser.cpp (working copy)
@@ -1238,7 +1238,8 @@
 #ifdef USING_DVB_EIT

         if ((s.EITPresent) &&
-            (s.ServiceType == SDTObject::TV) &&
+            ((s.ServiceType == SDTObject::TV) ||
+             (s.ServiceType == SDTObject::RADIO)) &&
             ((!PrivateTypes.GuideOnSingleTransport) ||
             ((PrivateTypes.GuideOnSingleTransport) &&
             (PrivateTypes.GuideTransportID ==
PrivateTypes.CurrentTransportID))))

Cheers


On 16/08/05, George Styles <ripnetuk at gmail.com> wrote:
> Hi,
> 
> A few people mentioned that you can record radio channels on a DVB
> card (in my case DVB-T UK). Using myth from svn 15 aug 05.
> 
> It does work, if you can get the channels added to channels, record is
> TS format, and set it to not check for something (in settings of
> advanced DVB, below the TS format).
> 
> The method I used to get the radio channels in was to hack siscan.cpp
> where it says 'ignoreAudioOnlyServices' in if statements, I changed it
> to read false.
> 
> (i am now trying a build where ignoreAudioOnlyServices is set to
> false, in the lines
>  // Settable
>       ignoreAudioOnlyServices(true),
>       ignoreEncryptedServices(false),
> 
> im not sure if that will work, as I dont fully understand that c++ syntax)
> 
> This allowed the scan to proceed and radio channels were added, which work.
> 
> The only thing missing is that the EIT (program guide data in the DVB
> stream) doesnt seem to work for radio channels - anyone solved this? i
> will use tv_Grab_dvb if its not possible.
> 
> The .nuv files produced by radio recording can be transcoded to mp3
> using ffmpeg to make your own podcasts :)
> 
> g
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


-- 
John


More information about the mythtv-users mailing list