Retrieve recorded sessions
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the parent stream
Query Parameters
Flag indicating if the response should only include recorded sessions
Response
Duration of all the source segments, sec
Duration of all the transcoded segments, sec
Rate at which sourceBytes increases (bytes/second)
Rate at which transcodedBytes increases (bytes/second)
Timestamp (in milliseconds) at which stream object was created
Points to parent stream object
The ID of the project
Whether the stream should be recorded. Uses default settings. For more customization, create and configure an object store.
The status of the recording process of this stream session.
waiting
, ready
, failed
, deleted
, none
URL for accessing the recording of this stream session.
The URL for the stream session recording packaged in an MP4.
The playback ID to use with the Playback Info endpoint to retrieve playback URLs.
Was this page helpful?