-
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.
feat: configurable media input (#96)
* feat: add webcam and screen configuration * refactor: config type reference from config module * refactor: remove unneeded type * refactor: create peer doesn't need config anymore * refactor: create peer doesn't need config anymore * feat: configurable media input setting through peer * refactor: update media config properties * refactor: add supportsSetCodecPreferences variable * refactor: remove unused properties for now * refactor: change video codec order * refactor: ensure the default codecs are ordered * fix: screen share default codec is vp8 * fix: use deep partial to make all properties optional * fix: simulcast for webcam set to true * fix: support for array type checking * fix: webcam is auto svc and screen is not * fix: merge config and replace arrays value * refactor: simplify webcam and screen setting by config * refactor: update variables * fix: add more config checking * refactor: change function name * fix: reorder codecs instead of use only prefered ones * refactor: bitrates config are not exposed to users for now * feat: add inlive hub supported codecs * refactor: remove isArray lodash and update the original config * refactor: make descriptive variable name * fix default config publishing media tracks * fix: svc and simulcast can be enabled separately * feat: set scalability mode on simulcast when svc is enabled * fix: send encodings with rid when simulcast enabled * refactor: remove unused comment --------- Co-authored-by: Yohan Totting <[email protected]>
- Loading branch information
1 parent
7cf7490
commit e4a1876
Showing
7 changed files
with
230 additions
and
245 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.