From 5cc53c066807df6f4301e1b86ccca0844047f9c4 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:10:27 +0300 Subject: [PATCH] mediamtx: add page (#10577) --- pages/linux/mediamtx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/mediamtx.md diff --git a/pages/linux/mediamtx.md b/pages/linux/mediamtx.md new file mode 100644 index 000000000..d5c93521e --- /dev/null +++ b/pages/linux/mediamtx.md @@ -0,0 +1,16 @@ +# mediamtx + +> Real-time media server and proxy. +> More information: . + +- Run MediaMTX: + +`mediamtx` + +- Run MediaMTX with a custom config location: + +`mediamtx {{path/to/config}}.yml` + +- Start MediaMTX as a daemon: + +`systemctl start mediamtx`