hlssimple/README.md
2023-06-18 10:50:58 +03:00

22 lines
646 B
Markdown

# HLSsimple
## Installation
```shell
cargo install --git https://github.com/ivabus/hlssimple
```
## Usage
```shell
hlssimple --stream-dir <STREAMS_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) |