RtspSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RTSP source allows for media from an RTSP camera or generic RTSP server to be ingested into a live pipeline.
public class RtspSource : Azure.Media.VideoAnalyzer.Edge.Models.SourceNodeBase
type RtspSource = class
inherit SourceNodeBase
Public Class RtspSource
Inherits SourceNodeBase
- Inheritance
Constructors
RtspSource(String, EndpointBase) |
Initializes a new instance of RtspSource. |
Properties
Endpoint |
RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers. |
Name |
Node name. Must be unique within the topology. (Inherited from SourceNodeBase) |
Transport |
Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages. |
Applies to
Azure SDK for .NET