2021-10-18, 21:45
Hi all I'm trying to setup the kodi interface to tvheadend on raspbian 10 buster on a raspberry pi4
I manage to install, setup and view the tv program using the server and his web interface on a browser without any problem
but I can't manage to get running the kodi-pvr-hts addon as a client.
here's my packages:
ii kodi 2:18.7-1~buster all Kodi Media Center (arch-independent data package)
ii tvheadend 4.2.8-34~g24a2f59e9+rpt1~buster armhf Tvheadend
ii kodi-pvr-hts 4.4.20-1~buster armhf TVHeadEnd PVR for Kodi
I also tried to create a user *, allow any network 0.0.0.0/0,::/0, open the iptables chains but I continue to get the following messages when I try to enable the addon tvheadend HTSP Client on kodi
2021-10-18 21:15:17.183 T:2589417664 NOTICE: PVR Manager: Stopping
2021-10-18 21:15:17.448 T:2589417664 NOTICE: PVR Manager: Stopped
2021-10-18 21:15:26.248 T:2589417664 NOTICE: PVR Manager: Starting
2021-10-18 21:15:26.799 T:2617061568 NOTICE: PVR Manager: Started
2021-10-18 21:15:26.799 T:2769162432 NOTICE: EPG thread started
2021-10-18 21:15:28.167 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 448993949! Unable to deliver state change for tag '1207'!
2021-10-18 21:15:28.167 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 448993949! Unable to deliver state change for tag '1209'!
2021-10-18 21:15:28.169 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '421'!
2021-10-18 21:15:28.170 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '481'!
12021-10-18 21:15:28.170 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '483'!
here's the setting of the pvr:
cat userdata/addon_data/pvr.hts/settings.xml
<settings version="2">
<setting id="autorec_approxtime" default="true">0</setting>
<setting id="autorec_maxdiff">15</setting>
<setting id="connect_timeout">30</setting>
<setting id="dvr_dubdetect" default="true">0</setting>
<setting id="dvr_ignore_duplicates">true</setting>
<setting id="dvr_lifetime">8</setting>
<setting id="dvr_playstatus">true</setting>
<setting id="dvr_priority">2</setting>
<setting id="epg_async">true</setting>
<setting id="host" default="true">127.0.0.1</setting>
<setting id="htsp_port">9982</setting>
<setting id="http_port">9981</setting>
<setting id="pass" default="true"></setting>
<setting id="pretuner_closedelay">10</setting>
<setting id="pretuner_enabled" default="true">false</setting>
<setting id="response_timeout">31</setting>
<setting id="stream_readchunksize">64</setting>
<setting id="streaming_profile" default="true"></setting>
<setting id="total_tuners">2</setting>
<setting id="trace_debug" default="true">false</setting>
<setting id="user" default="true"></setting>
</settings>
as said I also tried to use an effective user without success..
here's the daemon running:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tvheadend 557 hts 6u IPv4 13255 0t0 TCP *:9981 (LISTEN)
tvheadend 557 hts 7u IPv4 13259 0t0 TCP *:9982 (LISTEN)
tvheadend 557 hts 40u IPv4 19622 0t0 TCP 192.168.*:9981->192.168.*:60306 (ESTABLISHED)
tvheadend 557 hts 42u IPv4 23161 0t0 TCP localhost:9982->localhost:36126 (ESTABLISHED)
tvheadend 557 hts 45u IPv4 27795 0t0 TCP 192.168.*:9981->192.168.*:60528 (ESTABLISHED)
kodi.bin_ 1124 fusillator 39u IPv4 23919 0t0 TCP localhost:36126->localhost:9982 (ESTABLISHED)
I'm actually watching a movie using the browser and vlc on my pc.
Should I install other packages?
Is there any compatibility problem between the installed release...
I'm quite new to kodi.
Any help would be really appreciated
I manage to install, setup and view the tv program using the server and his web interface on a browser without any problem
but I can't manage to get running the kodi-pvr-hts addon as a client.
here's my packages:
ii kodi 2:18.7-1~buster all Kodi Media Center (arch-independent data package)
ii tvheadend 4.2.8-34~g24a2f59e9+rpt1~buster armhf Tvheadend
ii kodi-pvr-hts 4.4.20-1~buster armhf TVHeadEnd PVR for Kodi
I also tried to create a user *, allow any network 0.0.0.0/0,::/0, open the iptables chains but I continue to get the following messages when I try to enable the addon tvheadend HTSP Client on kodi
2021-10-18 21:15:17.183 T:2589417664 NOTICE: PVR Manager: Stopping
2021-10-18 21:15:17.448 T:2589417664 NOTICE: PVR Manager: Stopped
2021-10-18 21:15:26.248 T:2589417664 NOTICE: PVR Manager: Starting
2021-10-18 21:15:26.799 T:2617061568 NOTICE: PVR Manager: Started
2021-10-18 21:15:26.799 T:2769162432 NOTICE: EPG thread started
2021-10-18 21:15:28.167 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 448993949! Unable to deliver state change for tag '1207'!
2021-10-18 21:15:28.167 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 448993949! Unable to deliver state change for tag '1209'!
2021-10-18 21:15:28.169 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '421'!
2021-10-18 21:15:28.170 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '481'!
12021-10-18 21:15:28.170 T:2431545536 ERROR: Deliver: Unable to obtain EPG for client 2146250725 and channel 480919594! Unable to deliver state change for tag '483'!
here's the setting of the pvr:
cat userdata/addon_data/pvr.hts/settings.xml
<settings version="2">
<setting id="autorec_approxtime" default="true">0</setting>
<setting id="autorec_maxdiff">15</setting>
<setting id="connect_timeout">30</setting>
<setting id="dvr_dubdetect" default="true">0</setting>
<setting id="dvr_ignore_duplicates">true</setting>
<setting id="dvr_lifetime">8</setting>
<setting id="dvr_playstatus">true</setting>
<setting id="dvr_priority">2</setting>
<setting id="epg_async">true</setting>
<setting id="host" default="true">127.0.0.1</setting>
<setting id="htsp_port">9982</setting>
<setting id="http_port">9981</setting>
<setting id="pass" default="true"></setting>
<setting id="pretuner_closedelay">10</setting>
<setting id="pretuner_enabled" default="true">false</setting>
<setting id="response_timeout">31</setting>
<setting id="stream_readchunksize">64</setting>
<setting id="streaming_profile" default="true"></setting>
<setting id="total_tuners">2</setting>
<setting id="trace_debug" default="true">false</setting>
<setting id="user" default="true"></setting>
</settings>
as said I also tried to use an effective user without success..
here's the daemon running:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tvheadend 557 hts 6u IPv4 13255 0t0 TCP *:9981 (LISTEN)
tvheadend 557 hts 7u IPv4 13259 0t0 TCP *:9982 (LISTEN)
tvheadend 557 hts 40u IPv4 19622 0t0 TCP 192.168.*:9981->192.168.*:60306 (ESTABLISHED)
tvheadend 557 hts 42u IPv4 23161 0t0 TCP localhost:9982->localhost:36126 (ESTABLISHED)
tvheadend 557 hts 45u IPv4 27795 0t0 TCP 192.168.*:9981->192.168.*:60528 (ESTABLISHED)
kodi.bin_ 1124 fusillator 39u IPv4 23919 0t0 TCP localhost:36126->localhost:9982 (ESTABLISHED)
I'm actually watching a movie using the browser and vlc on my pc.
Should I install other packages?
Is there any compatibility problem between the installed release...
I'm quite new to kodi.
Any help would be really appreciated