# Jellything Jellything (not to be confused with "Jellyfin") is a media streaming software, optimizied for serving movies and such. To get started, take a look at [the Book](https://jellything.metamuffin.org/book/) ## Features - A functional and visually appealing user interface - Remuxing media on-the-fly to avoid downloading unneccesary tracks. (Jellyfin cant do that!) - Multiple streaming formats - Matroska or WebM (dynamic remux) - Original (exact copy from disk, no remuxing) - HLS - JHLS (our own format) - Javascript video player - Adaptive bitrate and real-time transcoding - Blazingly fast 🚀 🚀 ## Usage Requirements: - esbuild - dav1d - nasm - nightly rust toolchain ```sh cargo +nightly install jellything --git https://codeberg.org/metamuffin/jellything.git cargo +nightly install jellytool --git https://codeberg.org/metamuffin/jellything.git jellytool init --brand 'Blubflix' data # data will be a directory containing all the instances data jellything data/config.yaml ``` ## Licence The Licence is AGPL-3.0-only, see `COPYING`