Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.