mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh -e
|
|
|
|
exec ffmpeg -hide_banner -loglevel error $@ 2>&1
|