class Aws::MediaLive::Types::M3u8Settings
Settings information for the .m3u8 container
@note When making an API call, you may pass M3u8Settings
data as a 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", }
@!attribute [rw] audio_frames_per_pes
The number of audio frames to insert for each PES packet. @return [Integer]
@!attribute [rw] audio_pids
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. @return [String]
@!attribute [rw] ecm_pid
This parameter is unused and deprecated. @return [String]
@!attribute [rw] nielsen_id_3_behavior
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. @return [String]
@!attribute [rw] pat_interval
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. @return [Integer]
@!attribute [rw] pcr_control
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. @return [String]
@!attribute [rw] pcr_period
Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream. @return [Integer]
@!attribute [rw] pcr_pid
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. @return [String]
@!attribute [rw] pmt_interval
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. @return [Integer]
@!attribute [rw] pmt_pid
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value. @return [String]
@!attribute [rw] program_num
The value of the program number field in the Program Map Table. @return [Integer]
@!attribute [rw] scte_35_behavior
If set to passthrough, passes any SCTE-35 signals from the input source to this output. @return [String]
@!attribute [rw] scte_35_pid
Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value. @return [String]
@!attribute [rw] timed_metadata_behavior
When set to passthrough, timed metadata is passed through from input to output. @return [String]
@!attribute [rw] timed_metadata_pid
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). @return [String]
@!attribute [rw] transport_stream_id
The value of the transport stream ID field in the Program Map Table. @return [Integer]
@!attribute [rw] video_pid
Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/M3u8Settings AWS API Documentation
Constants
- SENSITIVE