Skip to content
New issue

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

[BUG] - The disconnecting and connecting again at 1006 #415

Open
parth270 opened this issue Jan 20, 2025 · 0 comments
Open

[BUG] - The disconnecting and connecting again at 1006 #415

parth270 opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@parth270
Copy link

parth270 commented Jan 20, 2025

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:-

Image

Image

@parth270 parth270 added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant