POST/jacktrip/startP2PMultipleClients
Start multiple JackTrip P2P Client Instances. This will send a response if the process is up & running.
Request
- application/json
Body
required
Default value: 16
Audio Bit Rate Resolutions. Possible values are 8 | 16 | 24 | 32
Default value: 2
Number of Input and output channels
Show debug information
Kills all jacktrip instances before startup
Default value: [object Object]
The local ports on which the Jacktrip instances are running
Default value: 4
Queue Buffer Length, in packet size
Default value: true
Enable realtime priority for networking threads
Default value: true
Boolean if we need to make default audio connections
Default value: 2
Numbers of channels received from network
Default value: 1
Packet Redundancy to avoid glitches with packet losses
Default value: 4464
The remote port
Default value: 2
Numbers of channels sent to network
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
A message with clear information what's going on.
The current running command on the host.
{
"message": "string",
"runningCommand": [
"string"
]
}