Skip to content

Commit c80e522

Browse files
authored
Update README.md
1 parent b45b72d commit c80e522

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

306305
3. **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

0 commit comments

Comments
 (0)