mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 22:41:36 +00:00
22 lines
379 B
Plaintext
22 lines
379 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|