[mythtv-commits] Ticket #2064: Share the same instance of RtspComms in Freebox(Recorder|SignalMonitor)

MythTV mythtv at cvs.mythtv.org
Mon Jul 17 20:11:24 UTC 2006


#2064: Share the same instance of RtspComms in Freebox(Recorder|SignalMonitor)
-------------------------------+--------------------------------------------
 Reporter:  mythtv at remars.com  |       Owner:  danielk
     Type:  patch              |      Status:  new    
 Priority:  minor              |   Milestone:         
Component:  mythtv             |     Version:  head   
 Severity:  medium             |  
-------------------------------+--------------------------------------------
 The signal monitor added in [10434] opens a second rtsp stream. Since
 then, I can watch the first "tuned" channel, but can't change to another
 one. My problem is that I do not have enough dsl bandwidth to open two
 concurent streams.
 The following patch does the following :
  * fix my bandwidth problem by moving the RTSPComms to the FreeboxChannel,
 and reuse the same instance for the Recorder and the SignalMonitor.
  * fix the two "TODO free resources" in rtspcomms.cpp
  * fix a compilation warning in freeboxmediasink.h (similar to #1992)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2064>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list