0

Postman or android devices play it nicely, but on iOS platform we are facing the problem. Basically, a user logs in the application and makes a call to API service which returns the mp4 video.Postman header info is also attached. Any help is appreciated.

code is

 <Video
            source={{
              uri: "https://api.xxxx.org/v1/files/7afbd0c3-ab0e-4cfb-910a-10c058a07b20"
            }}
            // Can be a URL or a local file.
            controls={true}
            fullscreen={true}
            resizeMode="contain"
            ref={(ref) => {
              this.player = ref
            }}    

          />

postman result is here

0 Answers0