JioTV-Go / jiotv_go

Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
https://jiotv_go.rabil.me/
Other
377 stars 98 forks source link

feat: Add support for LG WebOS tv #354

Closed dheerajv4855 closed 2 months ago

dheerajv4855 commented 3 months ago

Feature description

In LG webOS it is not loading playlist in M3U IPTV app but working on same app on android tv this could be due to not able to download playlist on lg tv, so to fix this allow streaming of playlist instead of downloading as a file

Solution

No response

Additional context

No response

Acknowledgements

rabilrbl commented 3 months ago

No logs, no detailed explanation of the error. No screenshots.

How can we help? Please include all the details along with device architecture and device OS

ladlavj commented 3 months ago

I would like add some detail to the problem with playlist URL.. It works when playlist is downloaded as file and doesn’t work when provided direct playlist url to the player on WebOs. I am using IPTV M3U where it doesn't work as url and works if I provide downloaded file to MY TV app.

image

dheerajv4855 commented 3 months ago

hi @ladlavj thanks for the details i didnt get time to collect the details i have modified the code to stream the playlist instead of downloading at once and it is working fine in my lg webos tv @rabilrbl pls let me know if you want PR for that change

ladlavj commented 3 months ago

@dheerajv4855 is it possible to use your version?

dheerajv4855 commented 3 months ago

hi @ladlavj @rabilrbl created a PR to fix lg webos tv issue in this PR https://github.com/rabilrbl/jiotv_go/pull/371