clark15b / xupnpd2

eXtensible UPnP agent v.2 (official)
GNU General Public License v2.0
36 stars 15 forks source link

Field SourceIP in RTP URL not supported for MagentaTV #8

Closed delfinsk closed 4 years ago

delfinsk commented 5 years ago

The RTP url for Deutsche Telekom MagentaTV has the format rtp://87.141.215.251@232.0.20.35:10000 where the part before the @ is SourceIP and the part after the @ is MulticastIP identifying the Multicast group. A short look at the documentation and into the source code showed that this format does not seem to be supported and I did not get it working either.

Best regards delfinsk

delfinsk commented 4 years ago

This patch fixes the issue for me:

patch.txt

Best regards delfinsk

clark15b commented 4 years ago

Tnx!