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

Bug: Buffering Problems with Some HD Channels on IPTV Apps #16

Closed
siddharthsky opened this issue Sep 1, 2023 · 12 comments
Closed

Bug: Buffering Problems with Some HD Channels on IPTV Apps #16

siddharthsky opened this issue Sep 1, 2023 · 12 comments
Labels
bug Something isn't working

Comments

@siddharthsky
Copy link
Contributor

There is an issue while playing some HD channels as they are not playing smoothly when accessed through IPTV using M3U playlist. The SD channels work perfectly, but some HD channels consistently encounter buffering problem and often load halfway without playing at all.

Steps to Reproduce:

  1. Add playlist to any IPTV player
  2. Attempt to play HD channels.
    • History TV18 HD
    • Colors HD
    • SET HD
    • MTV Beats HD etc

Additional Information:
This issue is consistently reproducible across different devices and IPTV player apps.
I also have checked my internet connection, which has sufficient bandwidth to handle HD steams xD. HD streams for these channels work perfectly fine when played directly from the website (localhost), highlighting that the issue is specific to IPTV playback.

@rabilrbl
Copy link
Owner

rabilrbl commented Sep 1, 2023

Test it on VLC PC and tell me results

@rabilrbl
Copy link
Owner

rabilrbl commented Sep 2, 2023

@siddharthsky On VLC, it works smoothly. I tried on android IPTV players, I have refactored all .m3u8 regex string processing to address buffering issues. I have tested everything works fine for me.

@siddharthsky
Copy link
Contributor Author

siddharthsky commented Sep 2, 2023

@siddharthsky On VLC, it works smoothly. I tried on android IPTV players, I have refactored all .m3u8 regex string processing to address buffering issues. I have tested everything works fine for me.

@rabilrbl
Tried on VLC, everything works.
On IPTV, still same issue as mentioned. (for HD channels)
Tried v5.5 on Tivimate, OTTnavigator, Television - SD channels are working, HD ain't


and from v5.4
bug (#11 (comment))

@rabilrbl rabilrbl reopened this Sep 2, 2023
@rabilrbl
Copy link
Owner

rabilrbl commented Sep 2, 2023

@siddharthsky I am testing on OTT navigator, as you said some HD channels are not playable. I'll debug and check

@rabilrbl
Copy link
Owner

rabilrbl commented Sep 2, 2023

@siddharthsky feel free to re-open issue until problems are fixed

@rabilrbl rabilrbl changed the title Issue with some HD Channels Buffering on IPTV through M3U Playlist Bug: Buffering Problems with Some HD Channels on IPTV Apps Sep 3, 2023
@rabilrbl rabilrbl added the bug Something isn't working label Sep 3, 2023
@rabilrbl rabilrbl pinned this issue Sep 10, 2023
@siddharthsky
Copy link
Contributor Author

For now, in the OTT navigator > Player > Setup codec preferences > Codec settings > change it to (Exo V1 or VLC). This seems to resolve the buffering issue.

@rabilrbl
Copy link
Owner

@siddharthsky, I have reviewed almost everything. It appears that the m3u8 from the JioTV API is not supported by certain player codecs. I am unsure how to proceed from here

@rabilrbl rabilrbl added the help wanted Extra attention is needed label Sep 10, 2023
@SP4RKiOP
Copy link

Is there any other version of jiotv api? Any older version working as of now? Coz earlier it worked.

@rabilrbl
Copy link
Owner

@SP4RKiOP I don't think so. What do you mean by earlier it worked? Where?

@spacex97
Copy link
Contributor

there are changes done by jio in codec of these channels due to which hardware codec is not able to play them correctly, the only option is to use exo v1 codec in iptv apps and if you iptv app does not have this option then you need to switch the app.
This issue does not persist due to jiotv_go code, @rabilrbl you can close this since we cannot do anything in this regards.

@rabilrbl rabilrbl added wontfix This will not be worked on and removed help wanted Extra attention is needed labels Sep 27, 2023
@rabilrbl
Copy link
Owner

Thanks @spacex97

@rabilrbl rabilrbl closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2023
@rabilrbl rabilrbl removed the wontfix This will not be worked on label Oct 3, 2023
@rabilrbl
Copy link
Owner

rabilrbl commented Oct 3, 2023

Solution after #96 was merged!

Delete the current m3u playlist on IPTV App and download new playlist with this url
http://localhost:5001/playlist.m3u?q=high
Where high is video quailty level, change according to your internet bandwidth to: low or medium

@rabilrbl rabilrbl closed this as completed Oct 3, 2023
@rabilrbl rabilrbl unpinned this issue Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants