I fixed a crash with drm, it looks like it came with the update, it wasn't there before.
Try latest version of plugin.
I fixed a crash with drm, it looks like it came with the update, it wasn't there before.
Try latest version of plugin.
It's not an error. This happens in detached mode, perhaps I should put this message into debug mode.
Try compile softhddrm with LIBPLACEBO_GL=0.
Try disable upscaling osd.
Change
if (scalew > 1.0) {
to
if (0 && scalew > 1.0) {
in osd.c, line 124
Fixed, but this caused problems for mpeg2 vdpau for some streams, i will fix it later.
Try add:
-l lang1,lang2
Example -l en,de.
Ok, I'll look it.
May be seahawk1986 can help.
Try
DISPLAY=:0 vainfo
You started vdr under root?
All ok, while there are no thoughts.
You can try softhdvaapi, but you gpu is too old, may not work.
I think vaapi is not working for you, so the plugin doesn't matter.
Give
dpgk -l|grep libva
This is a 2 commands.
LIBVA_DRIVER_NAME=i965 vainfo
LIBVA_DRIVER_NAME=iHD vainfo
X started?
ps -A|grep X
dpkg -l|grep VAAPI
ffmpeg -hwaccels
vainfo
Look at cpu loading, should work.
Need debug softhddrm first.
Mpv won't even start.
I have no Intel video now, will test how I can.
With cuvid all works fine.