Hi I am new to nextpvr
NextPVR ver: 5.0.9.201018
Kodi plugin ver: 3.3.21
I have setup nextpvr on a linux server together with nginx as a reverse proxy running on port 443.
This seems to be working great through chrome browser & I am able to connect fine
through the proxy & am able to play content!
I would like to connect to the nextpvr server with kodi as the client.
I setup nextpvr kodi client with the following…
connection:
NextPVR Hostname test.duckdns.org
NextPVR Port 443
NextPVR PinCode password
I have tried multiple combinations of settings, appending https to the hostname etc but nothing works!
It looks like the nextpvr kodi plugin is appending http:// to the hostname which is causing the problem.
Here is the relevant section from the kodi log, I can upload the full log if needed.
? Is there a way for kodi plugin to connect to the nextpvr server via ssl 443?
Kind regards
NextPVR ver: 5.0.9.201018
Kodi plugin ver: 3.3.21
I have setup nextpvr on a linux server together with nginx as a reverse proxy running on port 443.
This seems to be working great through chrome browser & I am able to connect fine
through the proxy & am able to play content!
I would like to connect to the nextpvr server with kodi as the client.
I setup nextpvr kodi client with the following…
connection:
NextPVR Hostname test.duckdns.org
NextPVR Port 443
NextPVR PinCode password
I have tried multiple combinations of settings, appending https to the hostname etc but nothing works!
It looks like the nextpvr kodi plugin is appending http:// to the hostname which is causing the problem.
Here is the relevant section from the kodi log, I can upload the full log if needed.
Code:
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: DummyBuffer created!
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: RecordingBuffer created!
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: Buffer created!
2020-10-19 20:00:58.774 T:123145373360128 NOTICE: AddOnLog: NextPVR PVR Client: DummyBuffer created!
2020-10-19 20:00:58.783 T:123145373360128 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 400
2020-10-19 20:00:58.783 T:123145373360128 ERROR: CCurlFile::Open failed with code 400 for http://test.duckdns.org:443/service?method=session.initiate&ver=1.0&device=xbmc:
2020-10-19 20:01:01.276 T:123145373360128 ERROR: ADDON: Dll NextPVR PVR Client - Client returned bad status (1) from Create and is not usable
? Is there a way for kodi plugin to connect to the nextpvr server via ssl 443?
Kind regards