Troubleshooting
Black Screen / No Video
Audio Not Working
const video = appStream.stream.videoElementParent.querySelector('video'); const audio = appStream.stream._webRtcController?.streamController?.audioElement; video.muted = false; audio.muted = false; if (audio.paused) audio.play().catch(() => {});
Connection Fails Behind Firewall
Default Pixel Streaming UI Showing Through
Video Codec Shows Raw ID Instead of Name
Webpack Polyfill Errors
"StreamPixelApplication called more than once"
Reconnection Not Working
Mobile Disconnects When Switching Apps
Stream Works Locally but Not in Production
Last updated