Rijnhard Hessel
Rijnhard Hessel
To add some complications, it looks like Stremio ships with mpv in order to build for windows etc. And when building it appears to build those versions instead of the...
Another note: the `qthelper.hpp` has been [removed and deprecated](https://github.com/mpv-player/mpv/blob/master/DOCS/client-api-changes.rst#options-commands-properties). That can be moved out of deps into the main code base and `mpv_opengl_init_params` now takes one less argument so this...
Unfortunately doing all these changes breaks the UI. at least when building the flatpak locally. So this is the point where my cowboying skills run out.
maybe one more thing to note. with the funky Stremio compiled with the provided mpv 0.33, and using the mpv 0.35 library provided by flatpak it now runs. but I...
Maybe as more of a side note. it would probably be easier to manage flatpak / native debs / osx builds with meson. since then all 3 can use the...
I think to summarise the issue here is inconsistent MPV versions. The version stremio builds against, vs the versions available at the point of installation (libmpv) are different. So you...
@jaruba did anyone take a look at this? I'm willing to give it another bash but I need to know which direction the project wants to take...
since I'm digging around I thought I would point to how to do this. https://github.com/mpv-player/mpv/blob/master/libmpv/client.h#L445 I'm just not sure how this would translate to flatpak, but it should be pretty...
Just as a note, it would help with the stuttering issues https://github.com/Stremio/stremio-shell/issues/247 if the following (currently hard coded properties) were also configurable * cache-default * cache-backbuffer * cache-secs
> @KenHV you don't need to pass path to the config-dir dir option, then it will use default mpv config path. If we follow the example set by celluloid and...