Replies: 1 comment 3 replies
-
Hi @mstyer By calling Read you are giving Pion an opportunity to process and respond to these messages. Pion is generate TWCC Feeback and possibly emitting NACKs. By design we don't launch any additional threads and allow users to disable these features if they want to use different implementations. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking at the code for several of the examples, e.g. reflect, and I see the following code (e.g. lines 96-106 in reflect/main.go):
What is the reason for this? I'm trying to find any docs that would help explain what this is doing and why it's needed, but I'm coming up empty.
My follow-on question is, if I have multiple tracks with mutiple rtpSender objects, I assume I need to do this for all tracks separately. Is that correct?
Beta Was this translation helpful? Give feedback.
All reactions