mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/sh -e
|
|
|
|
echo "$@" > /rtsp-simple-server.yml
|
|
|
|
exec /rtsp-simple-server
|