Provider Server change or update is causing this problem.
Code:
Ballz2k7 commented 4 days ago
Its cloudflare related. I have debugged this last night with my provider, removing cloudflare (using IP instead of dns) works fine. I believe cloudflare is redirecting these clients to a captcha page.
@Ballz2k7
Ballz2k7 commented 4 days ago
I should also add, I tried on most operating systems.
Windows with kodi 18.5 works fine, no problems
Coreelec with kodi 18.8 fails
Android Kodi 18.8 fails
Ubuntu 20.04 kodi 18.8 fails
IpadOS 13 Kodi 18.5 fails
Manually loading the m3u after downloading, as said above all channels fail
Changing the DNS to the server IP, taking out the cloudflare protection, every one works fine.
The only temporary fix I can provide is if Android users have installed the free version of MX Player, as an external player.
Normally the playercorefactory file I provide with IPTVXtra, only enables MX Player for Video (VOD) items, and PVR streams use Kodi's default player.
Since this problem is only related to the Kodi communication for its internal players, I have modified the playercorefactory.xml file to always use the external MX Player.
If you don't have MX player, install it from your preferred source.
Download and copy the playercorefactory file from the link below, to your userdata Directory.
*Alternately you can edit the existing file (users that already use this feature), by changing the file by including this line;
Code:
********** EDIT THIS SECTION ******************** **********
-->
<rule protocols="smb" player="MXPlayerFree" />
<rule dvdimage="true" player="MXPlayerFree"/>
<rule protocols="rtmp" player="MXPlayerFree"/>
<rule protocols="rtsp" player="MXPlayerFree" />
<rule protocols="sop" player="MXPlayerFree" />
<rule internetstream="true" player="MXPlayerFree" />
<rule video="true" player="MXPlayerFree"/><!-- Default for anything else not listed -->
</rules>
</playercorefactory>
Here is the link to the file;
Code:
http://www.mediafire.com/file/grryer86n58rg1e/playercorefactory.xml/file
/Shooty