Aleksey Kontsevich

Results 104 comments of Aleksey Kontsevich

I like circle :) Think better to add as an option if necessary.

> We just added an [example recipe for the Parole media player](https://github.com/AppImageCrafters/appimage-builder/blob/master/examples/parole/AppImageBuilder.yml). This uses recipe bundles gstreamer and works. Also we added support for building the gstreamer plugins cache so...

Result: no gstreamer error, however no video as well: ``` (AirBossMissionPlanner:4182650): GLib-GObject-CRITICAL **: 23:49:08.440: g_object_set: assertion 'G_IS_OBJECT (object)' failed VideoReceiverLog: Unable to find sink pad of video sink "udp://0.0.0.0:5600" (AirBossMissionPlanner:4182650):...

> @akontsevich could you share the resulting bundle for inspection ? Unfortunately, no. > You could use the information here to debug gstreamer: https://gstreamer.freedesktop.org/documentation/gstreamer/running.html?gi-language=c#running-and-debugging-gstreamer-applications Thanks, will try this.

> > Unfortunately, no. > > No worries, if the problem persist you could try making a minimal app to test this feature. Or we could use QGroundControl. Yes, we...

> You could use the information here to debug gstreamer: https://gstreamer.freedesktop.org/documentation/gstreamer/running.html?gi-language=c#running-and-debugging-gstreamer-applications That works but prints too many info. Could You suggest some debug filters?

I run our app with `GST_DEBUG=*:WARNING,*video*:LOG`: 1. [From Qt Creator](https://github.com/AppImageCrafters/appimage-builder/files/7429724/qtc_log.txt) (video and system Gstreamer work fine) 2. [From AppImage](https://github.com/AppImageCrafters/appimage-builder/files/7429723/appimage_log.txt) (built in GStreamer) Both logs are attached to compare. I think...

I've added ``` - libx264-152 - libx265-146 ``` to `include` section however still getting gstreamer error: ``` ERROR x264enc gstx264enc.c:163:load_x264: Failed to load '/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.152' ``` what is missed there? Why...

@azubieta any chance to fix this or need to switch to `linuxdeploy`?