GoogleApi.YouTube.V3.Model.IngestionInfo (google_api_you_tube v0.54.0)

View Source

Describes information necessary for ingesting an RTMP, HTTP, or SRT stream.

Attributes

  • backupIngestionAddress (type: String.t, default: nil) - 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.
  • ingestionAddress (type: String.t, default: nil) - 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
  • rtmpsBackupIngestionAddress (type: String.t, default: nil) - This ingestion url may be used instead of backupIngestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
  • rtmpsIngestionAddress (type: String.t, default: nil) - This ingestion url may be used instead of ingestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
  • streamName (type: String.t, default: nil) - The stream name that YouTube assigns to the video stream.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.IngestionInfo{
  backupIngestionAddress: String.t() | nil,
  ingestionAddress: String.t() | nil,
  rtmpsBackupIngestionAddress: String.t() | nil,
  rtmpsIngestionAddress: String.t() | nil,
  streamName: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.