HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mux — Intercept and multiplex streams of input events. More information: <https://gitlab.com/interception/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmuxandcliinterceptinputstreamsmultiplex
linux

Problem

How to use the mux command: Intercept and multiplex streams of input events. More information: <https://gitlab.com/interception/linux/tools/-/tree/master#mux>.

Solution

mux — Intercept and multiplex streams of input events. More information: <https://gitlab.com/interception/linux/tools/-/tree/master#mux>.

Create a new muxer with a specified name:
mux -c {{muxer_name1 muxer_name2 ...}}


Set the muxer's internal queue size (default is 100):
mux -s {{size}}


Read input from a named muxer (can be repeated in "switch mode"):
mux -i {{input_muxer_name}}


Write output to a named muxer (can be repeated):
mux -o {{output_muxer_name}}

Code Snippets

Create a new muxer with a specified name

mux -c {{muxer_name1 muxer_name2 ...}}

Set the muxer's internal queue size (default is 100)

mux -s {{size}}

Read input from a named muxer (can be repeated in "switch mode")

mux -i {{input_muxer_name}}

Write output to a named muxer (can be repeated)

mux -o {{output_muxer_name}}

Context

tldr-pages: linux/mux

Revisions (0)

No revisions yet.