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

There is a 6 second buffer and then suddenly disappears. #6574

Closed
brodiddev opened this issue May 10, 2024 · 1 comment
Closed

There is a 6 second buffer and then suddenly disappears. #6574

brodiddev opened this issue May 10, 2024 · 1 comment
Labels
type: question A question from the community

Comments

@brodiddev
Copy link

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.7.11

What browser and OS are you using?
window

Please ask your question
Why does the current Buffer go from 6.1234 to 2.9455 in 503ms?
image

I am making the settings below.


streaming: {
    useNativeHlsOnSafari: true,
    bufferingGoal: 5,
    bufferBehind: 5,
    rebufferingGoal: 4,
    lowLatencyMode: true,
    startAtSegmentBoundary: true,
    liveSync: true,
    liveSyncMaxLatency: 5,
    liveSyncMinLatency: 4,
    liveSyncPlaybackRate: 1.1,
    updateIntervalSeconds: 0.5,
    retryParameters: { baseDelay: 1000, timeout: 5000, maxAttempts: 2 },
  },
  manifest: {
    hls: {
      liveSegmentsDelay: 1.2,
    },
    retryParameters: { baseDelay: 1000, timeout: 5000, maxAttempts: 2 },
  },
@brodiddev brodiddev added the type: question A question from the community label May 10, 2024
@joeyparrish
Copy link
Member

I don't know. Please use the bug template and give us the information we need to reproduce the issue. Please do not skip or delete any fields of the template. Thanks!

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
Projects
None yet
Development

No branches or pull requests

2 participants