RtspSource type

RTSP source allows for media from an RTSP camera or generic RTSP server to be ingested into a pipeline.

type RtspSource = SourceNodeBase & {
  endpoint: EndpointBaseUnion
  transport?: RtspTransport
  type: "#Microsoft.VideoAnalyzer.RtspSource"
}