Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

219
Views
how to play m3u8 video source without buffering in javascript

i want to play my m3u8 live stream from obs source ... the problem is that i don't want to buffer ... i am using hls.js

and setting the maxBufferLength to "1" and backBufferLength to "0" ... but it keep buffer so how can i make it play without buffering like youtube live and if i pause the video and replay then ... it continue from the live point not the pause point

   var hls = new Hls();
    hls.maxBufferLength = 1;
    hls.backBufferLength = 0;
    hls.loadSource(videoSrc);
    hls.attachMedia(video);

here is my code

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!