Friedrich Beckmann

Results 14 issues of Friedrich Beckmann

With this patch some information is taken from the luarocks environment for the build and install process - lua binary (lua, lua5.1, luajit ...) - lua include path - library...

Hi, your code is used in an example for the machine learning environment torch. However, your installation method expects lua5.1 in a default place and the pkg-config to be there....

The actual filesize of the parameter downloadfile is around 15200 bytes. The indicated filesize is used in QGC for the progressbar. This patch does not try to compute the exact...

Ardupilot vehicles support the download of parameters via MavLink FTP which is much faster and possibly more robust for low bandwidth radio links with a higher packet loss rate like...

### Problem Decodebin3 breaks the MPEG-TS/UDP streaming. Decodebin3 is still named "experimental" on the gstreamer site. So this PR fixes the following problems: Closes: MPEG-TS not streaming on Android #9830,...

The build artefacts from github for MacOS have problems with the gstreamer library references and do not show a video. I tested the build artefact from https://github.com/mavlink/qgroundcontrol/actions/runs/3020979888 **Expected** The v4.2.3...

Bug

## Expected Behavior The ftp download of files should always end with error or success after reasonable timeout procedures. ## Current Behavior When the final NAK EOF is received out...

Bug

In #9440 the video streaming failed for some cameras and the bunny example RTSP streaming movie. This worked in 4.0.6 and it did not work anymore in 4.1.0. The same...

The progressbar is updated with the actual progress for Mission-, Fence- and Rallypointdownload. Without the patch the progressbar is only updated for each particular step when it is at 100%...

The CI builds on master for MacOS do not work. This PR updates the CI for MacOS and * MacOS CI: Use official gstreamer package by picking patches from @patrickelectric...