mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.28k stars 3.61k forks source link

RTSP videostream buffer issue #7668

Open Tangoviktor opened 5 years ago

Tangoviktor commented 5 years ago

Hi all,

I was wondering, would it be possible to add a buffer slider for rtsp videostream? I am using a custom flightcontroller with a custom modem, that runs linux with ethernet ports, where i connect cameras and my flightcontrollers. Currently, i am using IP cameras for rtsp video stream, but the issue i am facing is that the packages are coming to the ground station in a wrong sequence. I know that this is due to the fact that the packages tend to lose their initial sequence over the LTE network. But i was wondering, would it be possible to somehow solve this on the qgc end? Maybe it would be possible to adapt qgc with apstreamline, so there would be an automatic reduction in resolution and bitrate?

image

DonLakeFlyer commented 5 years ago

Maybe @dogmaphobic or @jaxxzer would know.

Williangalvani commented 5 years ago

I believe the rtpjitterbuffer could help reduce this issues. I think that with a small buffer size the latency would barely be affected.

Tangoviktor commented 4 years ago

Is there any update on the issue?