-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dockerfile #27
base: master
Are you sure you want to change the base?
Conversation
Thank you! I'm going to test your changes to double-check that they work on my system as well. To make sure that we're on the same page, could you confirm which Netflix and Amazon add-ons you're using? I found these: https://forum.kodi.tv/showthread.php?tid=329767 and |
Hi, you are welcome. Yes, these are the correct ones. If libnss3, libnss3-tools and libnspr4 are not present the addons will not start after the mendatory firstrun widevine installation. AFAIK these libs are required by widevine and are usually installed together with chrome if we consider a generic ubuntu desktop case. comparable issue Cyber1000's comment _Hi, I had it much easier with installing today:
So nearly the same setup, but with Pi 3 instead of 3B+ and no grafical linux interface like LXDE. I did:
My problems where that I had to add the entry in /etc/sudoers and install kodi-inputstream-adaptive, libnss3, libnspr4, I missed some of them out first place, but after that everything worked. I didn't have to copy files manually ..._ libnss3 is depending on libnspr4 so libnspr4 will be installed automatically.. After adding those libs there is no futher "hack" needed to get the netflix and amazon add ons working. Just add repo and follow the standard procedure. |
I didn't notice this PR, but I've run into same issue, see #34. Haven't checked PR changes, but I know that my additions fixed the problem. |
Necessary for Netflix and Amazon add on. Easier to install when already shipped.