Hey folks!
Is it possible to PULL from a source in Discovery Server?
Scenario:
vMix running on Windows (192.168.1.101), with Access Manager configured to use Discovery Server (192.168.1.100)
vMix running on Windows (192.168.1.102), with Access Manager configured to use Discovery Server (192.168.1.100)
With the current scenario, both Windows machines can see all NDI outputs from vMix from both machines - this is working as expected.
New Scenario:
FFMPEG encoder running on Linux (192.168.1.103), with no Access Manager (coming soon, it seems) and no option to use a Discovery Server
With the new scenario, is it possible to have the Discover Server (192.168.1.100) PULL from an NDI source (192.168.1.103) so that the two Windows machines can see the NDI sources from the one Linux machine via the Discovery Server?
I stumbled upon the config file:
Code:
{
"ndi": {
"groups": {
"recv": "\"public\"",
"send": "\"public\""
},
"multicast": {
"recv": {
"enable": false,
"subnets": ""
},
"send": {
"enable": false,
"netmask": "255.255.255.0",
"netprefix": "239.192.136.100"
}
},
"networks": {
"discovery": "127.0.0.1",
"ips": ""
},
"tcp": {
"recv": {
"enable": false
},
"send": {
"enable": false
}
},
"unicast": {
"recv": {
"enable": false
},
"send": {
"enable": false
}
}
}
}
I'm curious if that config can be modified to allow what I'm looking for?
Bookmarks