Unity-Technologies / Unity-Technologies/com.unity.webrtc
[BUG] Not display the captured source video in VideoReceive sample on Linux standalone
Open
@karasusan is already working on this.
Since Jun 9, 2021.
bug
issued
- Dominant language
- Assembly
- Stars
- 852
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
This issue occurs on Ubuntu20.04 with GLCore. This is not reproduced with Vulkan.
Build an app with IL2CPP, and check the VideoReceive sample.
You need to enable the web camera and push the Call button. In this case, the captured video should be displayed on the left region, but not displayed.
日本語
Ubuntu20.04 で発生。 IL2PP でビルドしたアプリで、**VideoReceive** サンプルを確認する。 WebCamera を利用するとき、Call ボタンを押すと本来は左の領域にウェブカメラの映像が映るはずだが、実際は黒い画面が表示される。 AddTrack ボタンを押すと左右の領域に同じ映像が表示されるが、これは正しい挙動。GLCore でのみ再現、 Vulkan では再現しない。
Screenshots

Environment
- OS: Ubuntu 20.04
- Graphics API: OpenGL Core
- Unity Version 2020.3.11f1
- Package version
2.4.0-exp.3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.