[mythtv-commits] Ticket #3873: problems with simultaneous record and play with FREEBOX network recorder

MythTV mythtv at cvs.mythtv.org
Fri Oct 26 23:14:43 UTC 2007


#3873: problems with simultaneous record and play with FREEBOX network recorder
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  greg   
     Type:  defect     |       Status:  new    
 Priority:  major      |    Milestone:  unknown
Component:  mythtv     |      Version:  head   
 Severity:  high       |   Resolution:         
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by Dave <megadave at gmail.com>):

 Ok, since ReceivingInterfaceAddr seems to be a global, I have tried
 setting it in libs/libmythtv/iptv/iptvfeederudp.cpp as follows.

 {{{
     ReceivingInterfaceAddr =  our_inet_addr( parse.host().latin1() );
     Groupsock *socket = new Groupsock(*_live_env, addr, parse.port(), 0);
 }}}

 Unfortunately, while that does result in it binding the socket correctly,
 the livemedia code seems to have some sort of problem identifying the
 'source address for multicast'. I will note that the interface in question
 that has access to the
 multicast network does not have an IP address - which didnt seem to cause
 a problem with the socket was bound to INADDR_ANY. I tried setting an
 169.x.y.z IP addresss on it, and that didn't help any.

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


More information about the mythtv-commits mailing list