rfcs VS broadcast-box

Compare rfcs vs broadcast-box and see what are their differences.

rfcs

RFCs for changes to OBS Studio (and supporting toolset) (by obsproject)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rfcs broadcast-box
3 10
110 519
0.0% 4.4%
2.7 8.9
3 days ago 4 days ago
Go
- MIT License
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.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Show HN: OBS with Simulcast Support
    3 projects | news.ycombinator.com | 12 Jul 2023
    Simulcast builds of OBS are available. Simulcast is when a client generates multiple encodes of a video. Testers and feedback would be greatly appreciated!

    Design Discussion: https://github.com/obsproject/rfcs/pull/55

    Use it against your favorite WHIP ingest. If you don't have one check out https://github.com/glimesh/broadcast-box. It is a reference implementation of a WHIP/WHEP server.

    I hope/believe the impact of this will be much greater then WebRTC. This could benefit all broadcast workflows.

    * Higher Quality Videos - Decoding and re-encoding causes quality loss. Generating all the renditions from the source video is going to be a big improvement for viewers.

    * Lower Latency - Removing the additional encoding/decoding allows video to be delivered faster.

    * Reduce complexity - With Simulcast setting up a streaming server becomes dramatically easier. It is much easier for an individual to afford and manage a single broadcast server. RTMP -> Transcode -> HLS gets complicated and expensive quickly.

  • Seems OBS Studio is coming to Steam.
    4 projects | /r/Steam | 12 Feb 2022
    Actually, OBS slipping onto Steam like this without any trace on the repos is weird for an open source community project. ...well there's a mention here, but nothing current on it and it's just a pull request, not an accepted task: https://github.com/obsproject/rfcs/pull/30
  • Nvidia sends out patches for hardware accelerated XWayland
    3 projects | /r/linux_gaming | 7 Jan 2021
    Here's the RFC about it: https://github.com/obsproject/rfcs/pull/14

broadcast-box

Posts with mentions or reviews of broadcast-box. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Show HN: Bring phone calls into the browser (sip-to-WebRTC)
    9 projects | news.ycombinator.com | 4 Jan 2024
    > [1] https://github.com/Glimesh/broadcast-box

    This is really interesting! Any latency benchmarks comparing it to gstreamer UDP, P2P primarily?

  • OBS Studio 30.0
    2 projects | news.ycombinator.com | 11 Nov 2023
    This release includes WebRTC support. I would really appreciate if people could try it! I have so many things I want to improve with broadcasting.

    ——

    * Serverless Streaming - WebRTC is P2P so you can video right into your browser. You don’t have to stand up a server anymore to stream for a small audience.

    * Sub-Second Latency - Create content and interact with viewers instantly. There is something magical about having a real conversation with your viewers.

    * Multitrack Input - Upload your transcodes instead of generating then server side. Give viewers multiple video tracks to see action from all sides.

    * Mobility - WebRTC lets you switch networks at any time. Go from WiFi -> Mobile with zero interruptions.

    * E2E Authentication - WebRTC lets you add authentication on the sender and receiver. Broadcasters could sign their video streams so viewers can be sure it wasn’t modified.

    Try it out with Broadcast Box. A reference server implementation. https://github.com/glimesh/broadcast-box

  • Show HN: AV1 Broadcasting from OBS
    2 projects | news.ycombinator.com | 14 Aug 2023
    This is a PR (with builds) to add AV1 support to the WebRTC output from OBS.

    We also have been working on a reference server implementation with https://github.com/Glimesh/broadcast-box/ to make it easy to self host.

  • Show HN: OBS with Simulcast Support
    3 projects | news.ycombinator.com | 12 Jul 2023
    Simulcast builds of OBS are available. Simulcast is when a client generates multiple encodes of a video. Testers and feedback would be greatly appreciated!

    Design Discussion: https://github.com/obsproject/rfcs/pull/55

    Use it against your favorite WHIP ingest. If you don't have one check out https://github.com/glimesh/broadcast-box. It is a reference implementation of a WHIP/WHEP server.

    I hope/believe the impact of this will be much greater then WebRTC. This could benefit all broadcast workflows.

    * Higher Quality Videos - Decoding and re-encoding causes quality loss. Generating all the renditions from the source video is going to be a big improvement for viewers.

    * Lower Latency - Removing the additional encoding/decoding allows video to be delivered faster.

    * Reduce complexity - With Simulcast setting up a streaming server becomes dramatically easier. It is much easier for an individual to afford and manage a single broadcast server. RTMP -> Transcode -> HLS gets complicated and expensive quickly.

  • OBS merges WebRTC support
    2 projects | /r/linux_gaming | 11 Jun 2023
    One of the devs commented on HN that you can use Broadcast Box handle the initial connection. That's open source so you can self-host that too
  • OBS Merges WebRTC Support
    3 projects | /r/WebRTC | 10 Jun 2023
    Try it out today with Broadcast Box. A reference server implementation. https://github.com/glimesh/broadcast-box. The PR to add WebRTC to OBS https://github.com/obsproject/obs-studio/pull/7926
    7 projects | news.ycombinator.com | 10 Jun 2023
    I don't have an idea on how to do cascading OBS instances. I should write some software to make this easy though. I want to make 'self hosting' as easy as possible. I think https://github.com/glimesh/broadcast-box will fill that gap for now.

    For my own usage I run WebRTC servers and have them 'replicate' the video traffic. LiveKit did a write up on this with some good graphics https://blog.livekit.io/scaling-webrtc-with-distributed-mesh...

  • WebRTC support being added to FFmpeg
    6 projects | news.ycombinator.com | 30 May 2023
    I am really excited for this PR to land. Being able to use WebRTC for Broadcast and Playback is going to be huge.

    Instead of doing fixed interval keyframe we can use receiver feedback (Massive reduction in bandwidth)

    Instead of server side generated transcodes we can use Simulcast. Will be better quality AND massively reduced server load.

    If anyone wants to use with Pion check out https://github.com/Glimesh/broadcast-box

    Then run `ffmpeg -re -f lavfi -i testsrc=s=1280x720:r=30 -f lavfi -i sine=f=440:b=4 -vcodec libx264 -pix_fmt yuv420p -profile:v baseline -r 25 -g 50 -acodec libopus -ar 48000 -ac 2 -f rtc -authorization "STREAM_NAME" "http://localhost:8080/whip"

What are some alternatives?

When comparing rfcs and broadcast-box you can also consider the following projects:

blender - Official mirror of Blender

go2rtc - Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.

obs_scripts - scripts for obs

str0m - A synchronous sans I/O WebRTC implementation in Rust.