Cannot play remote files #4311
Unanswered
sadikyalcin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot play remote video and audio files using this library and
react-native-track-player
. Once I download the files, I can play them locally. It isn't an encoding issue for sure. My backend is Drupal 10.The only output I'm getting is
{"error": {"code": -1, "domain": "NSURLErrorDomain", "localizedDescription": "unknown error", "localizedFailureReason": "", "localizedRecoverySuggestion": ""}, "target": 2985}
- which means nothing really. Couldn't find anything online.I've turned of CSP and
Content-Disposition
header but still can't get them play.Below is a sample response;
Any one have any ideas what it could be? Or at least something I could try to get more logs?
Beta Was this translation helpful? Give feedback.
All reactions