Launch Media Pipeline
RTMP Pipelines
Launch Media Pipeline (Get RTMP Channel)
Get RTMP channel info by channel_id.
GET
Launch Media Pipeline
Description
This endpoint retrieves information about a specific RTMP channel using its channel_id. Use this as part of the RTMP streaming workflow to check the status or details of your RTMP channel. See the Quickstart guide for more information.Authentication
This endpoint requires an API Key.Include your API key in the
x-api-key header:
Request
- Method: GET
- Endpoint:
/v1/rtmp_channel/{channel_id} - Path Parameter:
channel_id(string, required): Channel ID
Response
- Status: 200 OK
- Content-Type:
application/json