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

Example M3U Playlist Formatting? #1

Open
RefusedFlow opened this issue Apr 2, 2017 · 1 comment
Open

Example M3U Playlist Formatting? #1

RefusedFlow opened this issue Apr 2, 2017 · 1 comment

Comments

@RefusedFlow
Copy link

RefusedFlow commented Apr 2, 2017

Hi 👋🏻

I was wondering if you could provide an example playlist formatting? Here's what i've got so far but doesn't seem to be playing any content.

#EXTM3U #EXTINF:0,ITV 1 **URLHERE**

Thanks

@iain17
Copy link
Owner

iain17 commented Apr 2, 2017

Sure thing.

#EXTM3U
#EXTINF:-1 tvg-ID="BBC One" tvg-name="BBC One" tvg-logo="" group-title="British",BBC One
http://client-proiptv.com:8080/live/****.ts
#EXTINF:-1 tvg-ID="" tvg-name="BBC Two" tvg-logo="" group-title="British",BBC Two
http://client-proiptv.com:8080/live/****.ts
#EXTINF:-1 tvg-ID="" tvg-name="BBC Three" tvg-logo="" group-title="British",BBC Three
http://client-proiptv.com:8080/live/****.ts

I'm just using one of many IPTV providers online that return this kind of format.

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

No branches or pull requests

2 participants