External playlist with Links cannot be displayed

SS IPTV App for LG Smart TV discussion
ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

The external playlist cannot be openend. I get the following message "Error in Playlist_0. There are no items to display."
Last week I could open my playlist.

User avatar
Eugene
Project Leader
Project Leader
Posts: 5620
Joined: 15 Apr 2013, 22:54
TV Model: LG 47LM960V, LG LB679V
Location: Санкт-Петербург
Been thanked: 18 times
Contact:
Russia

Re: External playlist with Links cannot be displayed

Post by Eugene »

There are two reasons why you can see this error:
- Your playlist cannot be loaded (it is not available from internet as is required from instruction), admin user has already written it before
- Its structrue is wrong

There are no other reasons for the issue.

ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

ok,

you can check the following link:
http://mystery.ultimatefreehost.in/tvlist.m3u

All 3 channel links had been tested via vlc and are valid within the next 12 hours.

Now you can tell me why I get the error message in SS IPTV APP?

User avatar
Eugene
Project Leader
Project Leader
Posts: 5620
Joined: 15 Apr 2013, 22:54
TV Model: LG 47LM960V, LG LB679V
Location: Санкт-Петербург
Been thanked: 18 times
Contact:
Russia

Re: External playlist with Links cannot be displayed

Post by Eugene »

This is the content of your playlist when I download it using your link:

Code: Select all

<html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("5bdd102d36b00c3be0c074f81ba0a11d");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; document.cookie="referrer="+escape(document.referrer); location.href="http://mystery.ultimatefreehost.in/tvlist.m3u?ckattempt=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>


Your playlist IS NOT available correctly from the internet, as we've already said you twice.
Any other questions?

ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

This is not correct. I can open that link with all 3 webbrowsers (Firefox, Internet Explorer, Chrome)!
The tvlist.m3u will be downloaded correctly.
The code you presented me will absolutely not generated on webservers side. This is javascript code (see aes.js has never been implemented on webservers side, this seems to be a function for encryption -> check your side)!

1) In this case it must be a problem with your browser and the embedded link of your forum (it seems that you didnt have javascript enabled). Please use the presented link via copy and paste in your browser. Afterwards the file must be downloaded.
2) If the javascript code you prestented to me is extracted from a debug file of your SS IPTV APP Server it must be definitively generated on your side.

Please check the following:
Could you please use that link in your SS IPTV App on a Test-TV and check why the communication fails?
Please check also in your Logfiles in debug mode on your APP Server.

Thanks.

User avatar
Eugene
Project Leader
Project Leader
Posts: 5620
Joined: 15 Apr 2013, 22:54
TV Model: LG 47LM960V, LG LB679V
Location: Санкт-Петербург
Been thanked: 18 times
Contact:
Russia

Re: External playlist with Links cannot be displayed

Post by Eugene »

There is nothing to check here. The problem is in your server, not in ours. The app doesn't get playlists through any browser, it gets them using php.
Here is very simple php code to receive and display any text file:

Code: Select all

<?php
$content = file_get_contents("http://mystery.ultimatefreehost.in/tvlist.m3u");
echo $content;
?>


you can try it on any server, the result will be always the same: the script doesn't receive correct playlist
then try the same code which returns correct playlist:

Code: Select all

<?php
$content = file_get_contents("http://ss-iptv.com/multicast.m3u");
echo $content;
?>

Result for any server will always be the same as well: the script always receives correct playlist. That's all.

ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

Ok, I took your code and put it on 2 different webservers from 2 different providers:

1. Webserver:
http://mystery.0fees.us/test.php
with
<?php
$content = file_get_contents("http://mystery.0fees.us/tvlist.m3u");
echo $content;
?>

and

2. Webserver:

http://mystery.ultimatefreehost.in/test.php
with
<?php
$content = file_get_contents("http://mystery.ultimatefreehost.in/tvlist.m3u");
echo $content;
?>

In both cases I get the same result for $content:
#EXTM3U #EXTINF:0 tvg-logo="http://file-teleport.com/iptv/core/img/ico/tv/de-das-erste.gif", DAS ERSTE HD http://176.56.178.39:8072/vl-de-das1-hd ... 1119938666 #EXTINF:0 tvg-logo="http://file-teleport.com/iptv/core/img/ico/tv/de-zdf.gif", ZDF HD http://176.56.178.39:8072/vl-de-zdf-hd? ... 1119938666 #EXTINF:0 tvg-logo="http://file-teleport.com/iptv/core/img/ico/tv/de-sat1.gif", Sat. 1 HD http://176.56.178.65:8029/vl-de-sat1-hd ... 1119938666

This is correct behaviour.
There will be no Javascriptcode generated.
So again you please have to check your PHP-Implementation on your APP Server.

User avatar
Eugene
Project Leader
Project Leader
Posts: 5620
Joined: 15 Apr 2013, 22:54
TV Model: LG 47LM960V, LG LB679V
Location: Санкт-Петербург
Been thanked: 18 times
Contact:
Russia

Re: External playlist with Links cannot be displayed

Post by Eugene »

Why do you try to retreive playlist with the script from the same server? Perhaps this is the reason why you've succeded, perhaps not.
In any case, I'm not going to investigate what's wrong with your server and why it doesn't put playlist to ours. Our service works absolutely correctly and you are the only one who complains about external playlists function (by the way we have about 100 thousand users every day).
I don't want to discuss it anymore.

ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

Hello, do You have Any News with your issue on your App Server? Is it Possible TO Download now .m3u-files from webservers?

ffmer111
Ensign
Ensign
Posts: 11
Joined: 09 Mar 2016, 02:19
Argentina

Re: External playlist with Links cannot be displayed

Post by ffmer111 »

Sorry, But Stopping Communication will not Solve the problem. I am expecting a more Customer friendly behaviour. Where Can i Open an issue Ticket against this wrong behaviour of your App Server? I am not able TO watch Television since your release Update Two Weeks ago. I Proofed TO You that a Second Webserver is also not working while fetching the Playlist TO your App Server. Either You give a clear Statement when this Problem will be fixed and improve your Efforts or i must escalate TO LG Corporation since I am a Premium Customer and paying for Services!

Post Reply