- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Protected content license error.
Hi i am getting a error from player part, I am using Widevine DRM this error is coming for some and working for some dev.
-6
----------------------------------------------
Protected content license error.
----------------------------------------------
buffer:loop:/build/work/6e6b5b1755d60c3b/os/RokuOS/System/Source/DRM/DrmEngine.cppRM exception: No addon found for widevine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Protected content license error.
do you have widevine entries in your manifest.
Required Roku channel manifest entries:
requires_widevine_drm=1 requires_widevine_version=1.0
https://developer.roku.com/docs/specs/media/content-protection.md
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Protected content license error.
yes already added these...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Protected content license error.
If you are able to fix this issue.. please add your finding on this issue..
I. am facing same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Protected content license error.
This error usually occurs when the Widevine DRM module isn't properly loaded or supported on certain devices. Since it’s working for some devs but not others, here are a few things to check:
- Device Compatibility – Not all Roku devices support Widevine. Check if the affected devices have the necessary DRM capabilities.
- Firmware & Updates – Ensure both the Roku OS and your app are up to date, as outdated software can cause DRM failures.
- DRM Integration – Double-check your app’s manifest and Widevine configuration to ensure everything is correctly referenced.
- Network Restrictions – Some networks may block DRM license requests. Testing on a different network might help.
- Error Logs & Debugging – If possible, enable detailed logging to pinpoint the issue.
If you’re working on a streaming platform, making sure you have the proper business license for DRM-protected content distribution is also crucial.