Skip to main content

Untag_stream

untag_stream

This request allows you to remove 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:

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

There is no response to this call