videojs / http-streaming

HLS, DASH, and future HTTP streaming protocols library for video.js
https://videojs-http-streaming.netlify.app/
Other
2.45k stars 416 forks source link

Fails to play video, recorded from live stream, infinite loading chunks loop #1490

Open victordidenko opened 4 months ago

victordidenko commented 4 months ago

Description

We have an issue with some videos. Those are catchups (records) of a live stream, and chunks on date change (12am) breaks record (this is my guess).

Here is an example: https://jsbin.com/taqisem/edit?html,output Example video link: https://d2nhocz0ed5l8x.cloudfront.net/am_test/klankosova/playlist_1.m3u8

Steps to reproduce

Just open provided link in a player in Chrome browser. Video duration is 1:59, but VideoJS got crazy with infinite downloading chunks and stops playing approximately around 1:00.

Additional Information

I checked in hls.js, shaka and theoplayer — all have similar issue... But native HLS playback in Safari browser works just fine, playing full video. ffmpeg also plays video without issues.

Browsers

Chrome

welcome[bot] commented 4 months ago

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.