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

[HLS] manifest with chapters - playback problem #1285

Open
mtr81 opened this issue Jun 10, 2023 · 3 comments
Open

[HLS] manifest with chapters - playback problem #1285

mtr81 opened this issue Jun 10, 2023 · 3 comments

Comments

@mtr81
Copy link

mtr81 commented Jun 10, 2023

I get from server HLS manifests:
manifest_1.txt
manifest_2.txt
It's live streaming, but if I use ISA the playback starts from first TS file (not current time). This problem doesn't exist during playback via inputstream.ffmpegdirect.
After adding properties:

play_item.setProperty('ResumeTime', '43200')
play_item.setProperty('TotalTime', '1')

playback started from correct point, but after 10 minutes player back to first segment.

@L2501
Copy link

L2501 commented Jun 10, 2023

old issue
#574
#1066

@mtr81
Copy link
Author

mtr81 commented Jun 10, 2023

Not exactly. In this case problem is incorrect #EXT-X-DISCONTINUITY support.

@L2501
Copy link

L2501 commented Jun 10, 2023

it's still the same issue regardless of stream. Kodi doesn't keep track of the chapters on manifest updates.
Solution is also the same: use proxy to remove the chapters.

more info also on this issue: #584

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