This plugin provides audio source from and output to VBAN, an audio over UDP protocol.
Streams will be identified by these two properties. If your computer is receiving multiple VBAN streams, please set them.
Set IP address or host name of your source. If empty, any sources can be received from.
Set name of your stream. If empty, any stream will be received.
Set IP address or host name of your destination.
Set name of your stream.
Choose the track number in OBS Studio to be streamed. This property is not available for filters.
Choose the sampling rate to stream. The default is same as OBS Studio so that no resample will happen. If you choose different sampling rate, a resampler will convert the sampling rate.
Choose the format of each sample. Available options are 16-bit and 24-bit integers and 32-bit floating point.
Use cmake to build on Linux. After checkout, run these commands.
sed -i 's;${CMAKE_INSTALL_FULL_LIBDIR};/usr/lib;' CMakeLists.txt
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
make
sudo make install
You might need to adjust CMAKE_INSTALL_LIBDIR
for your system.
Build flow is similar to that for Linux.