Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

streamyfin

> 开发工具
Open source

A modern Jellyfin client built with Expo

5.1K stars0 likes0 views
WebsiteGitHub

About

A modern Jellyfin client built with Expo

**Streamyfin is a user-friendly Jellyfin video streaming client built with Expo. Designed as an alternative to other Jellyfin clients, it aims to offer a smooth and reliable streaming experience. We hope you'll find it a valuable addition to your media streaming toolbox.** ---

     

## Features - **Skip Intro / Credits Support**: Lets you quickly skip intros and credits during playback - ️ **Trickplay images**: The new golden standard for chapter previews when seeking - **Download media**: Save your media locally and watch it offline - ⚙️ **Settings management**: Manage app configurations for all users through our plugin - **Seerr (formerly Jellyseerr) integration**: Request media directly in the app - ️ **Sessions view:** View all active sessions currently streaming on your server - **Chromecast**: Cast your media to any Chromecast-enabled device - **Custom auth headers**: Reach servers behind an access gateway such as Cloudflare Zero Trust or Pangolin ([docs](./docs/custom-headers.md)) ## Experimental Features Streamyfin offers exciting experimental features such as media downloading and Chromecast support. These features are under active development, and your feedback and patience help us make them even better. ### Downloading Downloading works by using FFmpeg to convert an HLS stream into a video file on your device. This lets you download and watch any content that you can stream. The conversion is handled in real time by Jellyfin on the server during the download. While this may take a bit longer, it ensures compatibility with any file your server can transcode. ### Streamyfin Plugin The Jellyfin Plugin for Streamyfin is a plugin you install into Jellyfin that holds all settings for the client Streamyfin. This allows you to synchronize settings across all your users, like for example: - Automatic Seerr login with no user input required - Set your preferred default languages - Configure download method and search provider - Personalize your home screen - And much more [Streamyfin Plugin](https://github.com/streamyfin/jellyfin-plugin-streamyfin) ### Chromecast Chromecast support is currently under development. Video casting is already available, and we're actively working on adding subtitle support and additional features. ### MPV Player Streamyfin uses [MPV](https://mpv.io/) as its primary video player on all platforms, powered by [MPVKit](https://github.com/mpvkit/MPVKit). MPV is a powerful, open-source media player known for its wide format support and high-quality playback. Thanks to [@Alexk2309](https://github.com/Alexk2309) for the hard work building the native MPV module in Streamyfin. ### Jellysearch [Jellysearch](https://gitlab.com/DomiStyle/jellysearch) works with Streamyfin > A fast full-text search proxy for Jellyfin. Integrates seamlessly with most Jellyfin clients. ## ️ Roadmap Check out our [Roadmap](https://github.com/orgs/streamyfin/projects/3/views/1) to see what we're working on next, we are always open to feedback and suggestions. Please let us know if you have any ideas or feature requests. ## Download Streamyfin ### Beta Testing To access the Streamyfin beta, you need to subscribe to the Member tier (or higher) on [Patreon](https://www.patreon.com/streamyfin). This grants you immediate access to the ⁠-beta-releases channel on Discord and lets me know you’ve subscribed. This is where I share APKs and IPAs. It does not provide automatic TestFlight access, so please send me a DM (Cagemaster) with the email you use for Apple so we can add you manually. **Note**: Anyone actively contributing to Streamyfin’s source code will receive automatic access to beta releases. ## Getting Started ### ⚙️ Prerequisites - Your device is on the same network as the Jellyfin server (for local connections) - Your Jellyfin server is up and running with remote access enabled if you plan to connect from outside your local network - Your server version is up to date (older versions may cause compatibility issues) - You have a valid Jellyfin user account with access to the media libraries you want to view - If using features such as **downloads** or **Seerr integration**, confirm the required plugins are installed and configured on your Jellyfin server ## Contributing We welcome contributions that improve Streamyfin. Start by forking the repository and submitting a pull request. For major changes or new features, please open an issue first to discuss your ideas and ensure alignment with the project. ## Translations Streamyfin is available in multiple languages, and we’re always looking for contributors to help make the app accessible worldwide. You can contribute translations directly on our [Crowdin project page](https://crowdin.com/project/streamyfin). ### ‍ Development Info 1. Use node `>20` 2. Install dependencies `bun i && bun run submodule-reload` 3. Make sure you have xcode and/or android studio installed. (follow the guides for expo: https://docs.expo.dev/workflow/android-studio-emulator/) - If iOS builds fail with `missing Metal Toolchain` (KSPlayer shaders), run `bun run ios:install-metal-toolchain` once 4. Install BiomeJS extension in VSCode/Your IDE (https://biomejs.dev/) 5. Run `bun run prebuild` 6. Create an expo dev build by running `bun run ios` or `bun run android`. This will open a simulator on your computer and run the app The project uses bun exclusively: `npm`, `yarn` and `npx` are not supported. For the TV version suffix the commands with `:tv`. `bun run prebuild:tv` `bun run ios:tv` `bun run android:tv` Before opening a pull request, read [CONTRIBUTING.md](./CONTRIBUTING.md) and run `bun run test`. TV platform integration notes: - [TV Discovery](./docs/tv-discovery.md) ## Get in Touch with Us Need assistance or have any questions? - **Discord:** [Join our server](https://discord.gg/BuGG9ZNhaE) - **GitHub Issues:** [Report bugs or request features](https://github.com/streamyfin/streamyfin/issues) - **Email:** [[email protected]](mailto:[email protected]) ## ❓ FAQ 1. Q: Why can't I see my libraries in Streamyfin? A: Make sure your server is running one of the latest versions and that you have at least one library that isn't audio only 2. Q: Why can't I see my music library? A: We don't currently support music and are unlikely to support music in the near future ## Credits Streamyfin is developed by [Fredrik Burmester](https://github.com/fredrikburmester) and is not affiliated with Jellyfin. The app is built using Expo, React Native, and other open-source libraries. ## ️ Core Developers Thanks to the following contributors for their significant contributions: ## ✨ Acknowledgements We would like to thank the Jellyfin team for their excellent software and support on Discord. Special thanks to the official Jellyfin clients, which have served as an inspiration for Streamyfin. We also thank all other developers who have contributed to Streamyfin, your efforts are greatly appreciated. A special mention to the following people and projects for their contributions: - [@Alexk2309](https://github.com/Alexk2309) for building the native MPV module that integrates [MPVKit](https://github.com/mpvkit/MPVKit) with React Native - [Reiverr](https://github.com/aleksilassila/reiverr) for invaluable help with understanding the Jellyfin API - [Jellyfin TS SDK](https://github.com/jellyfin/jellyfin-sdk-typescript) for providing the TypeScript SDK - [Seerr](https://github.com/seerr-team/seerr) for enabling API integration with their project ## ⭐ Star History ## License Streamyfin is licensed under the Mozilla Public License 2.0 (MPL-2.0). This means you are free to use, modify, and distribute this software. The MPL-2.0 is a copyleft license that allows for more flexibility in combining the software with proprietary code. Key points of the MPL-2.0: - You can use the software for any purpose - You can modify the software and distribute modified versions - You must include the original copyright and license notices - You must disclose your source code for any modifications to the covered files - Larger works may combine MPL code with code under other licenses - MPL-licensed components must remain under the MPL, but the larger work can be under a different license - For the full text of the license, please see the LICENSE file in this repository ## ⚠️ Disclaimer Streamyfin does not promote, support, or condone piracy in any form. The app is intended solely for streaming media that you personally own and control. It does not provide or include any media content. Any discussions, support requests, or references to piracy, as well as any tools, software, or websites related to piracy, are strictly prohibited across all our channels. ## Sponsorship VPS hosting generously provided by [Hexabyte](https://hexabyte.se/en/vps/?currency=eur) and [SweHosting](https://swehosting.se/en/#tj%C3%A4nster)

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Skip Intro / Credits Support: Lets you quickly skip intros and credits during playback
  • •️ Trickplay images: The new golden standard for chapter previews when seeking
  • •Download media: Save your media locally and watch it offline
  • •⚙️ Settings management: Manage app configurations for all users through our plugin
  • •Seerr (formerly Jellyseerr) integration: Request media directly in the app
  • •️ Sessions view: View all active sessions currently streaming on your server
  • •Chromecast: Cast your media to any Chromecast-enabled device
  • •Custom auth headers: Reach servers behind an access gateway such as Cloudflare Zero Trust or Pangolin (docs)
  • •Automatic Seerr login with no user input required
  • •Set your preferred default languages

> Tags

TypeScriptandroidiosjellyfinjellyfin-client

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category开发工具
PricingOpen source

> Related tools

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具