Reason One: Application Resolution is Incorrect
Problem Description
When the resolution of the application running on the server side is inconsistent with the streaming resolution, there will be a loss of image quality.
Solution
You can set the streaming resolution to match the client resolution, allowing the application to adapt to the client and provide a more user-friendly experience.
Reason Two: Insufficient Bitrate
Problem Description
Usually, after the application starts moving, the image becomes very blurry. This is because the application requires a higher bitrate when in motion. For example, a 2K resolution requires a bitrate of 10Mb, while a 4K resolution requires a bitrate of 50Mb.
Solution
- For applications with 2K resolution, set
codeRate=10000when entering the application. - For applications with 4K resolution, set
codeRate=50000when entering the application.
Example Link
http://192.168.0.50:8181/webclient/?appliId=1378006436839161856&codeRate=50000