-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM videos not downloaded when running natively on Linux #629
Comments
What version of ffmpeg? |
ffmpeg version 4.4.2-0ubuntu0.22.04.1 |
You really want 7.0.2 or newer. Some older 6.x releases are fine, too, but I'm not sure which, and people have had the most luck with 7.0.2+. |
On Linux I can confirm that on the latest snapshot of ffmpeg (https://ffmpeg.org/releases, scroll down to "ffmpeg-snapshot.tar.bz2", version is 2024-11-20 19:26 at the time of writing this), as well as on the latest commit of this repo (6b823f4), DRM videos do not work. Regular videos do. DRM videos also download fine on Windows as OP said. Unlike OP, I'm also using my own device_client_id_blob and device_private_key, which do work (I can download DRM videos on Windows, as I said). All other versions of ffmpeg that I have (version 6, 7.0.2, 20240504, and 20240629) have the same issue with DRM content. The error message is also identical:
|
Hello, I am also having the same issue. I am running Docker on Mac and can confirm I have the latest release of ffmpeg but I still get the same error message as the original poster. It will not download DRM videos. |
Docker doesn't use the version of ffmpeg on your computer, it uses one inside the container which should be fine. (I use the Docker image pretty much exclusively unless I'm specifically testing something in Windows.) Are you using your own CDM keys or cdrm-project? |
cdrm-project, is that what is causing issues? |
Potentially. Check in the Discord server, I or one of the other folks can give you keys. |
Running this natively on Linux as described here isn't downloading any DRM videos.
Non-DRM content downloads fine. No problem downloading DRM videos on Windows. I haven't tried running it in Docker yet.
Output example:
The text was updated successfully, but these errors were encountered: