forked from webrtc-rs/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send side Simulcast/Track encodings (webrtc-rs#578)
* track_local: Add ability to set RTP stream ID This change makes it possible to set the RTP stream ID to allow forwarding and production of simulcast streams. * peer_connection: Bolt on send side simulcast Introduces add_encoding method in RTP sender to add simulcast encodings. * rtp_sender: Add some missing tests Ported over from pion * peer_connection: Add Simulcast send test This is a port from a pion test * track_local: Insert mid and rid RTP header extension When MID and RTP stream ID header extension are enabled all RTP packets get corresponding MID and RID added as extension headers. * peer_connection: Handle Simulcast Offer with one Media Section This is ported from Pion
- Loading branch information
Showing
12 changed files
with
911 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.