Lightweight stream from any device to another device using same WiFi
This project sets up a local RTMP server using Docker and NGINX with the RTMP module. You can stream your macOS screen (including system audio) using OBS Studio to this local server, which can be played on any device (e.g., Android TV) connected to the same Wi-Fi network.
- Docker
- OBS Studio
- BlackHole 2ch (for system audio capture)
To build:
docker build -t local-rtmp .To run:
docker run -d -p 1935:1935 -p 8080:8080 --name local-rtmp-server local-rtmpUse custom as service is Stream settings.
Server: rtmp://<ip-address>:1935/live
Stream Key: streamUse VLC or any other media player to connect to the stream.
Really very little use this repo, unless you really need it.