[mythtv-commits] Ticket #8767: Problem with rtp sources
MythTV
mythtv at cvs.mythtv.org
Thu Aug 12 13:14:30 UTC 2010
#8767: Problem with rtp sources
---------------------------------------------------+------------------------
Reporter: Octavio Ascanio <oascanio@…> | Type: defect
Status: new | Priority: minor
Milestone: unknown | Component: MythTV - General
Version: Trunk Head | Severity: low
Keywords: rtp problem | Ticket locked: 0
---------------------------------------------------+------------------------
I have a problem with mythtv receiving rtp sources. I have found comparing
the sources of iptvfeederudp.cpp and iptvfeederrtp.cpp (my provider has
changed from udp to rtp) that iptvfeederrtp::Open needs the next line:
ReceivingSocketAddr = our_inet_addr(parse.host().toLatin1());
Just previous to Groupsock *socket = new Groupsock(*_live_env, addr,
parse.port(), 0);
Without this line my backend machine does not receive the network stream.
My machine has three network adapters with one dedicated to iptv. The
default route is in the ppp0 interface. I don't know if this is causing
receiving problems when ReceivingSocketAddr has the ANY values....
Please, can you check it?
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/8767>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list