Announcements
Package Protocol | Slice Format | Technical Principles | Supported Encoding Formats |
HLS - CMAF | CMAF | Combine the HLS protocol with the CMAF container, utilizing the fMP4 packaging format as a replacement for the traditional MPEG-TS. | Video encoding formats: H.264, H.265, AV1 |
| | | Audio encoding formats: AAC, MP3, OPUS |
DASH - ISO | M4S (ISO BMFF) | Based on the MPEG-DASH standard, the video stream is segmented into multiple short fragments, with each fragment independently encapsulated in the ISO BMFF format. | Video encoding formats: H.264, H.265, AV1 |
| | | Audio encoding formats: AAC, MP3, OPUS |
DASH - CMAF | CMAF | The DASH protocol is seamlessly integrated with the CMAF container, leveraging CMAF's chunked transfer mechanism to achieve low latency. | Video encoding formats: H.264, H.265, AV1 |
| | | Audio encoding formats: AAC, MP3, OPUS |
LL-HLS - TS | TS | The low-latency HLS solution continues to utilize the MPEG-TS encapsulation format, effectively reducing latency by shortening the segment duration and preloading segments. | Video encoding formats: H.264, H.265, AV1, H.266 |
| | | Audio encoding formats: AAC, MP3, OPUS |
LL-HLS - CMAF | CMAF | Low-latency HLS, combined with CMAF, achieves ultra-low latency through segmented encoding. | Video encoding formats: H.264, H.265, AV1 |
| | | Audio encoding formats: AAC, MP3, OPUS |
http(s)://${your_domain_name}/${path}/${streamname}.m3u8?txPackageType=hls-cmafhttp(s)://${your_domain_name}/${path}/${streamname}.mpd?txPackageType=dash-isohttp(s)://${your_domain_name}/${path}/${streamname}.mpd?txPackageType=dash-cmafhttp(s)://${your_domain_name}/${path}/${streamname}.m3u8?txPackageType=ll-hls-tshttp(s)://${your_domain_name}/${path}/${streamname}.m3u8?txPackageType=ll-hls-cmaf



Configuration Item | Required Item | Description |
AppName | Yes | Only supports letters, digits, and symbols.* serves as a wildcard. |
StreamName | Yes | Only supports letters, digits, and symbols.* serves as a wildcard. |
Package Protocol | Yes | Supports multiple selections; you may choose from the following options: HLS-CMAF DASH-ISO DASH-CMAF LL-HLS-TS LL-HLS-CMAF |
Number of Segments | Yes | The default value is 3, with an allowable range of integers from 3 to 5. |
Segment Duration | Yes | When the Package Protocol is set to HLS - CMAF, DASH - ISO, or DASH - CMAF, the default value for Segment Duration is 5, with an allowable range of integers from 1 to 10. It is recommended to configure this parameter as an integer multiple of the GOP value. |
| | When the Package Protocol is set to LL-HLS - TS or LL-HLS - CMAF, the default value is 1, with an allowable range of integers from 1 to 2. It is recommended to configure this parameter as an integer multiple of the GOP value. |
Part Segment Duration | Yes | Part Segment Duration must be configured only when selecting the LL-HLS - TS or LL-HLS - CMAF Package Protocol. The default value is 350, with an acceptable range of integers between 200 and 1000, measured in milliseconds (ms). It is recommended to set this value slightly greater than one-third of the segment duration. |








Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback