Open
Description
Package version
3.1.0-exp.7
Environment
* OS:Windows10
* Unity version:Unity 2021.3
* Graphics API:DirectX11
* Browser:Google Chrome version 116.0.5845.111
Steps To Reproduce
- Set VideoSourceType in VideoStreamSender to Screen;
- Set DepthBuffer in VideoStreamSender to At least 24 bits depth;
- Set Anti-aliasing in VideoStreamSender to 8 samples;
- Set StreamingSize in VideoStreamSender to 1920, 1080;
- Set Framerate in VideoStreamSender to 60;
- Set Bitrate in VideoStreamSender to 15000, 15000;
- Package output as Windows 64-bit .exe program;
Current Behavior
The network environment is 20M bandwidth, and the normal network speed in the LAN environment is 1-2mb, but the network will fluctuate, and the network speed in the network fluctuation is less than 1mb, or even only a dozen kb or tens of kb. In this network environment, a black screen will appear on the web screen, that is, the signal is disconnected.
Expected Behavior
How to not affect the clarity of the picture when the network environment is poor. It is acceptable to freeze the picture but avoid black screen.
Anything else?
No response