My application streams video on demand from major film studios and we need to implement DRM to protect the content. Typically in video players, you pass the URL of the content itself, a license server request URL, and some other props if needed based on which DRM you use (Widevine, Fairplay, etc). This is essential and standard in playing encrypted, protected video content. React-Native-Video already does this. Wondering if I have to switch over.