All Products
Search
Document Center

Object Storage Service:0044-00000404

Last Updated:Jul 21, 2023

Problem description

The size of the specified file in the request exceeds the limit.

Causes

You initiate a GetSignedPlaylist request to obtain the URL of an M3U8 file in which each TS segment is signed, but the file that you specify in the request exceeds the limit in size.

Examples

For example, you initiate 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 size of the /private/playlist.m3u8 file that is specified in the request exceeds the limit. As a result, an error is returned.

Solutions

Make sure that the size of the /private/playlist.m3u8 file that is specified in the request is within the limit. You can obtain the information about the allowed size range for the file by checking the returned error message.

References

Create HLS streams based on OSS