File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ export default NextjsVideoPlayer;
164164| ` muted ` | ` boolean ` | Should the video be muted | Collection default |
165165| ` loop ` | ` boolean ` | Should the video loop | Collection default |
166166| ` thumbnail ` | ` string ` | URL encoded thumbnail/poster URL | Asset default |
167- | ` drm_token ` | ` string ` | DRM token for protected content | ` null ` |
168167| ` expires ` | ` number ` | Token expiry time (epoch millis) | ` null ` |
169168| ` vast_tag_url ` | ` string ` | URL encoded VAST tag URL for ads | ` null ` |
170169| ` start_high_res ` | ` boolean ` | Start in highest resolution | ` false ` |
@@ -304,7 +303,7 @@ This repository includes several examples:
304303 - Ensure proper CORS settings
305304
3063053 . ** DRM content not working**
307- - Verify DRM token is valid and not expired
306+ - Check the DRM credentials in DRM settings
308307 - Check browser DRM support
309308
310309## 🤝 Contributing
You can’t perform that action at this time.
0 commit comments