pixel streaming player error

LogPixelStreaming: Error: Failed to set local description: Failed to set local answer sdp: Failed to set local video description recv parameters for m-section with mid=‘0’.
LogPixelStreamingPlayer: Error: CreateAnswer Failed: Failed to set local answer sdp: Failed to set local video description recv parameters for m-section with mid=‘0’.
LogPixelStreamingPlayer: Error: CreateAnswer Failed: Timeout
LogPixelStreamingPlayer: Error: Send Answer failed: Answer was null


已解决

Hi ! I’m facing the same problem but changing to VP8 in editor doesn’t do the trick…
What version of Unreal Engine are you using … ?
Do you change the codec in the app producing the pixel stream? Or in the app receiving the stream?
Or maybe both ?

Thanks in advance

I changed to VP8 in both the pixel streaming app and in the app running the pixel streaming player, and unfortunately it didn’t work for me either. I’m using UE 5.1.

Try adding “-PixelStreamingEncoderCodec=VP8” to your startup shortcut

1 Like

That worked. Thank you! Do you know why H264 does not work with the Pixel Streaming Player, but it works when you connect to a pixel stream from a browser?

You need restart UE