All Questions
Tagged with react-native-fetch-blob react-native-video
2 questions
0
votes
1
answer
1k
views
How to play encrypted video in react native offline?
I have video in my local file of android and these are encrypted using AEC algorithm. Is there any straight forward way to play that video in react-native-video ?
I tried converting it into base64 and ...
7
votes
0
answers
2k
views
Partial download of mp4 file with rn-fetch-blob, react-native-video throwing unrecognized error
I'm trying to implement local video caching into my video-streaming application.
I'm using:
react-native-video for video playback
rn-fetch-blob for downloading files
I've managed to start the ...