Problem description
The specified LiveChannel name in the GetVodPlaylist request is invalid.
Causes
The name of the LiveChannel specified in the GetVodPlaylist request does not meet the requirements. For example, the name of the LiveChannel contains a disallowed forward slash (/
) character.
Examples
For example, you initiate the following request:
GET /test/channel?vod&endTime=1472020226&startTime=1472020031 HTTP/1.1
Date: Thu, 25 Aug 2016 07:13:26 GMT
Host: test-bucket.oss-cn-hangzhou.aliyuncs.com
Authorization: OSS qn6q**************:77Dv****************
The error is returned for the preceding request because /test/channel
contains disallowed forward slash (/
) characters.
Solutions
Make sure that you specify an existing LiveChannel in the request.