Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Srs | 21,092 | a day ago | 93 | September 16, 2022 | 184 | mit | C++ | |||
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH and GB28181. | ||||||||||
Hls.js | 12,637 | 381 | 439 | 19 hours ago | 1,685 | September 21, 2022 | 169 | other | TypeScript | |
HLS.js is a JavaScript library that plays HLS in browsers with support for MSE. | ||||||||||
Rabbitmq Server | 10,510 | 111 | 13 | 19 hours ago | 148 | September 21, 2022 | 268 | other | Starlark | |
Open source RabbitMQ: core server and tier 1 (built-in) plugins | ||||||||||
Nuclear | 9,974 | 2 days ago | 162 | agpl-3.0 | TypeScript | |||||
Streaming music player that finds free music for you | ||||||||||
Streamlink | 8,489 | 30 | 15 | 21 hours ago | 53 | May 30, 2022 | 54 | bsd-2-clause | Python | |
Streamlink is a CLI utility which pipes video streams from various services into a video player | ||||||||||
Owncast | 7,150 | a day ago | 74 | July 07, 2022 | 133 | mit | TypeScript | |||
Take control over your live stream video by running it yourself. Streaming + chat out of the box. | ||||||||||
Rtsp Simple Server | 5,608 | 2 days ago | 201 | August 16, 2022 | 83 | mit | Go | |||
ready-to-use RTSP / RTMP / LL-HLS / WebRTC server and proxy that allows to read, publish and proxy video and audio streams. Also known as MediaMTX | ||||||||||
Peerflix | 5,534 | 347 | 38 | 2 years ago | 143 | June 09, 2018 | 130 | mit | JavaScript | |
Streaming torrent client for node.js | ||||||||||
Ksql | 5,448 | 20 hours ago | 1,260 | other | Java | |||||
The database purpose-built for stream processing applications. | ||||||||||
Examples | 4,294 | a year ago | 14 | JavaScript | ||||||
Example Koa apps |
⚠️ 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.
rtmp://127.0.0.1/live/
base, and the part afterwards can be anything as long as it's unique.
rtmp://
URI of your choice, and paste it into the streaming software as a destination. For example, rtmp://127.0.0.1/live/sallar
.192.168.1.90
, specify the destination as rtmp://192.168.1.90/live/sallar
from the other device.This software is released under the MIT License
Thanks to Arash for the design.