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
- Host: GitHub
- URL: https://github.com/crazyoptimist/nginx-hls-streaming-server
- Owner: crazyoptimist
- Created: 2019-11-26T09:37:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T21:41:01.000Z (over 5 years ago)
- Last Synced: 2025-02-05T22:59:03.113Z (over 1 year ago)
- Language: HTML
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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: