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

Implement IPTV Support for TV Channels #90

Open
alon352 opened this issue Jun 25, 2024 · 4 comments
Open

Implement IPTV Support for TV Channels #90

alon352 opened this issue Jun 25, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@alon352
Copy link

alon352 commented Jun 25, 2024

Describe your suggested feature

First of all, great work! You guys did an amazing work in a short time 💯!

I would like to request the implementation of IPTV support in the streaming app. This feature would enable users to stream live TV channels directly through the app, significantly enhancing the app's functionality and user experience.

Thanks 🙏

Other details

You can see an example for it as a Stremio addon:
https://github.com/mhdzumair/MediaFusion
Cloudstream addon:
https://github.com/keyiflerolsun/Kekik-cloudstream/blob/master/CanliTV/src/main/kotlin/com/lagradost/CanliTV.kt

@rhenwinch
Copy link
Collaborator

Hey,

I've been testing out MediaFusion since yesterday. None of the links work on the Live TV channels. It also doesnt work on Stremio itself. Do you know other alternative addon that provides the same content?

@rhenwinch
Copy link
Collaborator

CanliTV has a manual M3U parser. This is nice!

Issue #88 enlightened me that I could manually scrape the .m3u file to parse the playlist by line using regex. You just saved me time, thanks @alon352

@rhenwinch
Copy link
Collaborator

Will be considering M3U support after cleaning up the TV UI.

@rhenwinch rhenwinch added the enhancement New feature or request label Jun 25, 2024
@rhenwinch rhenwinch moved this to In Progress in Flixclusive Jun 25, 2024
@rhenwinch rhenwinch moved this from In Progress to Todo in Flixclusive Jun 25, 2024
@alon352
Copy link
Author

alon352 commented Jun 25, 2024

CanliTV has a manual M3U parser. This is nice!

Issue #88 enlightened me that I could manually scrape the .m3u file to parse the playlist by line using regex. You just saved me time, thanks @alon352

Maybe this could help also:
https://github.com/dexter21767/Stremio-IPTV

https://github.com/dexter21767/Stremio-IPTV/blob/main/regions.json

IPTV database:
https://iptv-org.github.io/

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

No branches or pull requests

2 participants