aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 11d8fa4d12cdb7e8ea8f1047e5c4fa1c96432934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Jellything

Jellything (not to be confused with "Jellyfin") is a media streaming software,
optimizied for serving movies and such.

## Features

- A functional and visually appealing user interface
- Remuxing media on-the-fly to avoid downloading unneccesary tracks.
- Multiple streaming formats
  - Matroska or WebM (dynamic remux)
  - Original (exact copy from disk, no remuxing)
  - HLS
  - JHLS (our own format)
- Blazingly fast 🚀 🚀

## Usage

Requirements:

- esbuild
- dav1d
- nasm
- nightly rust toolchain

```sh
rustup install nightly
cargo +nightly install jellything --git https://codeberg.org/metamuffin/jellything.git
cargo +nightly install jellything-import --git https://codeberg.org/metamuffin/jellything.git
jellything-import 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`

## API

See [`api.md`](./api.md)