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

SS IPTV App for LG Smart TV discussion
Post Reply
rs232
Ensign
Ensign
Posts: 4
Joined: 01 Nov 2019, 11:03
TV Model: Samsung QE49Q60R
Been thanked: 1 time
Belgium

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

Post 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

admin
Administrator
Administrator
Posts: 510
Joined: 15 Apr 2013, 21:45
TV Model: Samsung, Sony, Hisense, LG
Been thanked: 8 times
Great Britain

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

Post 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"
Best Wishes,
Administrator of SS IPTV Forum

JjSoto
Ensign
Ensign
Posts: 3
Joined: 28 Sep 2021, 16:21
TV Model: Samsung
Australia

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

Post by JjSoto »

Hi rs232, did you have any luck with this? if so can you share what you did? thanks!!

mert52mert12
Ensign
Ensign
Posts: 1
Joined: 29 Sep 2021, 23:41
TV Model: grundig
Turkey

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

Post 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

andkiko
Senior Lieutenant
Senior Lieutenant
Posts: 71
Joined: 29 Feb 2020, 05:31
TV Model: lg
Has thanked: 1 time
Been thanked: 1 time
Brazil

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

Post 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

admin
Administrator
Administrator
Posts: 510
Joined: 15 Apr 2013, 21:45
TV Model: Samsung, Sony, Hisense, LG
Been thanked: 8 times
Great Britain

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

Post 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)
Best Wishes,
Administrator of SS IPTV Forum

Post Reply