VRStreaming icon indicating copy to clipboard operation
VRStreaming copied to clipboard

[BUG] Crashing when using a single stream for eyes

Open vmohan7 opened this issue 4 years ago • 1 comments

There is currently a bug in the Unity WebRTC implementation where large render streaming textures result in a crash. Requires a fix from https://github.com/Unity-Technologies/UnityRenderStreaming/issues/517

vmohan7 avatar Aug 23 '21 03:08 vmohan7

Have reverted the SDK to use one video track per eye using a smaller resolution for each track in https://github.com/FusedVR/VRStreaming/pull/8

This is instead of the one video track that combines both eyes with a larger resolution. Will revert after the fix in https://github.com/Unity-Technologies/com.unity.webrtc/issues/515 that should avoid the encoder from crashing

vmohan7 avatar Aug 23 '21 13:08 vmohan7