Problem description
The GetVodPlaylist request failed because the LiveChannel name is invalid.
Causes
The LiveChannel name in the request does not meet the naming requirements. For example, the name contains a forward slash (/), which is not allowed in LiveChannel names.
Examples
The following request triggers this error:
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 channel name /test/channel contains forward slashes, which causes the request to fail.
Solutions
Make sure that you specify an existing LiveChannel with a valid name. Remove forward slashes and any other disallowed characters from the LiveChannel name, then resubmit the request.
For LiveChannel naming requirements, see Create HLS streams based on OSS.