video not load on android

Please provide the following:

  1. SDK Version:35.0.0
  2. Platforms(Android/iOS/web/all): ANDROID

i try play with expo-av a big video (190 mb) with uri (http://domain/video/test.mp4) but i have erro 500…
if i try to downlod with FileSystem.downloadAsync i have this error:

Object {
  "headers": Object {
    "Cache-Control": "no-cache, private",
    "Connection": "close",
    "Content-Type": "application/json",
    "Date": "Thu, 12 Dec 2019 13:56:03 GMT, Thu, 12 Dec 2019 13:56:03 GMT",
    "Host": "172.26.9.13:8000",
    "X-Powered-By": "PHP/7.2.24",
  },
  "status": 500,
  "uri": "file:///data/user/0/host.exp.exponent/files/ExperienceData/%2540cwsmobile%252Ftest/small.mp4",
}

there is a limitation?

thanks

Hey @cwsmobile,

That url you’re using is not resolving. It throws an error in the browser as well.

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.