Closed murillo128 closed 2 months ago
This PR adds support for detecting unsignaled sources that provides relevant mid and rid values.
mid
rid
The mid is used for selecting the track to associate the id, and the rid for the source id. RTX ssrc is associated by rid or rrid afterwards.
rrid
Also I had to change some raw pointers by shared pointers.
This PR adds support for detecting unsignaled sources that provides relevant
mid
andrid
values.The
mid
is used for selecting the track to associate the id, and therid
for the source id. RTX ssrc is associated byrid
orrrid
afterwards.Also I had to change some raw pointers by shared pointers.