Skip to content

startPlayer not working on iOS with specific URLs and 3.x.x versionΒ #477

@ChawkiOS

Description

@ChawkiOS

Version of react-native-audio-recorder-player

"react-native-audio-recorder-player": "^3.5.1"

Version of React Native

"react-native": "0.66.0"

Platforms you faced the error (IOS or Android or both?)

IOS

Expected behavior

startPlayer works with an audio I stored in my server.

const path = 'https://staging.media.ensembl.fr/original/uploads/26403543-c7d0-4d44-82c2-eb8364c614d0'
await audioPlayer.startPlayer(path);

Actual behavior

It only works on Android with "react-native-audio-recorder-player": "^3.5.1"
It works on iOS and Android when I downgrade to "react-native-audio-recorder-player": "^2.7.0"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions