[mythtv-commits] Ticket #8580: Add a Demo Tuner type

MythTV mythtv at cvs.mythtv.org
Tue Jul 20 13:03:50 UTC 2010


#8580: Add a Demo Tuner type
---------------------------------------------+------------------------------
 Reporter:  johnnyj <johnnyjboss@…>          |       Owner:  ijr       
     Type:  enhancement                      |      Status:  new       
 Priority:  minor                            |   Milestone:  0.24      
Component:  MythTV - General                 |     Version:  Trunk Head
 Severity:  medium                           |     Mlocked:  0         
---------------------------------------------+------------------------------

Comment(by nigel):

 Good idea!
 [[BR]]
 Just a few problems ... the backend did this for me:
 {{{
 2010-07-20 22:22:43.020 TVRec(1): Changing from None to WatchingLiveTV
 2010-07-20 22:22:43.022 TVRec(1) Error: Problem finding starting channel,
 setting to default of '3'.
 2010-07-20 22:22:43.022 ChannelBase(1): IsTunable(Television,3) Requested
 non-existant input 'Television':'-1'
 2010-07-20 22:22:43.041 ChannelBase(1) Error: Setting start channel '3'
 failed,
                         and we failed to find any suitible channels on any
 input.
 2010-07-20 22:22:43.042 TVRec(1): HW Tuner: 1->0
 2010-07-20 22:22:43.056 LoadFromScheduler(): Error, called from backend.
 2010-07-20 22:22:43.059 TVRec(1) Error: GetProgramRingBufferForLiveTV()
                         ProgramInfo is invalid.
 ProgramInfo(): channame() startts(Tue Jul 20 22:22:43 2010) endts(Tue Jul
 20 22:22:43 2010)
              recstartts(Tue Jul 20 22:22:43 2010) recendts(Tue Jul 20
 22:22:43 2010)
              title()
 2010-07-20 22:22:43.168 TVRec(1) Error: Need DEMO recorder, but compiled
 without DEMO support!
 2010-07-20 22:22:43.168 TVRec(1) Error: Failed to start recorder!
                                   Tuning request was Program(no)
 channel(3) input(Television) flags(LiveTV,)

 2010-07-20 22:22:43.171 Finished recording : channel 4294967295
 2010-07-20 22:22:43.173 TVRec(1): Changing from WatchingLiveTV to None
 }}}
 which is a mixture of me not creating any channels for the initial
 "tuning" to use, and some platforms not supporting IVTV (because they
 don't have V4L). The former could be worked around with extra code, and
 the latter by taking DEMO outside of the USING_IVTV guard in
 TVRec::SetupRecorder() ?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8580#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list