Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ivabus/hlssimple
- Owner: ivabus
- Created: 2023-06-18T07:30:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T16:54:48.000Z (about 1 year ago)
- Last Synced: 2023-11-05T17:36:09.254Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |