[mythtv-commits] Ticket #2152: Add support for "udp:" urls in FreeboxRecorder

MythTV mythtv at cvs.mythtv.org
Fri Aug 11 18:23:07 UTC 2006


#2152: Add support for "udp:" urls in FreeboxRecorder
-------------------------------+--------------------------------------------
 Reporter:  mythtv at remars.com  |        Owner:  danielk
     Type:  enhancement        |       Status:  new    
 Priority:  minor              |    Milestone:  0.21   
Component:  mythtv             |      Version:  head   
 Severity:  medium             |   Resolution:         
-------------------------------+--------------------------------------------
Comment (by mikemiron at tochka.ru):

 Thank for patch. Sorry, but I see this patch too late, when I was finished
 same work :(.

 I agree another solution. General changes:

 1. It's work for me :) . Patch added by mythtv[at]remars.com have two
 bugs. First - it not include file <cassert> in sources used assert, so
 compilation fail. Second and main - with my data channel switching may
 (depending on channel) give error. Cause of this error - caching in
 MPEGStreamData class. PAT & PMT packed come after channel switching
 examine as redurant and on this case recorder can't handle key frame (they
 waiting for incorrect video PID). Solution - redefine Reset method in
 recorder.[[BR]]
 2. My solution based on livemedia library - they realization of multicast
 handling is better than in avformat (support reuse socket,avtomatic
 multicast/unicast detection).[[BR]]
 3. M3U lists now can be load from local fs and ftp (not tested).[[BR]]
 4. I use base class instead of wrapper[[BR]]

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


More information about the mythtv-commits mailing list