Problem description
The number of Transport Streams (TS) files in the specified file exceeds the upper limit that is allowed by the operation.
Causes
The M3U8 file that is specified in the GetSignedPlaylist request contains more TS 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 TS files in the playlist file /private/playlist.m3u8 exceeds the upper limit.
Solutions
Make sure that the number of TS files contained in the specified playlist file does not exceed the upper limit. You can check the error message to obtain the allowed range of the number of TS files.