Rafał Dzięgiel
Rafał Dzięgiel
> Is there a way to fix it, like render in software, use vulkan? While there is some macos specific (Cocoa and CGL) code put in here to render, it...
Please add to your command `GST_DEBUG=*clapperimporter*:7,clapper*handler:7,2` and share the debug output. It might show us some more info about not working display.
0 available importers is no good. Probably the same library path issue as before. Try setting `CLAPPER_SINK_IMPORTER_PATH` env to a path where installed importers are.
Hmmm. Looking into it, seems to be currently a problem with with `.dylib` extension (https://gitlab.gnome.org/GNOME/glib/-/blob/c138b98e363df8b95c2ee3eac214649b2908ad68/NEWS#L19). I wonder if simply renaming these 2 files from `.dylib` => `.so` would make it...
> It worked fine once that change was made. Awesome you got this to work! @rudrabhoj Since you are the first person to do so (at least that I know...
> No need, given its incorrect and apparently fixed upstream. Correct fix would be moving away from building module path with `G_MODULE_SUFFIX` which is deprecated. As it is right now,...
> Oh I see. I've only read the first part of the line of the changelog you linked that mentioned it "fixed" something so I've figured that was just some...
This seems to be a normal HLS master playlist manifest, ergo should be working as-is. What is the error you are getting?
> I get this, it's the flatpak version so maybe the gstreamer plugin isn't bundled? This seems like a `typefind` issue. GStreamer should parse content of this playlist text file...
Well, guess they suggested having playlist parser on the application side. So reopening as FR.