Skip to content

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

Open
tslater opened this issue May 17, 2025 · 3 comments
Open

HLS Support for Video #3147

tslater opened this issue May 17, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@tslater
Copy link

tslater commented May 17, 2025

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

@tslater tslater added the enhancement New feature or request label May 17, 2025
@wcandillon
Copy link
Contributor

Do you know if react-native supports it? This would be our go to for Videos in Skia.

@tslater
Copy link
Author

tslater commented Jun 3, 2025

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.

@wcandillon
Copy link
Contributor

wcandillon commented Jun 4, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants