--- id: reflex-components-react-player version: "0.9.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-react-player — Reflex react-player components. License: permissive · Maintenance: active · Downloads: 227.6K/mo ## What it is and what it does reflex-components-react-player is a Reflex framework extension that wraps the popular react-player JavaScript library, making video and audio playback available as native Reflex components. It sits on top of reflex-base and reflex-components-core, providing a bridge between Reflex's Python-based component system and react-player's media capabilities. Developers use this package to add media playback functionality to Reflex web applications without writing custom JavaScript. It's part of the Reflex ecosystem of component libraries and is maintained with active releases. The package has low installation friction and carries no known security vulnerabilities. Use it for: - Embed video tutorials or demos directly in a Reflex web application dashboard - Build a media player interface for streaming audio or video content in a web app - Add background music or sound effects to interactive Reflex applications - Create a video gallery or portfolio viewer using Reflex components - Integrate live stream playback into a Reflex-based monitoring or broadcast interface ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Reflex components that wrap the react-player library, enabling video and audio playback in Reflex web applications. Yes, if you are building a Reflex application that needs media playback. Low install friction, active maintenance, permissive license, and no known vulnerabilities make it a straightforward choice. The main caveat is that documentation and examples appear minimal, so you may need to refer to react-player's own documentation to understand the full API surface. ## Install pip install reflex-components-react-player uv add reflex-components-react-player poetry add reflex-components-react-player ## Installing reflex-components-react-player Before you install: Low install friction with a pure Python wheel distribution. Active maintenance status with a recent release cycle (109 days since latest version). License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions, typical for open-source framework extensions. Quickstart: pip install reflex-components-react-player import reflex as rx from reflex_components_react_player import react_player # Use react_player component in your Reflex app Requires Python 3.10 or later; depends on reflex-base and reflex-components-core packages. Verify before relying: - Specific media formats and protocols supported by the wrapped react-player library - Whether component API documentation or examples are available beyond the package description - Performance characteristics with large media files or concurrent playback instances ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 227.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags reflex video player components, react-player for reflex, audio video playback reflex, reflex media player, embed video in reflex app, reflex audio components, web media player reflex, reflex-framework, media-playback, web-components [View on SkillFed](https://skillfed.io/packages/reflex-components-react-player) · [View on PyPI](https://pypi.org/project/reflex-components-react-player/)