Last update:2025-05-28 15:17:10
When watching videos, users typically want to view only the highlights or resume playback from where they last paused. Most video websites improve user experience by allowing users to seek any position via the video player interface. To meet this requirement, CDNetworks provides the video seeking feature, enabling users to seek any desired start position by dragging the player progress bar without restarting the video from the beginning.
![[ Product Maintenance ] Cloud Security Product Maintenance Announcement](https://documents.cdnetworks.com/wcs/draft/help_doc/en_us/15916/38116/1748416264711_image.png)
| Parameter | Description |
|---|---|
| File Type | Supports FLV and MP4 formats, including: - ALL: Supports both MP4 and FLV files.> Note: The file suffix does not need to match the actual format; for example, H.264-encoded FLV or MP4 files with f4v or m4v suffixes are also supported for seeking. - MP4: Only MP4 files are supported, and the file suffix must match the format.- FLV: Only FLV files are supported, and the file suffix must match the format. |
| MP4 Dragging Mode/FLV Dragging Mode | The seeking methods include: - Time-based seeking: Seek by time offset. - Byte-based seeking: Seek by byte offset. Regardless of the method, the video file must contain keyframes. For MP4 files, time-based seeking is recommended. For FLV files, byte-based seeking is recommended. |
| Dragging start identifier | The character in the URL that indicates the start position for seeking, with a default value of start.> Note: The marker must be placed after the question mark in the URL. |
| Dragging end identifier | The character in the URL that indicates the end position for seeking, with a default value of end.> Note: The marker must be placed after the question mark in the URL. |
| Processing of range requests | Configures whether the seeking feature is enabled when the request header contains a range parameter. - Ignore seeking: If the request header has a range parameter, the seeking feature is disabled. - Ignore Range: Ignore the range parameter and return the file specified for seeking. |
Note: After the configuration takes effect, please verify that the video seek functionality is available in your actual business scenario.