From 62a939b4f8c28618e86462ed91c8f5690bb72938 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 8 Feb 2026 12:59:48 +0100 Subject: [PATCH] Add MediaMTX (#1910) Co-authored-by: Shentoza Co-authored-by: nodiscc --- software/mediamtx.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/mediamtx.yml diff --git a/software/mediamtx.yml b/software/mediamtx.yml new file mode 100644 index 0000000000..b00d1c66de --- /dev/null +++ b/software/mediamtx.yml @@ -0,0 +1,12 @@ +name: MediaMTX +website_url: https://mediamtx.org +description: Ready-to-use, zero-dependency real-time media server and proxy to publish, read, record, playback and route video/audio streams over SRT, WebRTC, RTSP, RTMP, HLS, MPEG-TS, RTP. +licenses: + - MIT +platforms: + - Go + - Docker +tags: + - Media Streaming - Multimedia Streaming +source_code_url: https://github.com/bluenviron/mediamtx +related_software_url: https://mediamtx.org/docs/kickoff/introduction \ No newline at end of file