rtsp
The rtsp
command is used to manage rtsp settings.
Synopsis
rtsp start rtsp stop rtsp set parameter=value [parameter=value...] rtsp get [config, stats, all] |
Actions
Action | Description |
---|---|
start | Starts listening for rtsp clients. |
stop | Stops rtsp, disconnecting clients. |
set | Configures rtsp settings. See Parameters below. |
get | Displays rtsp information. You can specify to display the configuration (config), stats, or all. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
port | 554 | TCP port on which to listen for rtsp clients. |
Examples
# rtsp get all Returns rtsp configuration information for the encoder: Configuration: |
# rtsp set port=10554 Sets the rtsp port to 10554 and provides the following confirmation. RTSP configured successfully. |
Related Topics