Jellyfin Forum
support play drm - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: support play drm (/t-support-play-drm)



support play drm - psp95 - 2023-08-20

hello guys, first of all thanks a thousand for jellyfin an excellent player, I've been seeing someone for days who ran the drm on jellyfin like pipeConfused-face/ffmpeg works in tvheadend (it will certainly consume the cpu) but there is no any method to run them without plugins like tvheadend? the links are dash mpd but without key, the customer must necessarily have a product compatible with widevine to start them, but it does nothing, it would be fine anyway, I know that there is Shaka player and also some compatible jwplayer, there is no plugin ? Or does it already exist and I'm stoned? thank you very much and sorry for my english


RE: support play drm - Venson - 2023-08-20

Hey @psp95

If i understand that correctly you are asking for a way to play DRM protected content with Jellyfin. That is not supported in general.


RE: support play drm - ilm - 2023-08-20

(2023-08-20, 05:00 PM)Venson Wrote: Hey @psp95

If i understand that correctly you are asking for a way to play DRM protected content with Jellyfin. That is not supported in general.
It is my understanding that the Jellyfin webos component uses shaka player already right? Or at least the new Jelyfin vue does.

Shaka player supports DASH/HLS with widevine/Playready, even on LG webos. So the only thing we would need is a way to authenticate, login, and store the access/refresh tokens somewhere (and pass them along)?
https://github.com/shaka-project/shaka-player


RE: support play drm - psp95 - 2023-08-20

Yes Shaka player plug-in


RE: support play drm - Venson - 2023-08-20

Quote:So the only thing we would need is a way to authenticate, login, and store the access/refresh tokens somewhere


"only".

As far as i know (but i tend to be corrected) this is not supported by Jellyfin and has no big chance to be. If you want you can make the nesseary adjustments yourself and create a PR to contribute those changes on github.