Sample response below including tuner (LocalIP is an IP address) and a storage engine (LocalIP includes port) [FD: this list was edited to change device ids and ip addresses, so it might not be completely valid]
Code: Select all
[
{
"DeviceID": "11111111",
"LocalIP": "10.0.1.10",
"BaseURL": "http://10.0.1.10:80",
"DiscoverURL": "http://10.0.1.10:80/discover.json",
"LineupURL": "http://10.0.1.10:80/lineup.json"
},
{
"StorageID": "11111111-1111-1111-1111-111111111111",
"LocalIP": "10.0.0.11:4999",
"BaseURL": "http://10.0.1.11:4999",
"DiscoverURL": "http://10.0.1.11:4999/discover.json",
"StorageURL": "http://10.0.1.11:4999/recorded_files.json"
}
]