你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RtspSource Class

Definition

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
RtspSource

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