Mac Local Rtmp Server Save

Local RTMP Streaming Server

Project README

Local RTMP Server for macOS

:warning: Note: Elgato has released a program called "OBS Link" which does the same thing (in a different way). You might want to check that out. However I have noticed the same time lag in that method too.

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.

Usage

  1. Download the latest version from the releases page.
  2. Once launched, the app sits in the menubar and runs on localhost (127.0.0.1).
  3. 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.
  4. 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.
  5. 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 as rtmp://192.168.1.90/live/sallar from the other device.
  6. As soon as the stream starts, the app's window shows the state of the stream and its live feed URI.
  7. Note: multiple streams are supported! To view them, simply scroll down in the menubar.

Additional

License

This software is released under the MIT License

Thanks to Arash for the design.

Open Source Agenda is not affiliated with "Mac Local Rtmp Server" Project. README Source: sallar/mac-local-rtmp-server
Stars
517
Open Issues
38
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating