Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
There is, atleast for me, a tiny issue with the autostart.sh. If Kodi crashes 'openbox --exit' doesn't cut it for me. Openbox will ask for permission to actually close. This isnt good for the WAF. Is Openbox still needed? should I kill openbox in a different way in autostart.sh or should we do something like:

Code:
OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"

while true; do
  /usr/bin/kodi --standalone
done

Atleast this way it will restart Kodi. Both not really pretty though! We could also make it two seperate systemd scripts? One for Openbox and one for Kodi?

Ah well.. details.
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by JaccoH - 2015-12-07, 21:58
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18