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.