Page 1 of 1

Can't make my local .m3u working an an external playlist

Posted: 12 Jun 2021, 19:31
by rs232
As per title I'm trying to make a playlist in .m3u format available from my LAN based webserver to the Smart TV.
I have used SS-IPTV on different sites with different TVs and never had issues really, however today on a new TB I'm stuck.
The LAN webserver is nginx and have already added the Access-Control-Allow-Origin: * host headers. I can see them added via firefox inspector when browsing the webserver from the local laptop.

So long story short... my playlist doesn't load. I get a failed to load content something. Of course it works from the laptop via e.g. VLC.
I have also tried to reduced the m3u to the bare minimum of 3 lines so eg. (made up URL per se)

Code: Select all

#EXTM3U
#EXTINF:0 name="test",test
http://blabla.co:8000/41068577610364/41240436742357/155297
The file is UTF-8 (tried with and without BOM) and have also tried EOL Windows/Unix
Nothing :-/

What am I doing wrong today? Any help please

Re: Can't make my local .m3u working an an external playlist

Posted: 16 Jun 2021, 15:13
by admin
The issue is not visible for us.

Have you tried direct URL with IP address (without DNS)?

Have you verified your URL with cURL?

Code: Select all

curl -v "http://YOUR_URL"

Re: Can't make my local .m3u working an an external playlist

Posted: 29 Sep 2021, 03:54
by JjSoto
Hi rs232, did you have any luck with this? if so can you share what you did? thanks!!

Re: Can't make my local .m3u working an an external playlist

Posted: 29 Sep 2021, 23:49
by mert52mert12
telefonumdan ve bilgisayarımdan yayını izleyebiliyorum ancak ss iptv de izleyememeye başladım uzak içerik yüklenemedi hatası veriyor lütfen yardımcı olur musunuz

Re: Can't make my local .m3u working an an external playlist

Posted: 07 Oct 2021, 06:12
by andkiko
#EXTM3U
#EXTINF:0 name="test",test
http://blabla.co:8000/41068577610364/41 ... 357/155297

name Não reconheço essa configuração (I don't recognize this configuration)

#EXTM3U
#EXTINF:0 group-title="test",test
http://blabla.co:8000/41068577610364/41 ... 357/155297

ou (or)

#EXTM3U
#EXTINF:0 ,test
http://blabla.co:8000/41068577610364/41 ... 357/155297

Re: Can't make my local .m3u working an an external playlist

Posted: 08 Oct 2021, 22:53
by admin
andkiko wrote: 07 Oct 2021, 06:12 name Não reconheço essa configuração (I don't recognize this configuration)
If you want to see custom channel names:
SS IPTV -> Settings -> Appearance -> Use custom channels' titles (uncheck it)