Dear all,
my setup is as follows:
Raspberry Pi 4, LibreELEC 12.0.2 with Kodi (Omega) v21.2
The Raspberry Pi is connected to my network via Wifi. In my network, a Synology NAS is present providing DLNA.
The server is stored as a favorite.
What I experience is the following:
Apparently, the Pi has network connectivity during boot time, since it shows the correct time and date in Kodi after boot.
When I try to access the DLNA server directly after boot, in most of the cases, I just get a connection error
If I let the system sit a couple of minutes after boot and do not try to access DLNA, the issue does not appear.
In case the issue happens, DLNA seems „stuck“ in that non-working state.
What I do to repair this, is:
switch off / on DLNA in Kodi settings
or/and:
switch off and on wifi connection in Libreelec settings.
What can I do to better narrow down the problem?
Posts by franksmank
-
-
Thanks for your help. During fiddling around, I came across the fact that I was still on a manually installed Milhouse build from Feb 2018 and apparently not getting updates for the core system and thus having an old inputstream.adaptive version (2.0.something). I discovered that there (meanwhile?) is a possibility of getting the newest builds via repository/update channel as described here: LibreELEC - Netflix, Amazon Prime Video, SkyGo - Christian`s Blog
After installing a current milhouse build I got inputstream.adaptive v. 2.2.16 and the netflix plugin works again!
-
Dear all,
the netflix plugin (GitHub - asciidisco/plugin.video.netflix: Inputstream based Netflix plugin for Kodi) stopped working, so I updated it. Whilst updating it, widevine library has been updated. After update was completed, the plugin itself works again but cannot start streams. According to the developer, this is not a plugin issue but apparently a libreelec issue:
Stream start error · Issue #350 · asciidisco/plugin.video.netflix · GitHub
However, here comes the log / error messages:
Code22:14:54.632 T:1941879968 NOTICE: VideoPlayer::OpenFile: http://localhost:51115/manifest?id=215309 22:14:54.633 T:1358549888 NOTICE: Creating InputStream 22:14:54.931 T:1432998784 WARNING: CPythonInvoker(35, /storage/.kodi/addons/plugin.video.netflix/addon.py): the python script "/storage/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE 22:14:56.914 T:1358549888 ERROR: AddOnLog: InputStream Adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so) 22:14:56.914 T:1358549888 ERROR: AddOnLog: InputStream Adaptive: OpenDRMSystem failed 22:14:56.916 T:1358549888 ERROR: CVideoPlayer::OpenInputStream - error opening [http://localhost:51115/manifest?id=215309] 22:14:56.916 T:1358549888 NOTICE: CVideoPlayer::OnExit() 22:14:57.824 T:1333384064 WARNING: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.netflix/addon.py): the python script "/storage/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonEI had a look at the specific directory, the .so file sits there...
What can I check? I already re-installed the plugin