https://github.com/techciel/live
A simple live setup for Debian 11.
https://github.com/techciel/live
Last synced: 4 months ago
JSON representation
A simple live setup for Debian 11.
- Host: GitHub
- URL: https://github.com/techciel/live
- Owner: TechCiel
- License: wtfpl
- Created: 2022-04-26T10:43:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T10:53:04.000Z (about 4 years ago)
- Last Synced: 2025-11-22T02:03:47.973Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live
A simple live setup for Debian 11.
## Setup
```shell
apt install nginx libnginx-mod-rtmp
git clone https://github.com/TechCiel/Live.git
cp -r Live/fs/* /
systemctl daemon-reload
systemctl restart nginx
```
## License
The file `fs/var/www/html/hls.min.js` is from [video-dev/hls.js](https://github.com/video-dev/hls.js), which is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
The other parts in this repo is licensed under [WTFPL](./LICENSE).