Having issues trying to get the plug in to work. Keep getting PLAYLIST ERROR no element found: line 1, column 0
My IPTV provider has sent a bit of code that follows the scheme below like so
http://web-bit.iptvdomain.com:12345/get.php?username=Username2&password=Password&type=m3u&output=ts
So, to fit this into my XC plugin I have done this
<?xml version="1.0" encoding="UTF-8" ?>
<items>
<plugin_version>0.1</plugin_version>
<xtream_e2portal_url><![CDATA[http://firstbit.iptvdomain.com:12345/enigma2.php]]></xtream_e2portal_url>
<username>Username2</username>
<password>Password</password>
<esr_id></esr_id>
<ar_id_start></ar_id_start>
<ar_id_end></ar_id_end>
<security_key></security_key>
</items>
However, when I do I get the message Playlist error: no element found: line 1, column 0.
I am struggling as I cant see what else it should be. When it reports the playlist error it reports the correct address that I have put into it.
Using a Zgemma H5.2S.
Anyone any ideas?
Stephen
My IPTV provider has sent a bit of code that follows the scheme below like so
http://web-bit.iptvdomain.com:12345/get.php?username=Username2&password=Password&type=m3u&output=ts
So, to fit this into my XC plugin I have done this
<?xml version="1.0" encoding="UTF-8" ?>
<items>
<plugin_version>0.1</plugin_version>
<xtream_e2portal_url><![CDATA[http://firstbit.iptvdomain.com:12345/enigma2.php]]></xtream_e2portal_url>
<username>Username2</username>
<password>Password</password>
<esr_id></esr_id>
<ar_id_start></ar_id_start>
<ar_id_end></ar_id_end>
<security_key></security_key>
</items>
However, when I do I get the message Playlist error: no element found: line 1, column 0.
I am struggling as I cant see what else it should be. When it reports the playlist error it reports the correct address that I have put into it.
Using a Zgemma H5.2S.
Anyone any ideas?
Stephen