All Products
Search
Document Center

Object Storage Service:0044-00000407

Last Updated:Jul 21, 2023

Problem description

The number of M3U8 files in the specified master playlist file exceeds the upper limit that is allowed by the operation.

Causes

The master playlist file specified in the GetSignedPlaylist request contains more M3U8 files than the allowed range.

Examples

For example, you initiated the following request:

GET /private/playlist.m3u8?x-oss-process=hls/sign&OSSAccessKeyId=xxxxx&Expires=1470971863&Signature=*** HTTP/1.1
Date: GMT Date
Host: BucketName.oss.aliyuncs.com
x-oss-hls-sign-token: aFt87******

The error is returned if the number of M3U8 files in the master playlist file /private/playlist.m3u8 exceeds the upper limit.

Solutions

Make sure that the number of M3U8 files contained in the specified master playlist file does not exceed the upper limit. You can check the error message to obtain the allowed range of the number of M3U8 files.

References

Create HLS streams based on OSS