Skip to main content

Tag_stream

tag_stream

This request allows you to set a specific tag on a stream. They are not in any way related to session tags. A stream tag can be used to automatically start pushes or triggers depending on the tag. Which allows you to set up different workflows for streams in the same wildcard group. For example only adding recording for "some" of the current live streams.

The request looks like this:

{
"tag_stream": {
"STREAMNAME":"TAG",
// OR
"STREAMNAME":["TAG1","TAG2","TAG3"]
// More than 1 stream may be tagged simultaneously.
// The above two styles may be mixed within the same call.
}
}

There is no response to this call