TVH won't start - libva.so.1 issue
Added by Anthony Thomas almost 8 years ago
Not sure how this has come about or why, as TVH was working great. Web interface stopped working today so I restarted the TVH service and it won't start. I rebuilt as I usually do and upgraded, still won't start.
I then tried to start it manually and this is the error
symbol vaCreateSurfaces, version VA_API_0.33.0 not defined in file libva.so.1 with link time reference
Absolutely nothing else in the logs.
My Autobuild command was
AUTOBUILD_CONFIGURE_EXTRA="--enable-libffmpeg_static" ./Autobuild.sh
If I disable ffmpegstatic and libav it works again, but I want transcoding.
I know I attempted to install the Intel Media SDK for vaapi encoding a long while ago, which I couldn't get working. Has something changed recently where a part install may cause the above libva error?
Replies (2)
RE: TVH won't start - libva.so.1 issue - Added by Mark Clarkstone almost 8 years ago
In case you didn't see it on IRC..
You've passed the wrong configure_extra argument, try
AUTOBUILD_CONFIGURE_EXTRA=--enable-ffmpeg_static\ --disable-libmfx_static ./Autobuild.sh.. and to make sure it isn't building the intel media sdk I've added --disable-libmfx_static.
RE: TVH won't start - libva.so.1 issue - Added by Anthony Thomas almost 8 years ago
I'm an idiot. My normal build command is actually --enable-ffmpeg_static rather than --enable-libffmpeg_static.
But unfortunately adding --disable-libmfx_static doesn't fix the issue - tried it earlier thinking it would, but it doesn't seem to.