Skip to main content

POST 

/startJackWithJacktripP2PMultipleClients

Starts a jack process on the machine, then, starts multiple Jacktrip P2P clients.

Request

Body

required

    jack

    object

    required

    device string

    This is the device name, if empty this defaults the default soundcard

    inputChannels number

    Default value: 2

    These are the numbers of input channels

    outputChannels number

    Default value: 2

    These are the numbers of output channels

    sampleRate number

    Default value: 48000

    The samplerate 22050 | 32000 | 44100 | 48000 | 88200 | 96000 | 192000

    bufferSize number

    Default value: 256

    The buffersize (frames/period) 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096

    periods number

    Default value: 2

    The periods/buffer

    killAllProcessesBeforeStart boolean

    Default value: true

    Kills all jack and jacktrip instances before startup

    jacktrip

    object

    required

    bitRate number

    Default value: 16

    Audio Bit Rate Resolutions. Possible values are 8 | 16 | 24 | 32

    channels number

    Default value: 2

    Number of Input and output channels

    debug boolean

    Show debug information

    killAllJacktripBeforeStart boolean

    Kills all jacktrip instances before startup

    clients string[]

    Default value: [object Object]

    The local ports on which the Jacktrip instances are running

    queueBuffer number

    Default value: 4

    Queue Buffer Length, in packet size

    realtimePriority boolean

    Default value: true

    Enable realtime priority for networking threads

    connectDefaultAudioPorts boolean

    Default value: true

    Boolean if we need to make default audio connections

    receiveChannels number

    Default value: 2

    Numbers of channels received from network

    redundancy number

    Default value: 1

    Packet Redundancy to avoid glitches with packet losses

    remotePort number

    Default value: 4464

    The remote port

    sendChannels number

    Default value: 2

    Numbers of channels sent to network

Responses

Schema

    message stringrequired

    A message with clear information what's going on.

    runningCommand string[]required

    The current running command on the host.

Loading...