Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
738 stars 186 forks source link

[BUG]: VideoStream onTrack doesn't work in the Android environment. #1014

Open Sirona0 opened 6 months ago

Sirona0 commented 6 months ago

Package version

3.0.0-pre.7

Environment

* OS:Windows10
* Unity version:2021.3.19

Steps To Reproduce

This can be reproduced when running all samples in the Android environment.

Current Behavior

When adding a video stream to a PeerConnection in the Android environment, I confirmed that the texture is not null. However, the video stream is not being transmitted through the PeerConnection. This issue is also present in the sample. Can you help me identify this problem?

Expected Behavior

No response

Anything else?

No response

Morgan-6Freedom commented 5 months ago

Does it work in another version ?