mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-09 19:11:09 +00:00
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
rtsp_port="$(snapctl get rtsp-port)"
|
|
echo "rtsp_port:$rtsp_port"
|