API URL Structure
GET http://{host}/api/4.0/receivers/.json
GET http://{host}/api/4.0/receivers/{receiver_uuid}/.json
Retrieve list/single of available system receivers and their associated network configuration.
Returned data structure
{
"Receiver": {
"receiver_uuid": "9af52a6f-6b25-4e0b-ad40-860c42aab8d7",
"receiver_label": "LEE_ICE_CH16-256",
"channel_uuid": "1b3cc4c7-7800-4857-9bcb-b25777771257",
"channel_label": "LEE_ICE_CH16",
"enabled": true,
"sdp_file": null,
"stream_type": "MPEG-TS/Video",
"program_number": 1,
"network": [
{
"multicast_ip": "239.10.10.25",
"interface_ip": "192.168.10.212",
"source_ip": "0.0.0.0",
"multicast_port": 2000
},
{
"multicast_ip": "0.0.0.0",
"interface_ip": null,
"source_ip": "0.0.0.0",
"multicast_port": 0
}
]
}
}
DataFields
Field | Type | Description |
Receiver:channel_uuid | UUID | Parent channel identifier |
Receiver:receiver_uuid | UUID | Receiver essence identifier |
Receiver:stream_type | Enum:String | Receiver type out of 21110-10/21110-20/21110-30 |
Receiver:sdp_file | String | The sender SDP file data |
Receiver:network:interface_ip | IP | Interface IP from which the stream would be joined |
Receiver:network:multicast_ip | IP | Source stream multicast address |
Receiver:network:multicast_port | Port | Source stream multicast port |
Receiver:network:source_ip | IP | Optional, Source IP address for SSM based IGMP |