Fields for Custom Blive Ingest Profiles

This topic provides a reference for the fields used in Blive ingest profiles.

Blive Rendition Fields

Blive Fields Type Description
outputs.video.label String Label for the video output (e.g., "1080p").
outputs.video.height Integer Video height for the output.
outputs.video.width Integer Video width for the output.
outputs.video.bitrate Integer Bitrate for the video output.
outputs.video.codec String Codec for the video output. Only H264 codec supported at the moment.
outputs.video.codec_options.profile String Codec profile for the video output.
outputs.video.codec_options.level String Codec level for the video output.
outputs.video.framerate String Keyframe rate for the video output (e.g., 0.5 or 1).
outputs.video.sample_aspect_ratio String Sample aspect ratio for the video output, default value is 1:1.
outputs.video.decoder_buffer_size Integer Decoder buffer size for the video output.
outputs.video.max_bitrate Integer Maximum bitrate for the video output.
outputs.video.num_b_frames Integer Number of B-frames.
outputs.video.num_reference_frames Integer Number of reference frames.
outputs.video.keyframe_rate Float Key frame rate/IDR interval.
outputs.video.rate_control_mode String Bitrate control mode (CBR/VBR).
outputs.video.keyframe_rate_units String This will be identified in Blive based on keyframe_rate.
outputs.audio.label String Label for the audio output.
outputs.audio.input_selector_name String Input selector name for the audio output - Needed for multi-audio.
outputs.audio.language_code String Language code for the audio output, uses three-letter language code.
outputs.audio.codec String Codec for the audio output.
outputs.audio.bitrate Integer Bitrate for the audio output.
outputs.audio.sample_rate Integer Sample rate for the audio output.

Manifest Fields

Blive Fields Type Description
manifest.name String Name of the playlist manifest, default value is playlist.
manifest.hls.startover_window_seconds Integer HLS start-over window duration in seconds.
manifest.dvr.playlist_window_seconds Integer DVR playlist window duration in seconds.
manifest.dash Object type parameter enables DASH playback.
manifest.segment_duration_seconds Integer Segment duration in seconds.
manifest.playlist_window_seconds Integer Playlist window duration in seconds.
manifest.segment_container_format String Segment container format (CMAF or TS), default value is CMAF.
manifest.low_latency Enables low latency for HLS playbacks when defined.
manifest.playlist_groups.name String Custom playlist name.
manifest.playlist_groups.video_height.min Integer Custom playlist filter by minimum height.
manifest.playlist_groups.video_height.max Integer Custom playlist filter by maximum height.