-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: HLS Format ts or m3u8 is not working in IOS and its showing an error #4199
Comments
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
There is a newer version of the library available. You are using version 6.4.3, while the latest stable version is 6.6.2. Please update to the latest version and check if the issue still exists.
|
+1 |
more information needed ... a stream for exemple as it works with the sample app of the repository ... |
This issue started appearing after updating to Xcode 16. I do not have new architecture enabled |
describe the error please ? |
@freeboub the player fires the onError event and returns this error object: {"error": {"code": -12865, "domain": "CoreMediaErrorDomain", "localizedDescription": "The operation couldn’t be completed. (CoreMediaErrorDomain error -12865.)", "localizedFailureReason": "", "localizedRecoverySuggestion": ""}, "target": 13367} |
@freeboub {"error": {"code": -11850, "domain": "AVFoundationErrorDomain", "localizedDescription": "Operation Stopped", "localizedFailureReason": "The server is not correctly configured.", "localizedRecoverySuggestion": ""}, "target": 3657} I've updated my React Native video package, but I'm still encountering the same error. Here's a sample URL for you to test in VLC Player. It works fine in VLC but not in the React Native Video iOS app. It's working perfectly in Android |
In Xcode it shows this Error whenever an hls link does not work: Error occurred: The operation couldn’t be completed. (OSStatus error -50.). According to this site It could mean a lot of different things, but its still weird that it only happens when building from xcode 16 and not from older versions using the same m3u8 link |
@freeboub I found out the root cause for the issue i was facing, turns out, if the app is build on xcode 16, or the ios version is ios 18, for some reason if the link to the video contains a space, for exampl www.linkToVideo/The+batman.m3u8, the link will not work and it will throw an error, if we upload the same file but the file name is theBatman instead of The Batman it will work. |
+1 |
Version
6.4.3
What platforms are you having the problem on?
iOS
System Version
18.1
On what device are you experiencing the issue?
Real device, Simulator
Architecture
New architecture with interop layer
What happened?
I am using react native video for m3u8 and TS format videos but its not working and showing an Error I even tried the same video in VLC Player so its working
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
The text was updated successfully, but these errors were encountered: