Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more RTCP packets #6

Closed
jcague opened this issue Dec 18, 2012 · 2 comments
Closed

Add support for more RTCP packets #6

jcague opened this issue Dec 18, 2012 · 2 comments

Comments

@jcague
Copy link
Contributor

jcague commented Dec 18, 2012

WebRTC now supports different RTCP packets, following the RTP/SAVPF profile:

  • Temporary Maximum Media Stream Bit Rate Request
  • Semantic Loss Tolerance
  • Temporal-spatial trade-off request
  • Rapid Synchronisation
  • Client-to-Mixer Audio Level
  • Mixer-to-Client Audio Level
@lodoyun
Copy link
Contributor

lodoyun commented Jan 17, 2013

Since 21d99a8 lynckia forwards RTCP messages in OneToManyConnections so we get some of the advantages from RTCP.
There's still work to do in term of using the information receive and not only forward the messages. However, general behavior is better, more so in connections with packet loss or low bandwidth

@jcague
Copy link
Contributor Author

jcague commented Oct 21, 2013

Definitively we'll need to add support for more RTCP. But it makes more sense if we then open bugs related to the functionality they provide more than the action itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants