kodi-pvr / pvr.iptvsimple

IPTV Simple client for Kodi PVR
GNU General Public License v2.0
770 stars 372 forks source link

the add-on can't support the m3u file with ipv6 address? #606

Open lius2000 opened 2 years ago

lius2000 commented 2 years ago

as known,the ipv6 address is used more and moare widely, the m3u file with ipv6 address can't be played by iptvsimple add-on, can you give me some suggestions or upgrade the add-on in the near future?

phunkyfish commented 2 years ago

Do they play directly in kodi? Like if you put the url in a .stream file and open as a video?

lius2000 commented 2 years ago

the m3u8 format is like this: http://[2409:8c02:21c:60::2b]/live.rxip.sc96655.com/live/fssh_4000.m3u8 it can be played in iinar、GSE IPTV APP.But can'be played in kodi because of lacking of support for ipv6

phunkyfish commented 2 years ago

Ok, when it’s supported by kodi then we can support it in the addon. But it will have to wait till then.

lius2000 commented 2 years ago

thanks! please tell the staff of kodi the problem asap.

phunkyfish commented 2 years ago

You would need to raise an issue on Kodi forum for this feature request.

x3669 commented 1 year ago

Kodi already supports pure IP6 broadcast source addresses such as, http://[2409:8087:3869:8021:1001::e5]:6610/PLTV/88888910/224/3221225786/index.m3u8 There seems to be no support for something like this: http://[2409:8087:4400:20:1:a0f:12:33]/iptv.cdn.ha.chinamobile.com/PLTV/88888888/224/3221226526/index.m3u8 Don't know what can support?

phunkyfish commented 1 year ago

If you put the address in a .strm file does it play in kodi as a video?

x3669 commented 1 year ago

If you put the address in a .strm file does it play in kodi as a video?

Thank you for your reply, put these two types of address into a .strm file is placed in the KPDI video folder or playlist for playback,ip6 address can play alone.The other is a can't play "ip6 + domain name" address.But "ip4 + domain name" format address whether kodi or IPTV Simple can have normal supported .

phunkyfish commented 1 year ago

Ok, but then this addon can’t do anything I’m afraid. It can only support what kodi supports.

x3669 commented 1 year ago

I finally know why.The second reason why the website Kodi cannot be played is because the link port is 80, which can be omitted by default. However, when Kodi reads it, it cannot recognize the port. By adding port 80 to the link, Kodi can play it.This should be a bug in Kodi. http://[2409:8087:4400:20:1:a0f:12:33]/iptv.cdn.ha.chinamobile.com/PLTV/88888888/224/3221226526/index.m3u8

to: http://[2409:8087:4400:20:1:a0f:12:33]:80/iptv.cdn.ha.chinamobile.com/PLTV/88888888/224/3221226526/index.m3u8

phunkyfish commented 1 year ago

Great, glad you figured it out. This bug should be raised in the Kodi GitHub.

https://github.com/xbmc/xbmc/issues

phunkyfish commented 8 months ago

http://[2409:8087:2001:20:2800:0:df6e:eb02]/ott.mobaibox.com/PLTV/4/224/3221227896/index.m3u8 这个地址加了80也访问不了,奇怪了

I have no idea what this means.

phunkyfish commented 8 months ago

Kodi master branch is running 8.4.0