Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/responses/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Used as a response for [`defineStreamHandler`](../requests/defineStreamHandler.m

- ``description`` - _optional_ - string, description of the stream (previously `stream.title`)

- ``tags`` - _optional_ - array of objects, (expample value: `[{ name: "size", value: "500MB" }, { name: "price", value: "2.48 EUR" }]`)

- ``subtitles`` - _optional_ - array of [``Subtitle objects``](./subtitles.md) representing subtitles for this stream

- ``sources`` - _optional_ - array of strings, represents a list of torrent tracker URLs and DHT network nodes. This attribute can be used to provide additional peer discovery options when `infoHash` is also specified, but it is not required. If used, each element can be a tracker URL (`tracker:<protocol>://<host>:<port>`) where `<protocol>` can be either `http` or `udp`. A DHT node (`dht:<node_id/info_hash>`) can also be included.
Expand Down