Fix FireFox not streaming VPX on SPS #59
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Firefox was unable to stream VPX streams after upgrading to Firefox 128.0.
The details are contained in this PR from the PSInfra: EpicGamesExt/PixelStreamingInfrastructure#204
Relevant components:
Problem statement:
Two problems:
config
messages were being sent.Solution
Two solutions:
config
message listeners and add our customconfig
message listener that we use for handling theBrowserSendOffer
configuration we get from our custom signalling server.Documentation
I have updated the SPS docs in this repo to refer to pixelstreamingfrontend-ue5.5 as opposed to ue5.4 version/
Test Plan and Compatibility
Tested on:
Chrome + H.264 + CW = It streams
Chrome + VP8 + CW = It streams
FF + H.264 + CW = It streams
FF + VP8 + CW = It streams