https://github.com/simonknittel/rtmp-server
Simple demo project to combine tiangolo's nginx-rtmp Docker image with a custom frontend.
https://github.com/simonknittel/rtmp-server
docker nginx rtmp server streaming
Last synced: about 1 year ago
JSON representation
Simple demo project to combine tiangolo's nginx-rtmp Docker image with a custom frontend.
- Host: GitHub
- URL: https://github.com/simonknittel/rtmp-server
- Owner: simonknittel
- License: mit
- Archived: true
- Created: 2019-01-27T15:36:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:47:17.000Z (over 1 year ago)
- Last Synced: 2025-02-17T23:08:48.503Z (over 1 year ago)
- Topics: docker, nginx, rtmp, server, streaming
- Language: JavaScript
- Homepage: https://hub.docker.com/r/simonknittel/rtmp-server
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtmp-server
Simple demo project to combine tiangolo's nginx-rtmp Docker image with a custom frontend.
## Usage
```sh
docker run -p 1935:1935 -p 80:80 simonknittel/rtmp-server
```
## URLs
* `rtmp://HOST/live/STREAMKEY` (for OBS and VLC)
* `http://HOST/hls/STREAMKEY.m3u8` (for VRChat)
* `http://HOST/` (web player)
## OBS settings
* **Rate control:** CBR
* **Keyframe Interval:** 2
* **CPU Usage Preset:** fast
* **Profile:** high
* **Audio Bitrate:** 192