I am trying to play a secured video from CloudFront with @react-native-community/react-native-video.
To reproduce the video I have to set 3 cookies: CloudFront-Key-Pair-Id, CloudFront-Policy and CloudFront-Signature.
I've been able to reproduce the video in IOS with this module: react-native-cookies
But I am not being able to reproduce the video in android. How can I set the cookies to play this video?
The video is a .m3u8 extension (HLS)
Thank you very much!