All Products
Search
Document Center

Object Storage Service:0044-00000409

Last Updated:Jul 21, 2023

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.

References

Create HLS streams based on OSS