Problem description
The master playlist file specified in the request contain both M3U8 files and Transport Streams (TS) files.
Causes
The master playlist file specified in the GetSignedPlaylist request contains both M3U8 files and TS files.
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******If the master playlist file /private/playlist.m3u8 contains both M3U8 files and TS files, the error is returned.
Solutions
Make sure that the master playlist file contains only TS files or only M3U8 files.