Linux command
pipewire-avb 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Start the AVB PipeWire daemon
pipewire-avb
Use a custom configuration file
pipewire-avb -c [path/to/pipewire-avb.conf]
Increase log verbosity
pipewire-avb -v
Show version information
pipewire-avb --version
说明
pipewire-avb is a PipeWire daemon launched with an AVB-tailored configuration. AVB (Audio Video Bridging) is a set of IEEE 802.1 standards (gPTP, FQTSS, MSRP, AVTP) that provide deterministic, low-latency, time-synchronised media streaming over standard Ethernet. It is widely used in pro-audio, automotive, and broadcast environments. The daemon loads the avb module to discover and announce AVB streams (talkers and listeners) on a chosen network interface, sets up a gPTP-driven media clock, and exposes streams as native PipeWire nodes. Standard PulseAudio, ALSA, and JACK clients can then send audio to or receive from AVB endpoints. The binary is typically a symlink to pipewire(1); the program selects its default configuration based on argv0.
参数
- -h, --help
- Show help text and exit.
- -v, --verbose
- Increase logging verbosity (may be repeated).
- --version
- Show version information and exit.
- -c _FILE_, --config=_FILE_
- Load the given configuration file (default pipewire-avb.conf).
- -P _PROPS_, --properties=_PROPS_
- Add JSON properties to the daemon context.
FAQ
What is the pipewire-avb command used for?
pipewire-avb is a PipeWire daemon launched with an AVB-tailored configuration. AVB (Audio Video Bridging) is a set of IEEE 802.1 standards (gPTP, FQTSS, MSRP, AVTP) that provide deterministic, low-latency, time-synchronised media streaming over standard Ethernet. It is widely used in pro-audio, automotive, and broadcast environments. The daemon loads the avb module to discover and announce AVB streams (talkers and listeners) on a chosen network interface, sets up a gPTP-driven media clock, and exposes streams as native PipeWire nodes. Standard PulseAudio, ALSA, and JACK clients can then send audio to or receive from AVB endpoints. The binary is typically a symlink to pipewire(1); the program selects its default configuration based on argv0.
How do I run a basic pipewire-avb example?
Run `pipewire-avb` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in pipewire-avb?
Show help text and exit.