mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-13 06:56:37 +00:00
1.8 KiB
1.8 KiB
title, description, sidebar_class_name
| title | description | sidebar_class_name |
|---|---|---|
| Useful Projects | React Native Video Useful Projects | hidden |
Useful Projects
This page lists open-source projects that can be helpful for your player implementation.
If you have a project that could benefit other users, feel free to open a PR to add it here.
Our (TheWidlarzGroup) Libraries
- react-native-video-player: Our video player UI library.
- Offline Video SDK: If you're building an app that needs offline playback (e.g., downloading HLS videos, subtitles, audio tracks, or DRM-protected content), check out our commercial Offline Video SDK. It integrates with
react-native-videoand is available with a free trial. To get started quickly, you can clone our Offline Video Starter Project, which includes a ready-to-run example app demonstrating offline playback, multi-audio, subtitles, and DRM setup.
Community Libraries
- react-native-corner-video: A floating video player.
- react-native-track-player: A toolbox for audio playback.
- react-native-video-controls: A video player UI.
- react-native-media-console: An updated version of react-native-video-controls, rewritten in TypeScript.