Closed chrisfong closed 9 months ago
I'm running into this exact error. Was this ever resolved?
I'm running into this exact error. Was this ever resolved?
I didn't figure this out. I switched away from HLS (m3u8) and am now using progressive download (mp4) assets to sidestep this issue for now.
@chrisfong it seems like it was an xcode error for me, I updated to the most recent version (15.0.1) and now m3u8 videos are playing for me on iphone 15 emulator
This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed.
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
I'm getting the same error after upgrading to SDK 50
Minimal reproducible example
https://snack.expo.dev/@cjfong425/aa3136
Summary
I'm using
expo-av
and am running into this error in my local environment when playing an m3u8 stream. If I play mp4 assets, it's fine.The same code works on Snack, but not in my local environment. How can I troubleshoot this?
Environment