Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the delay to 10 milliseconds #2304

Open
yanmingsohu opened this issue May 8, 2021 · 1 comment
Open

Reduce the delay to 10 milliseconds #2304

yanmingsohu opened this issue May 8, 2021 · 1 comment

Comments

@yanmingsohu
Copy link

yanmingsohu commented May 8, 2021

Where did the delay come from?
Is there a delay in the video frame sent by the device?
Or is there a delay when the pc video is decoded.
Is there a way to further reduce the delay?
The current delay is almost unacceptable for FPS games.

@rom1v
Copy link
Collaborator

rom1v commented May 8, 2021

The global delay is due to:

  • encoding on the device
  • transmission from the device to the computer
  • decoding on the device
  • rendering

Reducing the definition/bitrate reduces the latency.

The latency is also very dependent on the device encoder (in general, newer and high-end devices are better).

Also see #646.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants