Y
Hacker News
new
|
ask
|
show
|
jobs
by
millon
1115 days ago
What is receiver feedback?
2 comments
kabes
1115 days ago
It's an umbrella term for a bunch of mechanisms where the receiver can tell the sender about things like dropped packets, congestion etc. So the sender can adjust the stream accordingly.
link
Sean-Der
1115 days ago
kabes description is excellent. It just gives senders lots of info about receivers. Since it is WebRTC all the way through this is possible.
You can read about it in more detail
https://webrtcforthecurious.com/docs/06-media-communication/
link