ultravideo / uvgRTP

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

config: allow for custom SSRC. Added thread safety #185

Closed wowaser closed 1 year ago

wowaser commented 1 year ago

An alternative solution for #180. Here, we share an SSRC between the objects in a thread-safe way. No intrusion on the API, as opposed to #182.

wowaser commented 1 year ago

I corrected the error that the circleci is giving, but it's not updating

jrsnen commented 1 year ago

Hi,

I tested and this does not compile on Linux due to warnings, if you could fix those, otherwise this looks acceptable.

BR, Joni

wowaser commented 1 year ago

I think now it is good

jrsnen commented 1 year ago

Looks good!