Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
(2016-03-03, 07:47)n2vwz Wrote: The problem that I was having is that my NAS SMB shares were not present on KODI startup. By navigating on the main Confluence menu to Video/Files, I would click on a programmed File Menu item and I would get a pop-up message stating that the connection was not found. The SMB shares would usually appear on their own after several minutes of waiting, but not always. It was acting like KODI was trying to establish a SMB share connection before the OpenElec network connection was fully established. I found that by adding a 2 second KODI startup delay, the SMB share was available immediately without the several minutes of waiting.

My network connection is wired using a static IP address. I also have NFS networking available, but haven't played with it.

I'd just add a ~2s delay using an autostart script:
Code:
#!/bin/sh
sleep 2
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
RE: New Era: VAAPI with EGL interoperation - by Matt Devo - 2016-03-03, 07:52
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