You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::M3u8Settings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing M3u8Settings as input to an Aws::Client method, you can use a vanilla Hash:

{
  audio_frames_per_pes: 1,
  audio_pids: "__string",
  ecm_pid: "__string",
  nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
  pat_interval: 1,
  pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
  pcr_period: 1,
  pcr_pid: "__string",
  pmt_interval: 1,
  pmt_pid: "__string",
  program_num: 1,
  scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
  scte_35_pid: "__string",
  timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
  timed_metadata_pid: "__string",
  transport_stream_id: 1,
  video_pid: "__string",
}

Settings information for the .m3u8 container

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#audio_frames_per_pesInteger

The number of audio frames to insert for each PES packet.

Returns:

  • (Integer)

    The number of audio frames to insert for each PES packet.

#audio_pidsString

Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values.

Returns:

  • (String)

    Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.

#ecm_pidString

This parameter is unused and deprecated.

Returns:

  • (String)

    This parameter is unused and deprecated.

#nielsen_id_3_behaviorString

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Possible values:

  • NO_PASSTHROUGH
  • PASSTHROUGH

Returns:

  • (String)

    If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

#pat_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. A value of \\"0\\" writes out the PMT once per segment file.

Returns:

  • (Integer)

    The number of milliseconds between instances of this table in the output transport stream.

#pcr_controlString

When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

Possible values:

  • CONFIGURED_PCR_PERIOD
  • PCR_EVERY_PES_PACKET

Returns:

  • (String)

    When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.

#pcr_periodInteger

Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.

Returns:

  • (Integer)

    Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream.

#pcr_pidString

Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)

    Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.

#pmt_intervalInteger

The number of milliseconds between instances of this table in the output transport stream. A value of \\"0\\" writes out the PMT once per segment file.

Returns:

  • (Integer)

    The number of milliseconds between instances of this table in the output transport stream.

#pmt_pidString

Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)

    Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.

#program_numInteger

The value of the program number field in the Program Map Table.

Returns:

  • (Integer)

    The value of the program number field in the Program Map Table.

#scte_35_behaviorString

If set to passthrough, passes any SCTE-35 signals from the input source to this output.

Possible values:

  • NO_PASSTHROUGH
  • PASSTHROUGH

Returns:

  • (String)

    If set to passthrough, passes any SCTE-35 signals from the input source to this output.

#scte_35_pidString

Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)

    Packet Identifier (PID) of the SCTE-35 stream in the transport stream.

#timed_metadata_behaviorString

When set to passthrough, timed metadata is passed through from input to output.

Possible values:

  • NO_PASSTHROUGH
  • PASSTHROUGH

Returns:

  • (String)

    When set to passthrough, timed metadata is passed through from input to output.

#timed_metadata_pidString

Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).

Returns:

  • (String)

    Packet Identifier (PID) of the timed metadata stream in the transport stream.

#transport_stream_idInteger

The value of the transport stream ID field in the Program Map Table.

Returns:

  • (Integer)

    The value of the transport stream ID field in the Program Map Table.

#video_pidString

Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.

Returns:

  • (String)

    Packet Identifier (PID) of the elementary video stream in the transport stream.