This is a simple RTMP server for macOS. You can stream videos using the provided RTMP URI and also use the live feed in other applications.
- Download the latest version from the releases page.
- Once launched, the app sits in the menubar and runs on localhost (127.0.0.1).
- At launch, a randomly generated streaming URI is displayed. The important portion is the
rtmp://127.0.0.1/live/
base, and the part afterwards can be anything as long as it's unique. - To send a stream to the RTMP server, specify the
rtmp://
URI of your choice, and paste it into the streaming software as a destination. For example,rtmp://127.0.0.1/live/sallar
. - To send a stream from another device on the LAN, use Network Utility and specify the IP address of the local machine instead of localhost. For example, if the RTMP's machine's LAN address is
192.168.1.90
, specify the destination asrtmp://192.168.1.90/live/sallar
from the other device. - As soon as the stream starts, the app's window shows the state of the stream and its live feed URI.
- Note: multiple streams are supported! To view them, simply scroll down in the menubar.
- Video guide for connecting Elgato Game Capture HD60 S to OBS Studio
- For using your phone or tablet as an RTMP source, check out Larix Broadcaster
This software is released under the MIT License
Thanks to Arash for the design.