update
Update a stream. Uses PUT for full replacement, so all fields must be provided in the request body.
This method performs a full replacement (PUT), not a partial update (PATCH). Include all fields you want to keep in the request body.
Path parameters
id
Unique ID of the stream.
Request
url
RTMP or RTMPS URL. This must be the address of a server accepting incoming RTMP/RTMPS streams.
Response
id
Unique identifier for the stream.
url
RTMP or RTMPS URL. This must be the address of a server accepting incoming RTMP/RTMPS streams.
stream_type
The type of stream.
width
The stream's width in pixels.
height
The stream's height in pixels.
fps
The stream's frames per second.
created_at
Timestamp when the stream was created.
updated_at
Timestamp when the stream was last updated.
Response Example
Response