Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivabus/hlssimple

HTTP server to simplify the distribution of HLS streams by indexing and streaming
https://github.com/ivabus/hlssimple

Last synced: 12 days ago
JSON representation

HTTP server to simplify the distribution of HLS streams by indexing and streaming

Awesome Lists containing this project

README

        

# HLSsimple

## Installation

```shell
cargo install --git https://github.com/ivabus/hlssimple
```

## Usage

```shell
hlssimple --stream-dir
```

Where `STREAMS_DIR` contains raw (>= 1) streams (.m3u8 file name will be used for index), or streams contained in subdirs (subdir name will be used to index).

## OBS Configuration

| All streams in one dir | Streams split by subdirs |
|------------------------------------------|-------------------------------------------------------|
| ![All in one](./img/obs_all_in_one.webp) | ![OBS Split streams by subdirs](./img/obs_split.webp) |