We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The introduction of rtpjitterbuffer in the pipeline has significantly increased the latency on the video streaming.
rtpjitterbuffer
In controlled tests (ethernet connection, udp, h264 1080p 30fps):
QGC 3.5: 202ms QGC 4.0: 389ms
The text was updated successfully, but these errors were encountered:
https://github.com/mavlink/qgroundcontrol/blob/master/src/VideoStreaming/VideoReceiver.cc#L234 https://github.com/mavlink/qgroundcontrol/blob/master/src/VideoStreaming/VideoReceiver.cc#L383
Sorry, something went wrong.
andrewvoznytsa
No branches or pull requests
The introduction of
rtpjitterbuffer
in the pipeline has significantly increased the latency on the video streaming.In controlled tests (ethernet connection, udp, h264 1080p 30fps):
QGC 3.5: 202ms
QGC 4.0: 389ms
The text was updated successfully, but these errors were encountered: