-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
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? |
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 |
Will be considering M3U support after cleaning up the TV UI. |
Maybe this could help also: https://github.com/dexter21767/Stremio-IPTV/blob/main/regions.json IPTV database: |
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
The text was updated successfully, but these errors were encountered: