EnglishFrenchSpanish

Ad


OnWorks favicon

jack_netsource - Online in the Cloud

Run jack_netsource in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command jack_netsource that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


jack_netsource - Netjack Master client for one slave

SYNOPSIS


jack_netsource [ -H hostname ] [ options ]

DESCRIPTION


jack_netsource The Master side of a netjack connection. Represents the slave jackd -dnet
in the master jack graph. Most connection parameters are configured via the netsource,
and the slave will set itself up according to the commandline option given to
jack_netsource.
Netjack allows low latency audio connections over general IP networks. When using celt for
compression, it is even possible to establish transatlantic links, with latencies not much
over the actual ping time.
But the main usecase is of course a LAN, where it can achieve one jack period of latency.

OPTIONS


-h this help text

-H slave host
Host name of the slave JACK

-o num channels
Number of audio playback channels

-i num channels
Number of audio capture channels

-O num channels
Number of midi playback channels

-I num channels
Number of midi capture channels

-n periods
Network latency in JACK periods

-p port
UDP port that the slave is listening on

-r reply port
UDP port that we are listening on

-B bind port
reply port, for use in NAT environments

-b bitdepth
Set transport to use 16bit or 8bit

-c bytes
Use CELT encoding with <bytes> per period and channel

-m mtu
Assume this mtu for the link

-R N
Redundancy: send out packets N times.

-e
skip host-to-network endianness conversion

-N jack name
Reports a different client name to jack

-s, --server servername
Connect to the jack server named servername

-h, --help
Display help/usage message

-v, --version
Output version information and exit

EXAMPLES


run a 4 audio channel bidirectional link with one period of latency and no midi channels.
Audio data is flowing uncompressed over the wire:
On hostA:

jackd -d alsa
jack_netsource -H hostB -n1 -i4 -o4 -I0 -O0

On hostB:

jackd -d net

Use jack_netsource online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad