llelectronics / videoPlayer

Video player for sailfish os
27 stars 19 forks source link

Add support for m3u IPTV lists #25

Closed dikonov closed 6 years ago

dikonov commented 6 years ago

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:

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 commented 6 years ago

Seems to be a duplicate of #23