[mythtv-commits] Ticket #4254: Wrong backend selected to stream LiveTV

MythTV mythtv at cvs.mythtv.org
Fri Jan 11 05:56:38 UTC 2008


#4254: Wrong backend selected to stream LiveTV
--------------------+-------------------------------------------------------
 Reporter:  keller  |        Owner:  ijr    
     Type:  defect  |       Status:  new    
 Priority:  minor   |    Milestone:  unknown
Component:  mythtv  |      Version:  head   
 Severity:  medium  |   Resolution:         
  Mlocked:  0       |  
--------------------+-------------------------------------------------------

Comment(by cpinkham):

 Try this: edit libs/libmythtv/tv_play.cpp and change every occurance of
 GetPlaybackURL(); to GetPlaybackURL(true);

 Also change the one occurance of this:  GetPlaybackURL(desiredNextState !=
 kState_WatchingRecording);  to GetPlaybackURL(true);

 The 'true' argument to GetPlaybackURL() tells the method to check the
 master backend to see if it
 can stream the file.

 For some reason I think we did not want to have the master stream LiveTV
 being recorded on another backend, but I can't remember why right now.
 See if you run into any long-term issues with it set this way.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4254#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list