Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
745 stars 186 forks source link

[BUG]: Receiving video is distorted when using Vulkan API in MultiVideoRecv sample on Unity Editor 2022.1 #777

Open karasusan opened 2 years ago

karasusan commented 2 years ago

Package version

2.4.0-exp.8

Environment

## Case 1:
* OS: Ubuntu 20.04
* Unity version: 2021.3
* Standalone(mono)

## Case 2:
* OS: Ubuntu 20.04
* Unity version: 2022.1
* Editor mode

Steps To Reproduce

When running 3 video streams simultaneously in MultiVideoRecv sample, frames of other videos appear irregularly and repeatedly, occurring in Unity 2022.1 editor. Not occurring in standalone.

In Unity 2019.4 editor, when 3 streamings are performed in FHD, only one is performed successfully.

The behavior may differ between IL2CPP and Mono.

https://user-images.githubusercontent.com/1132081/179888612-8c715fad-b3c4-443e-b0bc-d347832e7ff1.mp4

Current Behavior

No response

Expected Behavior

No response

Anything else?

No response

karasusan commented 2 years ago

memo: WRS-282