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

Class: Aws::MediaConvert::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: [1],
  nielsen_id_3: "INSERT", # accepts INSERT, NONE
  pat_interval: 1,
  pcr_control: "PCR_EVERY_PES_PACKET", # accepts PCR_EVERY_PES_PACKET, CONFIGURED_PCR_PERIOD
  pcr_pid: 1,
  pmt_interval: 1,
  pmt_pid: 1,
  private_metadata_pid: 1,
  program_number: 1,
  scte_35_pid: 1,
  scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
  timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
  timed_metadata_pid: 1,
  transport_stream_id: 1,
  video_pid: 1,
}

Settings for TS segments in HLS

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_pidsArray<Integer>

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.

Returns:

  • (Array<Integer>)

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

#nielsen_id_3String

If INSERT, 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:

  • INSERT
  • NONE

Returns:

  • (String)

    If INSERT, 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.

Returns:

  • (Integer)

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

#pcr_controlString

When set to PCR_EVERY_PES_PACKET 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:

  • PCR_EVERY_PES_PACKET
  • CONFIGURED_PCR_PERIOD

Returns:

  • (String)

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

#pcr_pidInteger

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.

Returns:

  • (Integer)

    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.

Returns:

  • (Integer)

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

#pmt_pidInteger

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

Returns:

  • (Integer)

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

#private_metadata_pidInteger

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

Returns:

  • (Integer)

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

#program_numberInteger

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_pidInteger

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

Returns:

  • (Integer)

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

#scte_35_sourceString

For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don\'t want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you don\'t want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).

Possible values:

  • PASSTHROUGH
  • NONE

Returns:

  • (String)

    For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output.

#timed_metadataString

Applies only to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.

Possible values:

  • PASSTHROUGH
  • NONE

Returns:

  • (String)

    Applies only to HLS outputs.

#timed_metadata_pidInteger

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

Returns:

  • (Integer)

    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_pidInteger

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

Returns:

  • (Integer)

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