janus-gateway VS spreed

Compare janus-gateway vs spreed and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
janus-gateway spreed
13 21
7,804 1,559
1.6% 0.7%
9.0 10.0
6 days ago 4 days ago
C JavaScript
GNU General Public License v3.0 only GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

janus-gateway

Posts with mentions or reviews of janus-gateway. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • WebRTC for the Curious
    18 projects | news.ycombinator.com | 4 Jan 2024
    > despite WebRTC mostly being about client/client communication

    This is actually kind of a misconception, though it’s an understandable one given that WebRTC is almost always pitched as a peer-to-peer protocol.

    In practice, most people using WebRTC for video are sending their video to a server, not directly to another client. It’s pretty safe to assume that most people who use your app are going to need TURN, and at that point, you’re not really doing peer-to-peer at all, so you might as well just have your browser-based app talk to a server that’s pretending to be another browser.

    These servers (called Selective Forwarding Units or SFUs) can operate like a TURN server in the case of a one-on-one call, but they can also multiplex everyone’s feeds in the case of a larger conference (peer-to-peer 5 person calls would require each participant to send 4 copies of their video) and often have extra features like the ability to record calls, transcode streams or convert to other protocols.

    The one I’ve used a lot is called Janus[0], it’s open source and has good docs, I recommend people check it out if they’re interested in getting deeper into WebRTC or other video streaming tech.

    [0] https://janus.conf.meetecho.com

  • OpenTalk meeting software with Rust back-end open-sourced under EUPL
    4 projects | /r/opensource | 19 Feb 2023
    OpenTalk is a young project for creating online meeting software similar to Jitsi or BigBlueButton. It is a completely new development, and while it is not a fork of an existing open-source project, it integrates with other projects such as the Janus WebRTC server, Redis for volatile state, RabbitMQ for communication between server instances, and PostreSQL for persistent state.
  • Jitsi: More secure, more flexible, and completely free video conferencing
    5 projects | news.ycombinator.com | 21 Dec 2022
  • What are good self-hosted WebRTC video solutions today?
    4 projects | /r/selfhosted | 23 Oct 2022
    I've been looking into Janus WebRTC Server due to the ability for Uv4L to join Janus rooms (I'm building a RaspberyyPi doorbell)
  • Looking for self hosted screen sharing/streaming solution
    19 projects | /r/selfhosted | 19 Sep 2022
    A related answer to the above is to check out Janus. It's a general purpose WebRTC server that has RTMP and FTL ingest support. I think it's also batteries not included, but I think it's what Glimesh is based on.
  • Low-latency audio streaming (local network)
    8 projects | /r/selfhosted | 1 Jan 2022
    I've been using Janus gateway for similar. Pretty easy to setup.
  • Live video calling - the Dyte way
    4 projects | dev.to | 3 Nov 2021
    A number of open-source projects also exist, which give developers a great head start if they're looking to build their own infrastructure - the most popular of these include Jitsi, Mediasoup, Janus, and Pion. These projects provide a layer of abstraction and expose a number of helper functions to perform various tasks, such as creating transports, etc. They have helpful guides on how to get started, but you would still face the aforementioned issues regarding scaling, resources, etc.
  • Casey Muratori: refterm and the philosophy of non-pessimization (how you can make programs run 100x faster without optimizations)
    1 project | /r/programming | 18 Oct 2021
    This all changes when you are actually a domain expert: You can treat the various components as a "white box" because you see the forest for the trees and can make cross-cutting assumptions which will inherently make the code faster. I've noticed a lot of projects written by domain experts are often these giant clusterfucks of C that violate pretty much every guideline there are so many Medium blogs about, and yet they're very stable and widely used. See: https://github.com/meetecho/janus-gateway for example.
  • Stop using Zoom, Hamburg’s data protection agency warns state government
    3 projects | news.ycombinator.com | 17 Aug 2021
    Yes, there are many self-hosted options out there. https://github.com/meetecho/janus-gateway works well for multi-party video with up to about 15 users in a room assuming everyone has a reasonably reliable connection.
  • WebRTC over Asp.Net Core - Any examples?
    7 projects | /r/csharp | 7 May 2021
    - Janus (C / C++)

spreed

