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 |
---|---|---|---|
| String | Immutable | Identifies the stream. |
| String | Required | The network address (IP or FQDN) to stream to. |
| Integer | Required | The network port (0–65535) to stream to. |
| String | Optional | Name of the user who started the stream. |
| String | Optional | Video with which the stream is associated. |
| String | Optional | Optional state (“playing” or “paused”), defaults to “playing”. |
| Array of strings | Optional | Optional list of objects for multiple destinations. List contains “trackId”, “address”, and “port”. |