Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for m3u IPTV lists #25

Closed
dikonov opened this issue May 16, 2018 · 1 comment
Closed

Add support for m3u IPTV lists #25

dikonov opened this issue May 16, 2018 · 1 comment
Assignees

Comments

@dikonov
Copy link
Contributor

dikonov commented May 16, 2018

I am using LLs player to watch IPTV, because it is the only app that can play almost any video stream from the web. Unfortunately, it is very inconvenient because of severely limited playlist support. All IPTV playlists are provided as M3U, but LLs player does not recognise it. I have to convert it to pls first.

Here is a list of the desired changes:

  • support direct loading of M3U;
  • support basic metadata (Channel names, logos, groups) and show channel names instead of truncated URLs, which look identical for different channels;
  • autoloading of a default playlist or remembering of playlist paths for quick selection.

An example playlist entry looks like this:

...
#EXTINF: group-title="Swedish",Expressen TV
https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_tx2_720p/playlist.m3u8
...
@llelectronics
Copy link
Owner

Seems to be a duplicate of #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants