All Projects → sallar → Mac Local Rtmp Server

sallar / Mac Local Rtmp Server

Licence: mit
Local RTMP Streaming Server

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mac Local Rtmp Server

Go Oryx
The go-oryx is SRS++, focus on real-time live streaming load-balancer.
Stars: ✭ 608 (+88.24%)
Mutual labels:  live-streaming, rtmp-server
rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (-87%)
Mutual labels:  stream, rtmp-server
Javelin
[Mirror] RTMP streaming server written in Rust
Stars: ✭ 77 (-76.16%)
Mutual labels:  live-streaming, rtmp-server
custer
macOS streaming radio in your menu bar
Stars: ✭ 17 (-94.74%)
Mutual labels:  menubar, stream
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+5080.8%)
Mutual labels:  live-streaming, rtmp-server
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-91.02%)
Mutual labels:  live-streaming, rtmp-server
Katana
🚀 a powerful, open-source screenshot utility for macOS
Stars: ✭ 270 (-16.41%)
Mutual labels:  menubar
Blazorfilereader
Library for creating read-only file streams from file input elements or drop targets in Blazor.
Stars: ✭ 278 (-13.93%)
Mutual labels:  stream
Compressing
Everything you need for compressing and uncompressing
Stars: ✭ 268 (-17.03%)
Mutual labels:  stream
Ipfs Desktop
An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
Stars: ✭ 3,710 (+1048.61%)
Mutual labels:  menubar
Amm
Aria2 Menubar Monitor
Stars: ✭ 312 (-3.41%)
Mutual labels:  menubar
Timestamp
⏰ A better macOS menu bar clock.
Stars: ✭ 296 (-8.36%)
Mutual labels:  menubar
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (-13%)
Mutual labels:  stream
Ffdynamic
Library with dynamic audio/video composition and runtime control
Stars: ✭ 274 (-15.17%)
Mutual labels:  live-streaming
Bitbar
Simplifies BitBar app plugin creation
Stars: ✭ 286 (-11.46%)
Mutual labels:  menubar
Mockup Generator
Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups.
Stars: ✭ 272 (-15.79%)
Mutual labels:  menubar
Orion
Cross platform Twitch.tv client
Stars: ✭ 298 (-7.74%)
Mutual labels:  stream
Alchemy
给flink开发的web系统。支持页面上定义udf,进行sql和jar任务的提交;支持source、sink、job的管理;可以管理openshift上的flink集群
Stars: ✭ 264 (-18.27%)
Mutual labels:  stream
Ha Menu
A Mac OS Menu Bar app to perform common Home Assistant functions
Stars: ✭ 280 (-13.31%)
Mutual labels:  menubar
Snwe
🚀 Extensible, customisable, menubar replacement for macOS/UNIX.
Stars: ✭ 295 (-8.67%)
Mutual labels:  menubar

Local RTMP Server for macOS

⚠️ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].