Henrik Aronsson

Results 6 comments of Henrik Aronsson

@tokidoki11 Perhaps the playPromise throws an error? Try chaining a .catch() after the .then. I've resolved this problem with this by pausing the player, setting currentTime to 0 and then...

I've also run into this issue. Has anybody that previous ran into this issue get a workaround running? For now we are segmenting our media into shorter chunks to (at...

Hi! Just sharing thoughts here, but perhaps another approach (with other drawbacks of course) would be to first attempt to clear the back buffer, and try appending the segment again....

@SanatSharma Did you run WebRTC via video.js or did you end up with another player?

I have also run into this problem, verified by using the method @EdNutting described and reproduced issue both with and without the `experimentalBufferBasedABR`-flag.

Without digging to deep into how multer does on the inside, it seems like you need to make sure you consume the stream from the file, otherwise the middleware won't...