Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Description

Example

uri

URL of the RTSP stream

rtsp://myserver.com/live/myStream

localStreamNameName to set to the stream capturedmyRTSPstream

status

Current status of the stream

PLAYING

RTSP stream repeatedly capturing with the same URI

/rtsp/startup query returns 409 Conflict while trying to repeatedly capture RTSP stream with the same URI. If the stream from the IP camera is already published on the server, it is necessary to subscribe to it.

Call flow

Below is the call flow when using the Player example

...