jiti-meet/react/features/video-quality
Jaya Allamsetty 5e90e72562
Feat ssrc rewriting (#12408)
Use a fixed set of remote tracks for a call based on the ssrc-limit set in jvb config. When this feature is enabled, JVB will signal the audio and video SSRCs and their owner/endpoint info using a bridge channel message. For audio, the mappings are determined based on the energy rankings on the audio sources present in the call and for video, the mappings are calculated based on the video sources the client requests through the video receiver constraints.
Remote tracks are then created/remapped by the client based on these mappings.

* Added track_owner_changed action
* Skip track-based large-video selection in rewriting mode.
* Register OWNER_CHANGED handler at track level.
* feat(participants) Add source info to participants in redux.
With ssrc-rewriting, the receiver constraints need to be generated using the source info received in presence. Currently they are generated from the track info in redux but with ssrc-rewriting, remote sources are not signaled and therefore created until they are being requested through receiver constraints.

Co-authored-by: James A <jqdrqgnq@users.noreply.github.com>
2023-01-24 13:58:58 -05:00
..
components ref(TS) Improve TS (#12612) 2022-11-28 12:52:45 +02:00
actionTypes.ts ref(receiver-constraints): Refactor and fixes. 2022-09-01 13:22:09 -05:00
actions.ts ref(TS) Convert some features to TS (#12462) 2022-10-27 10:33:11 +03:00
constants.ts ref(receiver-constraints): Refactor and fixes. 2022-09-01 13:22:09 -05:00
functions.ts ref(TS) Convert some features to TS (#12462) 2022-10-27 10:33:11 +03:00
index.js fix(video-quality) fix not registering reducer on mobile 2022-01-20 11:43:17 +01:00
logger.ts ref: Convert reducers to TS (#12101) 2022-09-01 14:00:49 +03:00
middleware.ts ref(TS) Convert some features to TS (#12462) 2022-10-27 10:33:11 +03:00
reducer.ts ref(TS) Improve TS (#12612) 2022-11-28 12:52:45 +02:00
selector.ts ref(TS) Convert some features to TS (#12462) 2022-10-27 10:33:11 +03:00
subscriber.ts Feat ssrc rewriting (#12408) 2023-01-24 13:58:58 -05:00