Posts: 5
Joined: May 2018
Reputation:
0
My Iptv provider has 65 channels with different SID but 7 with the same SID. In dvbviewer the 7 channels are playable well but in Kodi I only see one. If I change the SID, the channel names appear in Kodi, but they do not work.
My back-end is Dvbviewer-RS.
Any solution ?
P.D. forgive my english
Posts: 14,208
Joined: Nov 2009
Reputation:
711
Klojum
Lost connection
Posts: 14,208
Your English is fine. Have you asked your IPTV provider about the inconsistency in SID values?
Posts: 5
Joined: May 2018
Reputation:
0
My provider is movistar (spain). In my contract only distribute the channels with her receiver.
Posts: 632
Joined: Mar 2013
Reputation:
43
2018-05-05, 21:10
(This post was last modified: 2018-05-05, 21:11 by manül.)
The PVR does not care about or even read the SID. It only reads the channels from the DMS and passes them to Kodi.
Make sure the output of the DMS API lists individual channels: http://<dmsip>:8089/api/getchannelsxml.html?fav=1&subchannels=1&logo=1 - If it doesn't it might be a bug in the DMS
Posts: 5
Joined: May 2018
Reputation:
0
2018-05-06, 11:50
(This post was last modified: 2018-05-06, 11:59 by keonos.)
This is the list of channels with I have problems
<channels>
<root name="Favoritos">
<group name="Favoritos">
<channel nr="-7" name="Fama HD" EPGID="1407374883620845" flags="24"
ID="4276167853180782573">
<logo>Logos/amc%20hd.png</logo>
</channel>
<channel nr="-6" name="La Sexta HD." EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
<channel nr="-5" name="Telecinco HD." EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
<channel nr="-4" name="Portada HD." EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
<channel nr="-3" name="A3series HD" EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
<channel nr="-2" name="La 2 HD" EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
<channel nr="-1" name="Fox LIfe HD" EPGID="1407374883620836" flags="24"
ID="4276167853180782564">
<logo>Logos/sport1%20hd.png</logo>
</channel>
</group>
Posts: 632
Joined: Mar 2013
Reputation:
43
All have the same backend ID. I don't think this is correct. The backend ID is passed as channel parameter for both Live TV and timers.
Apart from that I don't see reason why you should only see one channel.
Posts: 5
Joined: May 2018
Reputation:
0
Ok. Thank you. I will ask for support in the Dvbviewer forum.
Posts: 632
Joined: Mar 2013
Reputation:
43
2018-05-06, 21:26
(This post was last modified: 2018-05-06, 21:28 by manül.)
Yeah, that looks like the solution to your problem. Edit: Reading the text, upgrading to DMS should also just work. It will be required after Leia anyway.