Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseekn/streaming-app-example
Live streaming app example with OBS and NGINX and RTMP.
https://github.com/eliseekn/streaming-app-example
Last synced: about 2 months ago
JSON representation
Live streaming app example with OBS and NGINX and RTMP.
- Host: GitHub
- URL: https://github.com/eliseekn/streaming-app-example
- Owner: eliseekn
- Created: 2024-08-29T15:01:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:08:44.000Z (5 months ago)
- Last Synced: 2024-08-29T16:51:18.793Z (5 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streaming App Example
## Docker
```
docker build --platform linux/amd64 -t nginx-rtmp-server .
docker run --platform linux/amd64 -p 1935:1935 -p 8080:8080 --name my-nginx-rtmp -d nginx-rtmp-server
```## OBS
```
Server: rtmp://127.0.0.1/live
Stream key: stream
```## Web
Open `stream.html` file on web browser.