ArtyIF
ArtyIF
> may be even a missing `curl` No, I have curl installed, and so does the flatpak. > i wondered whether this is HTTPS issue Actually it might be, since...
I tried building it myself (the Flatpak version in particular), and it doesn't look like you can? The build succeeded, but the server won't run because of three pre-compiled executables...
Looking deeper into this, you have to replace the files in `resources/bin/linux` accordingly: - `ffmpeg`: `ffmpeg` from https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.4.1-arm64-static.tar.xz - `ffprobe`: `ffprobe` from https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.4.1-arm64-static.tar.xz - `stremio-runtime`: `bin/node` from https://nodejs.org/dist/v18.12.1/node-v18.12.1-linux-arm64.tar.xz (18.20.8 from...
> @ArtyIF the issue is that Stremio Service is meant to transcode on-the-fly to make videos playable in the browser, there is no hardware acceleration support for RPI, so you...
In my case on the desktop Linux version, sometimes restarting the app reverts my queued tracks list to an older one. I guess it doesn't always save right (I have...
I think it should still be mentioned in the documentation that it's not supported yet, since it's not mentioned. 
> You're using OpenGL for this issue, is this OpenGL specific or does it also happen in Vulkan? This also happens in Vulkan.
> Needs a savefile. I finished the game a while ago, and on the Other World section replays, you can't save inside them. I saved next to the lumbermill, you...