VideoPublishingOptions.DisableRtspPublishing Property
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.
Gets or sets when set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
[Newtonsoft.Json.JsonProperty(PropertyName="disableRtspPublishing")]
public string DisableRtspPublishing { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableRtspPublishing")>]
member this.DisableRtspPublishing : string with get, set
Public Property DisableRtspPublishing As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET