Skip to main content

Stream Resources

Synopsis

HMP videos may be re-streamed to a multicast or unicast address in order to play streams back using hardware decoders or software tools, e.g., for large scale viewing. 

The streams API is used to get information about streams as well as control (i.e., play, pause, stop, and seek) the re-streamed video.

Stream Parameters

Property

JSON Type

Property Type

Description

id

String

Immutable

Identifies the stream.

address

String

Required

The network address (IP or FQDN) to stream to.

port

Integer

Required

The network port (0–65535) to stream to.

username

String

Optional

Name of the user who started the stream.

asset

String

Optional

Video with which the stream is associated.

state

String

Optional

Optional state (“playing” or “paused”), defaults to “playing”.

destinations

Array of strings

Optional

Optional list of objects for multiple destinations. List contains “trackId”, “address”, and “port”.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.