-
Notifications
You must be signed in to change notification settings - Fork 515
HLS Support for Video #3147
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
Comments
Do you know if react-native supports it? This would be our go to for Videos in Skia. |
Yes. All native video players support it and all the main video packages for react native do as a result of that. Which means react-native-video and expo-video both support it. After posting this issue I found out that |
Our plan is to push people towards react-native-skia-video as we will
not be able to provide the same level of support as they do. Our goal
on the RN Skia side is more to make sure the foundation is there for
third party packages to integrate with Skia.
One thing we can do on our side is to use react-native-skia-video in
our example app so we can see if something breaks for instance.
You are welcome to contribute HLS support to RN Skia directly but
there are other issues with our current video support (on Android, the
seek/play does not work correctly).
…On Tue, Jun 3, 2025 at 5:32 PM Tyler Sl8r ***@***.***> wrote:
Yes. All native video players support it and all the main video packages for react native do as a result of that. Which means react-native-video and expo-video both support it. After posting this issue I found out that @azzapp/react-native-skia-video supports it. That is an experimental package, and required some weird patching to get building, so ideally we'd be able to use it directly in react-native-skia without react-native-skia-video.
—
Reply to this email directly, view it on GitHub or unsubscribe.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Description
Skia does currently support HLS video (tested on iOS).
Here is a reference video from Apple (the inventor of the format):
https://devstreaming-cdn.apple.com/videos/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8
The text was updated successfully, but these errors were encountered: