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

Video Buffering Issue with Seek Videos using HLS from Cloudflare Stream #2769

Open
ParthaChangmai opened this issue Jan 17, 2024 · 1 comment

Comments

@ParthaChangmai
Copy link

We are experiencing a recurring problem with video buffering when playing Seek Videos through HLS from Cloudflare Stream. The issue manifests as the video playing for a few seconds, followed by buffering, and then repeating this cycle.

Details
HLS Configuration:

const hls = new Hls({
  startFragPrefetch: true,
  abrMaxWithRealBitrate: true,
  abrBandWidthUpFactor: 2,
  initialLiveManifestSize: 10,
  abrBandWidthFactor: 2,
  maxBufferLength: 120,
  maxFragLookUpTolerance: 0.05,
});

Plyr Configuration:

const defaultOptions = {
  autoplay: false,
  ads: {
    tagUrl: adUrl,
    enabled: true,
  },
  clickToPlay: true,
};

Expected Behavior
The video playback should be smooth without frequent buffering interruptions even after seeking.

Video Source: Cloudflare Stream
Playback Environment: Google Chrome
Internet Connection: 100mbps

@AmithBaliza
Copy link

@sampotts some help here please?

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