Rafał Dzięgiel
Rafał Dzięgiel
Indeed. `gst_element_factory_make` will return `glsinkbin` if its installed regardless if we can realize GL context. But GStreamer 1.24 have broken playback without using it. We probably gonna need a sink...
Can you provide some more information about your setup? What distro you are using? Which DE? What GPU? Session type (Xorg or Wayland)? Clapper installed from Flatpak or package manager?
Why are you running Fedora 41 with a kernel built for Fedora 39?
No. Seems like a bug on app side. NOTE: Issue does not seem to happen if there is only one window open. To reproduce: 1. Start listening (without `-t` option):...
Server functionality was ported into an enhancer plugin for the player. During porting I changed a few things, among them made the MDNS context separate for each player instance. This...
yeah, improving/finishing that part is definitely on the TODO list. Quick notes what needs to be still done for myself: - [ ] Fix DVD menu navigation (currently broken in...
Yes, the DVD menu navigation worked previously, but its not working currently due to how UI and its overlays work in new implementation. This will require reworking our sink (something...
Unfortunately, GTK4 removed GL renderer in GTK 4.18 version. This causes running Clapper on devices that cannot do GLES 3.0+ to fail currently, while **any other GTK app** you run...
It might be still possible to skip the GTK renderer for video content/rendering alone for things you can HW decode. Currently not implemented here yet. Well, the UI and all...
Can you share an example file?