Cannot play remote files #4311
Unanswered
sadikyalcin
asked this question in
Q&A
Replies: 1 comment
-
I think you should record a network trace to see what is really happening on network level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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