Kodi Community Forum
Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? (/showthread.php?tid=335769)



Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - gdogg371 - 2018-09-23

I am attempting to install Kodi Keia beta following the wiki instructions for installing from the nightly PPA. This is running in conjunction with TVHeadEnd 4.3. The whole setup is running in WMWare Workstation on a Ubuntu 18 platform. Leia boots ok, then when the PVR manager starts up it crashes. Keeps dying at exactly the same point. Is anyone aware of this issue and/or can suggest a solution/alternative Leia build to try? Thanks.


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - tjay260476 - 2018-09-23

Wmware is a virtual environment isn’t it? Kodi doesn’t play well at all under a virtual environment


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - ClaudeR - 2018-09-23

strange, because I've installed kodi also in a vmware virtual machine for testing with tvheadend, based on ubuntu server 18.04.1 and it works flawlessy here no crash at all.


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - black_eagle - 2018-09-23

Ummm, I'm running 18.0-BETA3 Git:20180923-1a67bd7 on one machine and 18.0-BETA3 Git:20180913-e313d39 on another and both are perfectly stable.  TVH version is 4.3-1292~g9b9ee68 (2018-07-26T08:57:27+0000).

Perhaps a debug log (wiki) would provide some insight ?  Other than that, everybody is just guessing.


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - gdogg371 - 2018-09-23

I am installing from the terminal as per this Kodi wiki page: https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux#Installing_a_development_build...I am not sure how I can amend this syntax to install specific builds within the repo. Can anyone advise on that? I will have a go at using them and if I still have no luck, will post debug logs. Thanks.


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - black_eagle - 2018-09-23

Remove the nightly PPA and add ppa:team-xbmc/unstable which will give you 2:18.0+git20180910.1208-beta2 for both xenial and bionic.  It's a downgrade from what you have now, but might help your issue.  You can install a specific build by forcing apt-get to install it.
Code:
sudo apt-get install <package name>=<version>
You can check what versions can be installed (from enabled ppa's) with
Code:
apt-cache policy kodi



RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - wsnipex - 2018-09-23

downgrading to beta2 most likely won't help. I suspect your vmware install lacks proper OpenGL support.
How about posting a Debug Log?

edit: fyi, you won't get hardware decoding in vmware in any case


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - gdogg371 - 2018-09-23

ok, now we are getting somewhere...2:18.0+git20180910.1208-beta2 installed successfully and i have successfully streamed some IPTV content from TVHeadEnd 4.3 into Kodi Leia...thanks for the input, black_eagle...

wsnipex...my playback is a bit slower and buggier on said IPTV content that when run in parallel in a next-pvr powered windows Leia build on a physical machine. is this because i am lacking hardware decoding in the VM? the VM is only a stopgap anyway...I am in the process of planning my HTPC hardware and want a working OS up and running before I do, which I am doing in VM...


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - tjay260476 - 2018-09-23

The problem is that in a virtual environment a VM is lacking in a proper GPU, and is piggy backing off the physical machine's CPU, hence my original reply 'it doesn't play well'. 

Although @gdogg371 playing around in a VM is a good idea, just don't try and play and video that is GPU intensive, as it will either be blocky, or want play at all. So playback on IPTV is expected to be slow.

However - Ubuntu and TVheadend without Kodi in a VM works flawlessly, as it is only streaming a file at that point. (I do this at home as a daily driver)


RE: Ubuntu 18 Kodi Leia - Are any of the builds anything approaching stable? - black_eagle - 2018-09-23

Pretty much what the others have said.  A VM isn't likely to give you hardware decoding, meaning the CPU is doing twice as much work as it would be on a proper install.  If you want to test stuff, maybe a dual/triple boot install would be better than testing in a VM.