Stream details

Get the details and the current status of a stream.

Endpoint

https://www.pushrcdn.com/api/v3/streams/details

Methods

GET

Parameters

FieldTypeDescription
idintegerId of the stream

Headers 

FieldTypeDescription
APIKEYstringYour account API key

Example: Get details about stream #2064

curl -H "Accept: application/json" \
     -H "Content-Type: application/json" \
     -H "APIKEY: c45ed960ac1c3d12c1d570a869je2c9c473003cb" \
     -X GET "https://www.pushrcdn.com/api/v3/streams/details?id=2064" 

Response

The JSON object stream is returned, including all details of the stream

{
  "stream": [
    {
      "id": "2029",
      "zone_id": "1235",
      "stream_created_epoch": "1615808193",
      "stream_name": "CRYPTOLIVE",
      "stream_input_type": "RTMP",
      "remux": "0",
      "360p": "0",
      "480p": "1",
      "576p": "0",
      "720p": "1",
      "1080p": "1",
      "stream_hourly_price": "0.180",
      "stream_billed_hours": "1",
      "dvr": "0",
      "rtmp_key": "2029?auth=38e54d083571fr5542f732b53c9331f6",
      "rtmp_server": "trn_g0001.r-cdn.com/live",
      "hls_link": "https://hls7561235.r-cdn.com/trn_g0001/2029/playlist.m3u8",
      "player_link": "https://live.r-cdn.com/756/CRYPTOLIVE/play",
      "status" : "live"
    }
  ]
}