Seek Video Program to Specific Position

555

# Seek Video Program to Specific Position

Path:

/api/program/seekto

Method: POST

Content-type: application/json; charset=utf-8

API Description: This can be used to seek the video program to a specified position for playback.

Request

Name Type Example Description
seekTo int 5000 Specifies the position to seek to, in milliseconds.

Example

{"seekTo":50000}