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

https://github.com/crazyoptimist/nginx-hls-streaming-server

Http Live Stream prototype project by crazy
https://github.com/crazyoptimist/nginx-hls-streaming-server

Last synced: 5 months ago
JSON representation

Http Live Stream prototype project by crazy

Awesome Lists containing this project

README

          

# Nginx HLS Video Streaming Server
```bash
add-apt-repository universe
apt install libnginx-mod-rtmp
apt install libnginx-mod-rtmp
```
Download a streaming tool [here](https://obsproject.com)
RTMP URL is `rtmp://YOUR_SERVER_IP/live/secret-key`
HLS URL is `http://YOUR_SERVER_IP/hls/secret-key.m3u8`
Happy streaming! :sunglasses: