TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.23k stars 2.9k forks source link

docs: update DRM token generator links #4263

Closed moskalakamil closed 3 weeks ago

moskalakamil commented 3 weeks ago

Summary

This PR updates the example app in the react-native-video library with functioning link to generate DRM token. The placeholders for these links have been replaced with working URLs, allowing users to generate and use DRM tokens effectively.

Motivation

Changes

Replaced all placeholder links with actual URLs pointing to the DRM token generator.

Test plan