Posts with mentions or reviews of spreed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • Discord to Start Showing Ads for Gamers to Boost Revenue
    3 projects | news.ycombinator.com | 1 Apr 2024
    > Tell me another platform that is free, has realtime chat, voice and video, has stable service, allows sharing images and other media, with good ownership management... and is open source.

    Mattermost: https://mattermost.com/

    Rocket.Chat: https://www.rocket.chat/

    Nextcloud Talk: https://nextcloud.com/talk/

    Self hosting and some assembly required. I've run all of them on cheap VPSes to explore a Slack/Discord replacement, neither was mindblowing but all of them seemed okay (Nextcloud's offering was rather barebones, though).

    Audio and video support varies because getting those right is challenging, at best you'd just integrate with something like Jitsi, that one's actually pretty good for meetings and such: https://jitsi.org/ and has a cloud version too: https://meet.jit.si/ (yet people still go for Zoom and it's odd UI/UX choices)

    I actually rather liked forums back in the day, but I guess nobody will be setting up that many phpBB instances in the current year, though projects like Discourse also seem promising: https://www.discourse.org/

    I don't think many people at all will be leaving Discord, due to how entrenched the platform is (network effect): if you want people to help you with what you're working on, you go where they are, not vice versa.

  • How to copy a file between devices?
    32 projects | news.ycombinator.com | 14 Feb 2024
    To add to this, it's reasonably easy to run, and has many different plugins, from a calendar and contacts list, to an online document editor (like Google Docs, except it can be pretty slow and/or resource intensive: https://nextcloud.com/office/), to a simple clone of Slack (https://nextcloud.com/talk/), a mail client (https://apps.nextcloud.com/apps/mail) and other things.

    That said, I've had updates (across major versions) break things on multiple occasions, one out of two servers running the exact same version has random crashes and in addition to that the file locking by default (if enabled, but not using Redis: https://docs.nextcloud.com/server/latest/admin_manual/config...) has broken and prevents me from deleting a file that just sits there and takes up a few GB of space. Oh and their Android app fails to upload files if I use the share option, instead of the file picker from within the app.

    On the other hand, sure beats storing data on third party clouds and is free, so I'll still keep using it.

  • Ask HN: Does a framework exist for “open-source SaaS”?
    1 project | news.ycombinator.com | 25 Jul 2023
    > The calendar app is very functional and allows booking of appointments based on availability similar to Calendly. This is one of many apps within its large and expanding suite.

    Another noteworthy one is Talk: https://nextcloud.com/talk/

    It's not quite as good as something like a self-hosted instance of Mattermost or even Rocket.Chat, but honestly if you already have Nextcloud, then it's pretty cool to be able to get something decent like that up and running quickly.

    Ofc that's making Nextcloud a single point of failure in some ways and occasionally things can go sideways with these plugin based platforms (historically applies more to installs of Jenkins, but also have had some performance issues with Nextcloud that had lots of apps, too).

    I still rather like Nextcloud because of being able to just run it on my servers and replace a bunch of other third party cloud platforms and still somehow manage to have good enough uptime and security.

  • Remember Microsoft Small Business Server? It was a full suite of tools for a small office. Is there an open source alternative?
    7 projects | /r/selfhosted | 30 Mar 2023
    Internal chat/communication
  • âźł 0 apps added, 38 updated at f-droid.org
    5 projects | /r/FDroidUpdates | 18 Dec 2022
    Nextcloud Talk (version 15.0.3): Have private video calls and chat using your own server.
  • Ask HN: How might HN build a social network together?
    9 projects | news.ycombinator.com | 15 Dec 2022
  • What are good self-hosted WebRTC video solutions today?
    4 projects | /r/selfhosted | 23 Oct 2022
    Nextcloud Talk
  • Best alternative for Zoom / MS teams for video calls?
    2 projects | /r/opensource | 2 Oct 2022
  • Asking for some FOSS Discord alternatives
    1 project | /r/linuxmasterrace | 4 Sep 2022
    Nextcloud has a chat app https://nextcloud.com/talk/
  • Best way to host groups calls/chats for family members?
    3 projects | /r/selfhosted | 22 Aug 2022
    Nextcloud with the Talk extension can do exactly what you are looking for! https://nextcloud.com/talk/

What are some alternatives?

When comparing janus-gateway and spreed you can also consider the following projects:

mediasoup - Cutting Edge WebRTC Video Conferencing

Telegram-bot-Sms-Call-bomber - Telegram bot for Sms/Call flood

jitsi - Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.

RubixML - A high-level machine learning and deep learning library for the PHP language.

Pion WebRTC - Pure Go implementation of the WebRTC API

XBackBone - A lightweight file manager with full ShareX support and more

aiortc - WebRTC and ORTC implementation for Python using asyncio

Jitsi Meet - Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.

libdatachannel - C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

neutrinote - neutriNote - the original extensible Markdown + Math note app. Non-commerical. No lock-ins. Only 3 MB footprint.

media-server-node - WebRTC Media Server for Node.js

strongswan - strongSwan - IPsec-based VPN