ultravideo / uvgRTP

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

Joint RTP sessions #189

Open jrsnen opened 1 year ago

jrsnen commented 1 year ago

I noticed while reading RFC 7667 RTP Topologies that RFC 3550 does also supports joint RTP sessions where there is only one RTP instance, but multiple UDP endpoints. uvgRTP does not support this and at this point we have no plans to implement this, but we are open to pull requests for this feature.