Skip to content

Instantly share code, notes, and snippets.

@gak4u
Last active April 27, 2021 09:12
Show Gist options
  • Save gak4u/70292a8eb5ad1a17ea8220974d9fc66d to your computer and use it in GitHub Desktop.
Save gak4u/70292a8eb5ad1a17ea8220974d9fc66d to your computer and use it in GitHub Desktop.
{
"streams": [
{
"direction": "IN",
"input": {
"type": "SDI",
"port": 0
},
"output": {
"type": "UDP",
"host": "192.168.1.32",
"port": 23000
}
},
{
"direction": "IN",
"input": {
"type": "SDI",
"port": 1
},
"output": {
"type": "UDP",
"host": "192.168.1.32",
"port": 23001
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment