vidstack / player

UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
https://vidstack.io
MIT License
1.89k stars 114 forks source link

DRM Support #1317

Closed rohankm closed 1 week ago

rohankm commented 1 week ago

Hi, I have been checking out the docs i dont find support for drm. can someone please help?

mihar-22 commented 1 week ago

We haven't streamlined DRM and we don't have guides just yet. It's managed by hls.js (the provider we use to stream HLS). See the hls.js API.

Also check out configuring hls.js in our docs.

rohankm commented 1 week ago

We haven't streamlined DRM and we don't have guides just yet. It's managed by hls.js (the provider we use to stream HLS). See the hls.js API.

Also check out configuring hls.js in our docs.

Hi is there any way to integrate shaka player with Vidstack instead of hls or dash?

mihar-22 commented 1 week ago

Nope. Check the docs for all providers.