Skip to content

Stop Stream

ivs_stop_stream R Documentation

Disconnects the incoming RTMPS stream for the specified channel

Description

Disconnects the incoming RTMPS stream for the specified channel. Can be used in conjunction with delete_stream_key to prevent further streaming to a channel.

Many streaming client-software libraries automatically reconnect a dropped RTMPS session, so to stop the stream permanently, you may want to first revoke the streamKey attached to the channel.

Usage

ivs_stop_stream(channelArn)

Arguments

channelArn

[required] ARN of the channel for which the stream is to be stopped.

Value

An empty list.

Request syntax

svc$stop_stream(
  channelArn = "string"
)