-
-
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
textTracks crash on iOS with m3u8 video #3200
Comments
Experiencing that too! Appreciate any help on this. |
same issue |
|
I'm also experiencing the same issue, and here are my findings:
|
Because RCTVideo 314. line send asset url only, then RCTVideoUtils 190 line cannot get assets.timeRange.duration item and return error. We need to send video object from RCTVideo 314 line then crash gonna fix |
@zaferatli but how to fix the issue and make sideloaded subtitles working? :) I started investigations, but I didn't find trivial fix ... |
actually there is func calculatePlayableDuration in RCTVideoUtils when i use this func its return 0, if we get duration of video then we can pass. |
Having the same issue, m3u8 on iOS trying to load text tracks crashes the video player. Due to Accessibility concerns we are having to use a different solution for iOS, would ideally like to use this package for both. |
@timvvoodman @freeboub |
Any news? |
The crash has been fixed for next release (alpha.11 or beta.1) |
Bug
When textTracks is enable on video
.m3u8
, crash on iOS device,Platform
Which player are you experiencing the problem on:
Environment info
Library version: 6.0.0-alpha.6
Device: iPhone 14
Steps To Reproduce
Reproducible sample code
You got an error:
...
Expected behaviour
Thank you for your help 🙏
The text was updated successfully, but these errors were encountered: