Haivision Media Platform

Jump to a Point in a Stream

This request jumps to a particular point in the stream specified by a time in seconds.

Authorizations: Recordings - STREAM

Requests

POST /apis/streams/:streamId/seek
{
  "time": 60.5
}

Response

Success

{
  "data": {
    "time": 60.5
  }
}

Error

Code

Payload

Description

400

{"code":"010001", "name":"InputValidationFailed",
"message":"<message>", "httpStatusCode":400}

Invalid input.

404

{"code":"040003","name":"StreamNotFound",
"message":"Stream not found", "httpStatusCode":404}

A stream with UUID streamId was not found.