Vireo
Vireo is a lightweight and versatile video processing library written in C++11 (by twitter)
srs
SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181. (by ossrs)
Vireo | srs | |
---|---|---|
1 | 10 | |
934 | 25,878 | |
0.0% | 1.0% | |
0.0 | 8.5 | |
about 3 years ago | about 1 month ago | |
C++ | C++ | |
MIT License | 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.
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.
Vireo
Posts with mentions or reviews of Vireo.
We have used some of these posts to build our list of alternatives
and similar projects.
srs
Posts with mentions or reviews of srs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-27.
- What's the state of screen-sharing games to friends on linux?
-
Ever wanted to be an exhibitor at Virtual Market? There's only 2 days left to apply!
With OBS supporting HEVC/H.265 (and AV1, VP9) as output codec in a recent beta, I've been testing VRChat support. Keeping eye on https://github.com/ossrs/srs/pull/3495 before I try HEVC livestreams into VRChat as I believe I can try RTSP and mpeg-ts.
-
Live Streaming
For in-house hosting, a project like https://github.com/ossrs/srs or https://github.com/illuspas/Node-Media-Server may meet your needs. Ultimately though, you should be able to build whatever you need from scratch using an Nginx server with the RTMP module and an ffmpeg process
-
Adding WebRTC support to OBS using Rust
I don't know the answer to the WebRTC part, but as long as you have a server with not-outrageously-priced outbound bandwidth, you can install an open source RTMP server like SRS[1], and stream to that RTMP server from OBS. It's really easy, configure the RTMP server & stream key, then "Start Streaming" which is right next to "Start Recording". You can then hand your friends a link, and they can play it in any media player with RTMP/HLS/FLV stream support, or you can add a simple web UI with e.g. hls.js[2] (very easy to write, there might even be prepackaged solutions) so that they truly don't need to download anything.
[1] https://github.com/ossrs/srs
[2] https://github.com/video-dev/hls.js/
- Ask HN: FFmpeg real-time desktop streaming
-
Video Streaming : HTTP Real Time Streaming using "multipart/x-mixed-replace" or WebRTC server-to-client?
not flask related but SRS is my go to when i think about media/video streaming
-
Can anybody help me understand how to uninstall a git clone I did
from the configure file, it looks like there should be a make destroy command which basically just removes everything in /objs: https://github.com/ossrs/srs/blob/4.0release/trunk/configure
-
[TASK] Document setting up HLS streaming service using StreamNight, SRS, Caddy, and OBS - $25
SRS
- ossrs/srs