http://www.test.com/test.flv?start=10
File Type | meta Information | start Parameter Description | Sample Request |
---|---|---|---|
MP4 | For a video on the origin server, the meta information must be located in the file header. Videos with meta information located at the file end are not supported | The start parameter specifies a time (in seconds) and uses decimal to specify a millisecond (for example, start = 1.01 means that the starting time is at 1.01s). CDN will locate the last key frame before the time specified by the start parameter (if start is not a key frame) | http://www.test.com/demo.mp4?start=10 The video will be played back starting from the 10th second |
FLV | The video on the origin server must have meta information | The start parameter specifies a byte. CDN will automatically locate the last key frame before the byte specified by the start parameter (if start is not a key frame) | http://www.test.com/demo.flv?start=10 The video will be played back starting from the 10th byte |
TS | No special requirements | The start parameter specifies a time (in seconds) and uses decimal to specify a millisecond (for example, start = 1.01 means that the starting time is at 1.01s). CDN will locate the last key frame before the time specified by the start parameter (if start is not a key frame) | http://www.test.com/demo.ts?start=10 The video will be played back starting from the 10th second |
Was this page helpful?