Class IngestionInfo
Describes information necessary for ingesting an RTMP, HTTP, or SRT stream.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class IngestionInfo : IDirectResponseSchema
Properties
BackupIngestionAddress
The backup ingestion URL that you should use to stream video to YouTube. You have the option of simultaneously streaming the content that you are sending to the ingestionAddress to this URL.
Declaration
[JsonProperty("backupIngestionAddress")]
public virtual string BackupIngestionAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IngestionAddress
The primary ingestion URL that you should use to stream video to YouTube. You must stream video to this URL. Depending on which application or tool you use to encode your video stream, you may need to enter the stream URL and stream name separately or you may need to concatenate them in the following format: STREAM_URL/STREAM_NAME
Declaration
[JsonProperty("ingestionAddress")]
public virtual string IngestionAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
RtmpsBackupIngestionAddress
This ingestion url may be used instead of backupIngestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
Declaration
[JsonProperty("rtmpsBackupIngestionAddress")]
public virtual string RtmpsBackupIngestionAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
RtmpsIngestionAddress
This ingestion url may be used instead of ingestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
Declaration
[JsonProperty("rtmpsIngestionAddress")]
public virtual string RtmpsIngestionAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
StreamName
The stream name that YouTube assigns to the video stream.
Declaration
[JsonProperty("streamName")]
public virtual string StreamName { get; set; }
Property Value
Type | Description |
---|---|
string |