mediamtx
rtsp-simple-server
mediamtx | rtsp-simple-server | |
---|---|---|
13 | 37 | |
15,075 | 5,721 | |
4.2% | - | |
9.7 | 8.8 | |
2 days ago | over 2 years ago | |
Go | Go | |
MIT License | MIT License |
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.
mediamtx
- Ready-to-use SRT/WebRTC/RTSP/RTMP/LL-HLS server/proxy (publish vid/audio streams
-
Ask HN: What's the minimum-friction way to stream audio from a handheld device?
I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC.
https://github.com/bluenviron/mediamtx
-
Bad audio quality when re-encoding RTSP stream from AAC to Opus in MediaMTX
I started a discussion on the MediaMTX Github repo, where you can find more information on my problem: https://github.com/bluenviron/mediamtx/discussions/2787
-
Ask HN: IP cameras that don't require an app or internet
For my apartment, I run rtsp-simple-server[1] on my home server and use Raspberry Pis with generic USB webcams running ffmpeg to stream the audio/video to the RTSP server. Then I run camera.ui[2] separately for a nicer interface on top of all the cameras, HomeKit integration, etc.
The only downside hardware-wise is I don't get any indoor IR night vision with these, which some of the nicer "smart home" account-locked ones do.
It's honestly not too bad to set up if you run [1] and [2] in Docker. I've done disaster recovery scenarios of my home infra where I straight up disconnect the modem's uplink and everything works without any issues.
[1] - https://github.com/bluenviron/mediamtx
[2] - https://github.com/seydx/camera.ui
-
MediaMTX: Zero-dependency server for live video and audio streams
So you want the server to make an HTTP call to an endpoint to deliver when streams change their status?
https://github.com/bluenviron/mediamtx/issues/1462
Looks like there might be a work around.
-
Need a robust RTSP viewer for multi-user office
How low delay do you need? I'd recommend MediaMTX + VLC if you just want a live feed. motionEye could work too but it's very demanding on both the server and clients.
-
Youtube livestream to Frigate/RTSP stream?
Have MediaMTX configured with a path for publishing:
- 7 eufy indoor cam 2k, continuous recording and RTPS
-
Trying to use Frigate with eufy battery cameras (RTSP stream not always available)
so here's my next problem, to run ffmpeg from inline in mediamtx you have to build a new docker image that combines them. Aler9 gave instructions for the Dockerfile here: https://github.com/aler9/mediamtx/discussions/278
-
How to stream other games to friends while in VR chat?
The one Docteh brought up is a good one https://github.com/aler9/mediamtx, I just set it up and all I had to do was change one line in the yml config file in the rtsp section to get that to work.
rtsp-simple-server
-
Is there a way (plugin or something?) to output the gcode viewer to an rtsp stream?
If you want to stream your webcam as an H264 encoded rtsp stream, it can be done with either rtsp-simple-server or V4l2rtspserver And it is possible to stream a linux desktop (and any program that might be open, like your web browser with the gcode viewer running on it) with the V4l2Loopback device and either of the two prgrams above. It is quite an involved process, but it is do-able.
-
Guide: how to stream from OBS -> Plex Live TV
rtsp-simple-server
- Web application in local network displaying multiple RTSP streams in Go?
- Hi, does anyone know if there is a way to display a usb camera feed on magic mirror.
-
crowsnest install fails with "Error 1"
Download rtsp-simple-server_v0.20.2_linux_arm64v8.tar.gz from https://github.com/aler9/rtsp-simple-server/releases/download/v0.20.2/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9379k 100 9379k 0 0 3497k 0 0:00:02 0:00:02 --:--:-- 6115k Finished. make[1]: Leaving directory '/home/pi/crowsnest/bin' Add User pi to group 'video' ... [OK] chown: invalid group: ‘pi:pi’e ... make: *** [Makefile:37: install] Error 1
-
Using intermittent video stream from usb camera to RTSP
I've tried using ffmpeg and rtsp simple server:
-
My parents need a NAS
Ok, you need a NAS or their Cloud, a simple USB drive won't do it. The important thing is you need the receiving device to offer a transfer protocol named 'RTSP'. Modern Synology, QNAP, and MyCloud (by WD) devices support RTSP, although different methods to connect. Eufy Cloud would be the easiest method, next is Synology NAS is simple to setup with Eufy instruction, but since you have some hardware you can run things like this: https://github.com/aler9/rtsp-simple-server but obviously that will take more time and effort.
-
NVR: using RTSP-IP-Cam to HLS with adaptive bandwidth
Very cool - going to try this out later. I had something similar on my todo list, but figured I would use: https://github.com/aler9/rtsp-simple-server
-
RTMP with nginx and OBS on Ubuntu
I had a nightmare setting this up for my streams. I ended up going with rtsp-simple-server as it seems to work a little quicker and is much better documented. There is an option to toggle between always having a stream "live" or stop when there are no viewers
-
Does anyone know how to send esp32 video frames to a server of some kind?
Here is one example that I found (there are more). https://github.com/aler9/rtsp-simple-server
What are some alternatives?
gomedia - golang library for rtmp, mpeg-ts,mpeg-ps,flv,mp4,ogg,rtsp
livekit-server - Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node. [Moved to: https://github.com/livekit/livekit]
tinycam-api - tinyCam app web server API documentation
ustreamer - µStreamer - Lightweight and fast MJPEG-HTTP streamer
amdacli - Amcrest / Dahua HTTP API Client
obs-rtspserver - RTSP server plugin for obs-studio