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

Can it work without an .m3u? #3

Open
gymnae opened this issue Sep 18, 2023 · 3 comments
Open

Can it work without an .m3u? #3

gymnae opened this issue Sep 18, 2023 · 3 comments

Comments

@gymnae
Copy link

gymnae commented Sep 18, 2023

My provider only provides me with xtream api codes, and those appear to be speedier than m3u. This project supports xtream, but requires an m3u file / URL.
Can it also work without?

@alex-ahl
Copy link
Owner

Hi,

You should be able to get the m3u from the xstream api in that case, for example:
provider.com/get.php?username=username&password=password&type=m3u_plus&output=m3u8
or
provider.com/get.php?username=username&password=password&type=m3u_plus&output=ts

@gymnae
Copy link
Author

gymnae commented Sep 22, 2023

That works, yes, but it seems pretty slow to fetch all the time. Why is accessing the xstream portal not sufficient? It contains the same data, but is called on demand

@alex-ahl
Copy link
Owner

If I remember correctly the reason is that the group id's are needed in advance too filter the xtream metadata when those requests occur. Since those request are both filtered and the URL's within proxied.

There probably are room for improvements in how that is handled tough.

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