Stop a live stream
PUT {{baseUrl}}/live_streams/:id/stop
After viewing the live stream on the hosted page, stop the stream. Make sure you stop both the video source and the stream in Wowza Video. If you forget to stop the stream in Wowza Video with a paid subscription, you'll continue to accrue charges until the idle timeout is hit (20 minutes of no video, by default).
ACTION Click Send. This request stops the stream in Wowza Video. |
---|
Congrats on your first live stream!
You've learned how to:
* Configure a basic live stream.
* Set up and use a hosted web page you can give to your viewers.
Below is additional information about the GET Fetch a live stream
request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"live_stream":{"state":"stopped"}}