# HLS over TS

Below are the parameters accessed in the **HLS over TS** output:

## General

| Parameter | Description |
| --- | --- |
| Output name | Output name. The name you want to use for the output. |
| Naming scheme | Timeline |

## HLS

### Playlist

| Parameter | Description |
| --- | --- |
| Name | Name of the manifest/playlist generated for the current output. Default value is index (for HLS) or manifest (for DASH). If a filtering has been applied to the manifest/playlist, it is recommended to use a name that clearly identifies the defined filtering. <br>**Important:** The manifest name must be unique and different from any other manifest name. |

#### Filtering - Stream characteristics

| Parameter | Description |
| --- | --- |
| Audio streams filter | Build a filter to select the audio streams that will be included in manifest/playlist.<br>Applicable filters: bitrate in kbps and Language |
| Video streams filter | Build a filter to select the video streams that will be included in manifest/playlist.<br>Applicable filters: bitrate in kbps, codec (H.264 or HEVC) and No video |
| Subtitle streams filter | Build a filter to select the subtitle streams that will be included in manifest/playlist.<br>Applicable filters: bitrate in kbps and Language |
| Thumbnail streams filter | Build a filter to select the thumbnail streams that will be included in manifest/playlist.<br>Applicable filters: width and height in pixels |

#### Filtering - Bitrate

#### Filtering - Stream index

| Parameter | Description |
| --- | --- |
| Indexes | Range or comma separated list of stream indexes, based on the stream position in the input.<br>Index of the first stream is '0'. |

## Delivery

### General parameters

| Parameter | Description |
| --- | --- |
| Access URL | Portion of the complete access URL that defines the service. <br>Prefer URI unreserved characters (alphanumerical characters plus (, ), -, \_, .). Declaring a subpath (a/b) is possible but may impact performance.<br>Example: `https://[Server IP or FQDN]/packaging/[Output Access URL]/[Live Packaging Service Access URL]/[index.m3u8 OR manifest OR manifest.mpd]` |
