HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mediamtx — Real-time media server and proxy. More information: <https://github.com/bluenviron/mediamtx>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
servercommandandmediamtxclirealtimemedia
linux

Problem

How to use the mediamtx command: Real-time media server and proxy. More information: <https://github.com/bluenviron/mediamtx>.

Solution

mediamtx — Real-time media server and proxy. More information: <https://github.com/bluenviron/mediamtx>.

Run MediaMTX:
mediamtx


Run MediaMTX with a custom configuration location:
mediamtx {{path/to/config.yml}}


Start MediaMTX as a daemon:
systemctl start mediamtx

Code Snippets

Run MediaMTX

mediamtx

Run MediaMTX with a custom configuration location

mediamtx {{path/to/config.yml}}

Start MediaMTX as a daemon

systemctl start mediamtx

Context

tldr-pages: linux/mediamtx

Revisions (0)

No revisions yet.