1

(26 replies, posted in Using SVP)

So, I've uninstalled Python 2.7 and now Emby doesn't start the video so the issue is that Emby is using Python 2.7 and as far as I'm aware Vapoursynth needs Python 3.7.

I will ask on Emby forums if there is a possibility to change the Python version when running MPV

2

(26 replies, posted in Using SVP)

So when I'm using MPV directly it works. So to be sure which file it doesn't find, I removed /usr/lib/python3.8/site-packages/vapoursynth.so and rerun MPV. And by doing so, I get the exact same issue as with emby theater. It can't initialize vapoursynth scripting.

That means while I'm using emby theater, Python doesn't find /usr/lib/python3.8/site-packages/vapoursynth.so
That's strange because /usr/lib/python3.8/site-packages is in my sys.path

I'm thinking, maybe while using mpv via emby theater it does run another python version (I also have python 2.7 installed)

Do you know if there is something I can do to make the mpv logs more verbose ?

And by the way, thanks for your help wink

3

(26 replies, posted in Using SVP)

Hi, I'm trying to configure Emby Theater on Linux to work with SVP. I have also started a topic on Emby Community to get some help (https://emby.media/community/index.php? … -on-linux/)

So, I built mpv following these instructions (https://www.svp-team.com/wiki/SVP:Linux … om_sources)
and then I replaced /usr/lib/emby-theater/libmpv.so.1 with the one I built.
When I start a video from Emby Theater, the video starts well but the logs from MPV and SVP says that it "Could not initialize VapourSynth scripting."
It seems like Vapoursynth support is not available, but at the start of MPV logs, vapoursynth is in the list of enabled features.

Do you have any idea why it's not working ?

PS : If i'm using MPV directly without Emby theater, it works flawlessly !