Friedrich Beckmann
Friedrich Beckmann
I fixed the MacOS video by reverting the "decodebin" to "decodebin3" switch. "decodebin3" does not work on MacOS and results in a crash when trying to videostream. I changed that...
I rebased this fix on current master https://github.com/fredowski/qgroundcontrol/pull/6 and tested this on an Android phone: It works. Without the change, the red recording button remains red and the phone does...
You can workaround this bug by switching the "Application Settings" -> "General" -> "Video Decode Priority" from "Default" to "Force software decoder". The video is then displayed in the fly...
I have fixed the Android CI for 32bit and 64bit with pr #10380 by switching to an older ndk. This is however not tested on real android systems.
I tried the Android build results of PR #10396 on a Samsung Galaxy M20 running Android 10 and with that change I can display and record the following rtsp stream:...
Thanks for testing on Android and writing the detailed test report! Unfortunately you have tested a version from the Pull Request #10396 which now only addresses some problems on MacOS....
The current build artefacts for MacOS from CI are not working with respect to video streaming. I have prepared and tested PR #10396 for this. I reuse the patches from...
@zdanek: During my experiments I noticed the bugs that you plan to fix... When I look at your changes I notice the following: * The files in the translations directory...
I guess issue #5608 is related to this PR?
I generated a TCP Stream with `gst-launch-1.0 videotestsrc is-live=true ! 'video/x-raw, width=640, height=480, format=I420' ! x264enc ! mpegtsmux ! queue ! tcpserversink host=127.0.0.1 port=5600` and that works with the build...