ultravideo / uvgRTP

An open-source library for RTP/SRTP media delivery
BSD 2-Clause "Simplified" License
318 stars 90 forks source link

common: Added multicast bind support for ipv4 and ipv6 #196

Closed Atlas42 closed 1 year ago

Atlas42 commented 1 year ago

Added multicast address detection in uvgrtp::socket::bind uvgrtp::socket::bind_ip6 Tests added to test_2_rtp and test_7_ipv6 Tested on:

jrsnen commented 1 year ago

Hello.

This looks very interesting. We will try to get to this soon.

BR, Joni Räsänen

Atlas42 commented 1 year ago

In the meantime I added an extra small feature to the multicast bind, the same multicast stream can now be received multiple times. Again with associated tests.

tampsa commented 1 year ago

Hi, thanks for the implementation. We have merged it to uvgRTP.

-Heikki