Versions Compared

Key

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

...

  • Dual stream url:
    rtsp://<address>/<server-id>?device=<device-id>&width=320
    The width parameter is send to the server, the server determines the correct stream, based on the dual stream setting for the max panel width. No transcoding is performed.

  • Explicitly request first stream:
    rtsp://<address>/<server-id>?device=<device-id>&stream=1

  • Explicitly request the second stream:
    rtsp://<address>/<server-id>?device=<device-id>&stream=2

Transcoding

The supplied video can be transcoded. In that case the video will always be supplied in JPEG format, and can be adjusted for the required height, width, quality and bandwidth, if specified. This can be accomplished by combining the transcode (do or do not transcode), width (videowidth) and height videoheight) arguments within the URL.

...