Skip to content
Retrokiller543 edited this page Aug 10, 2023 · 2 revisions

Welcome to the rustic_rtmp wiki!

How to use

1. Pull Docker Image

docker pull retrokiller543/rustic_rtmp

2. Run Docker Image

docker run -d -p 1935:1935 retrokiller543/rustic_rtmp

3. Stream to RTMP Server

Use any RTMP streaming software to stream to rtmp://{ip_address}/live with any stream key. For example, you can use OBS Studio to stream to rtmp://localhost/live with stream key test.

(Currently only OBS Studio is tested.)

4. Watch Stream

To Be Implemented

Clone this wiki locally