• Takes an RTSP video URL and streams it in a video element. By default this will open the TCP relay websocket on the same hostname as COGS is running, but can be configured by passing in custom websocket details.

    Parameters

    • __namedParameters: RtspVideoProps & ClassAttributes<HTMLVideoElement> & VideoHTMLAttributes<
          HTMLVideoElement,
      >

    Returns ReactNode