Class IngestionInfo
Describes information necessary for ingesting an RTMP or an HTTP stream.
Inheritance
System.Object
IngestionInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |
StreamName
The HTTP or RTMP stream name that YouTube assigns to the video stream.
Declaration
[JsonProperty("streamName")]
public virtual string StreamName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |