Skip to content

Commit

Permalink
Update Frontend/library/src/VideoPlayer/StreamController.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Bermingham <[email protected]>
(cherry picked from commit 35f1733)
  • Loading branch information
zuvola committed May 7, 2024
1 parent 959cca5 commit 0d8d081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Frontend/library/src/VideoPlayer/StreamController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export class StreamController {
'handleOnTrack ' + JSON.stringify(rtcTrackEvent.streams),
6
);

// Do not add the track if the ID is `probator` as this is special track created by mediasoup for bitrate probing.
// Refer to https://github.com/EpicGamesExt/PixelStreamingInfrastructure/pull/86 for more details.
if (rtcTrackEvent.track.id == 'probator') {
return;
}
Expand Down

0 comments on commit 0d8d081

Please sign in to comment.