Skip to main content

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

ActionDescription

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

ParameterDefaultDescription/Values
port
554

TCP port on which to listen for rtsp clients.

Examples

# rtsp get all

Returns rtsp configuration information for the encoder:

Configuration:
  TCP Port              : 554
  Keepalive Idletime    : 7,200 secs
  Keepalive Interval    : 1 secs
  Keepalive Probes      : 5
Statistics:
  State                 : LISTENING
# rtsp set port=10554

Sets the rtsp port to 10554 and provides the following confirmation.

RTSP configured successfully.



Related Topics

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.