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

Particular hls stream freezes within first minute of play. Works ok on HLS.js #1485

Closed bfshires closed 4 months ago

bfshires commented 4 months ago

Description

Two similar hls streams. Each one using the exact same codec, same hardware, base url, and player implementation. One plays perfectly, and the other freezes within the first 60 seconds of play. https://streamer1.barnbabywatch.com/bfsgh/bar/playlist.m3u8 (live stream of bar - freezes within 60 seconds, but works on HLS.js) https://streamer1.barnbabywatch.com/bfsgh/clearspan/playlist.m3u8 (live stream of cow - works perfectly) Both streams use identical codecs. The 'bar' stream also freezes when using DASH (https://streamer1.barnbabywatch.com/bfsgh/bar/manifest.mpd)

Reduced test case

https://hoofnet.com/videojs_bar.html

Steps to reproduce

  1. Open webpage in browser (https://hoofnet.com/videojs_bar.html)
  2. Wait for it to freeze in less than 60 seconds.
  3. Compare to similar stream running same codec, player implementation, and server (https://hoofnet.com/videojs_cow.html). Will not freeze.
  4. Try the 'bar' stream on hls.js test page at (https://hlsjs.video-dev.org/demo/), using the stream, "https://streamer1.barnbabywatch.com/bfsgh/bar/playlist.m3u8". It will play forever.

Errors

No errors are present

What version of Video.js are you using?

8.10.0, 7.11.8

Video.js plugins used.

none

What browser(s) including version(s) does this occur with?

Firefox 122.0b9, Brave 1.62.156, Apple ios Safari, Amazon Silk, Microsft edge, Chrome

What OS(es) and version(s) does this occur with?

Ubuntu 22.04, windows 11, apple ios 15.3, Amazon Kindle

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.

mister-ben commented 4 months ago

The "bar" stream is a 404

bfshires commented 4 months ago

You had perfect timing... They bartender shut off the camera to run a vacuum cleaner. It is up and running now.

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.