-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Retrokiller543 edited this page Aug 10, 2023
·
2 revisions
Welcome to the rustic_rtmp wiki!
docker pull retrokiller543/rustic_rtmp
docker run -d -p 1935:1935 retrokiller543/rustic_rtmp
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.)
To Be Implemented