We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UE Version: E.g. UE 5.4
Frontend Version: E.g. UE5.4
Description while doing pixel streaming, it keep disconnecting and connecting for some reason
i followed this forum but cant find what to change anywhere https://forums.unrealengine.com/t/streamer-disconnected-1006-pixel-streaming/141318
if anyone can help me resolve this
I finally found a solution to my problem in Chinese though
link
translation:
add this line
this.cfg.offerExtmapAllowMixed = false;
to line 61 of …\Engine\Source\Programs\PixelStreaming\WebServers\SignallingWebServer\scripts
webRtcPlayer.js
this.video = createWebRtcVideo();
onsignalingstatechange = function(state) { console.info(‘signaling state change:’, state) };
how to add this in 5.4 version of pixel streaming signalling web server
also leaving some images of error:-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
UE Version:
E.g. UE 5.4
Frontend Version:
E.g. UE5.4
Description
while doing pixel streaming, it keep disconnecting and connecting for some reason
i followed this forum but cant find what to change anywhere
https://forums.unrealengine.com/t/streamer-disconnected-1006-pixel-streaming/141318
if anyone can help me resolve this
I finally found a solution to my problem in Chinese though
link
translation:
add this line
this.cfg.offerExtmapAllowMixed = false;
to line 61 of …\Engine\Source\Programs\PixelStreaming\WebServers\SignallingWebServer\scripts
webRtcPlayer.js
this.video = createWebRtcVideo();
this.cfg.offerExtmapAllowMixed = false;
onsignalingstatechange = function(state) {
console.info(‘signaling state change:’, state)
};
how to add this in 5.4 version of pixel streaming signalling web server
also leaving some images of error:-
The text was updated successfully, but these errors were encountered: