Last active
April 27, 2021 09:12
-
-
Save gak4u/70292a8eb5ad1a17ea8220974d9fc66d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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