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

DRM with DASH is not playing and stuck in loading state #1513

Open kamleshFC opened 1 month ago

kamleshFC commented 1 month ago

Description

https://reference.dashif.org/dash.js/v4.4.0/samples/drm/widevine.html

I have tried to play a sample DRM stream from the above dash samples and the player is stuck in the loading state

Browser: chrome latest

library versions: "video.js": "8.12.0", "videojs-contrib-eme": "^5.3.2"

Reduced test case

Could be test on sample video js player

Steps to reproduce

  1. copy sample URL and DRM details from https://reference.dashif.org/dash.js/v4.4.0/samples/drm/widevine.html
  2. try playing this with the latest version of video.js
  3. The player stuck in the loading state the

Errors

No errors in the console

What version of Video.js are you using?

8.12.0

Video.js plugins used.

"videojs-contrib-eme": "^5.3.2"

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

Lastest

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

Mac M2

welcome[bot] commented 1 month 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.

welcome[bot] commented 1 month 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.

JESUMH commented 1 month ago

Hi,

I have the same issue using streaming DASH urls with timeshift. Device has high CPU usage and JS memory. Web browsers and Tizen or WebOS Smart Tv crashes.

image

Scanning memory inspector, I see the following callstack:

image

Thank you, Jesรบs Martรญnez

adrums86 commented 1 month ago

Can you add a reduced test case or test your stream in the VHS demo page and share the results?