Just open file packages/mediacenter/kodi-binary-addons/pvr.nextpvr/package.mk in LibreELEC folder and change three lines I mentioned above.
Version d6bf9a3b4bf22702f907d00adb8618af161e1f23 is from git and no tag is needed.
And Welcome here Martin ![]()
Just open file packages/mediacenter/kodi-binary-addons/pvr.nextpvr/package.mk in LibreELEC folder and change three lines I mentioned above.
Version d6bf9a3b4bf22702f907d00adb8618af161e1f23 is from git and no tag is needed.
And Welcome here Martin ![]()
Let me rebuild it and see what the issue is. Last time I build it successfully.
Tell Martin that delay with sleep() was just to show that thread was not created yet when it was destroyed. Removing false argument will fix the issue.
When there is no server there is almost no delay.
Write on the thread that in constructor cPVRClientNextPVR there should be CreateThread() without false argument.
Then addon starts without Kodi crashing.
You can try Generic x86_64 version with this change: pvr.nextpvr-3.3.13.3.zip
--- a/src/pvrclient-nextpvr.cpp 2019-03-08 23:02:24.000000000 +0100
+++ b/src/pvrclient-nextpvr.cpp 2019-03-28 12:16:43.445033631 +0100
@@ -159,7 +159,7 @@ cPVRClientNextPVR::cPVRClientNextPVR()
m_realTimeBuffer = new timeshift::DummyBuffer();
m_livePlayer = nullptr;
- CreateThread(false);
+ CreateThread();
}
cPVRClientNextPVR::~cPVRClientNextPVR()
Display More
Kodi should get back on with addon disabled. Then set IP address.
Did you set correct IP address of your NextPVR server application? Seems not if you have IP address 127.0.0.1 which is LibreELEC itself.
If there are different subnets adding static routes should help?
can you do an RPi image for these folks to test with this commit: TEMP: bump connman to HEAD to test ntp fix · chewitt/LibreELEC.tv@10982bd · GitHub
You should look in kodi log for error. But because you ave sensitive informations there we can't see it and you need to figure out the issue yourself.
Sorry but seems I don't understand anymore what is what. In your kodi log there is indication Couldn't resolve host name. But with whet you get Unauthorised. This are two different problems.
What you posted is EPG file. But how your stream url looks we still don't know. And this is your problem. In kodi log you have My Personal Address. What is it in real? At least what is the server part http://some_server_name.com/? Because this server name can't be reached by name on LE box. Why? Who knows until we see what it is ![]()
No need for a debug log until you fix your dns issue on your box. If it works on firefox doesn't mean it will work the same on LE box.
Post one of the URL you use. Remove only password or other sensitive information.
Those wget command above has nothing to do with kodi. It is just a test if stream can be downloaded.
It is part of plymouth-lite package LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub which is used in initramfs.