mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-31 11:41:59 +00:00
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh -e
|
|
|
|
exec ffmpeg -hide_banner -loglevel error $@ 2>&1
|