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

Buffering occurs if EXT-X-MEDIA-SEQUENCE is discontinuous. #6994

Closed
brodiddev opened this issue Jul 6, 2024 · 2 comments
Closed

Buffering occurs if EXT-X-MEDIA-SEQUENCE is discontinuous. #6994

brodiddev opened this issue Jul 6, 2024 · 2 comments
Labels
type: question A question from the community

Comments

@brodiddev
Copy link

brodiddev commented Jul 6, 2024

Have you read the Tutorials?
yes

Have you read the FAQ and checked for duplicate open issues?
yes

If the question is related to FairPlay, have you read the tutorial?

yes

What version of Shaka Player are you using?
4.8.4

What browser and OS are you using?
window chrome

Please ask your question
If the 'EXT-X-MEDIA-SEQUENCE' value in m3u8 is missing as shown below, Shaka Player has a problem of calling video files repeatedly.
I understand that buffering occurs at this time,

  1. What problems will Shaka players experience if one of the SEQUENCE numbers on the server is missing or is not consecutive?

  2. Why is 2129.mp4v called again after 2130.mp4v and not 2131.mp4v?

I would really appreciate it if you could answer the above questions.

image

configure

streaming: {
bufferingGoal: 5,
bufferBehind: 30,
rebufferingGoal: 2,
lowLatencyMode: true,
},
manifest: {
hls: {
liveSegmentsDelay: 1.5,
},
},

rfc docs

https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.3.2

@brodiddev brodiddev added the type: question A question from the community label Jul 6, 2024
@avelad
Copy link
Collaborator

avelad commented Jul 8, 2024

This sounds like a bug in the player, can you fill out the bug template and share the stream with us so we can investigate? Thanks!

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Jul 8, 2024
@shaka-bot
Copy link
Collaborator

Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including @shaka-bot reopen in a comment.

@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question A question from the community
3 participants