Friedrich Beckmann
Friedrich Beckmann
Further testing shows that I can crash the QGC Application on MacOS with `gst-launch-1.0 videotestsrc ! 'video/x-raw, width=720, height=576, format=I420' ! x264enc ! mpegtsmux ! queue ! udpsink host=127.0.0.1 port=5600`...
Sometimes the video window shows some flickering before qgc finally crashes. When do the following: 1. Start QGC 2. Run Y444 stream: `gst-launch-1.0 videotestsrc ! 'video/x-raw, width=720, height=576, format=Y444' !...
@andrewvoznytsa: Do I understand that correctly, that we have a qgroundcontrol gstqtplugin? https://github.com/mavlink/gst-plugins-good/compare/qgroundcontrol...GStreamer:gst-plugins-good:1.18
@andrewvoznytsa: Thanks for your answer. To clarify: crash means that the QGC application crashes, i.e. segfault. In the comment https://github.com/mavlink/qgroundcontrol/pull/10396#issuecomment-1241749622 I cited from the crash reporter of MacOS. The "flickering"...
@andrewvoznytsa : Could you maybe give gst-launch examples to produce the video streams that you consider relevant?
@patrickelectric: The gstreamer download from the freedesktop site takes over an hour in this run: https://github.com/mavlink/qgroundcontrol/actions/runs/3025642963 . Do you have access to the storage cloud and can you store the...
@patrickelectric : I have stripped this PR to have only the MacOS build working again including GStreamer. During the investigations I learned that not all Video formats are supposed to...
> @fredowski You may want to check out the repo [here](https://github.com/CubePilot/qgroundcontrol-herelink/tree/herelink-v4.0.8_videomod) as they did some modifications to the gstreamer code for their android device. And from what I recall, NextVision...
> @fredowski You may want to check out the repo [here](https://github.com/CubePilot/qgroundcontrol-herelink/tree/herelink-v4.0.8_videomod) as they did some modifications to the gstreamer code for their android device. CubePilot is working on 4.0.8 that...
Thanks for reviewing and merging!