roc-toolkit
roc-toolkit copied to clipboard
Real-time audio streaming over the network.
## Problem We already allow to configure outgoing sender address using `roc_sender_set_outgoing_address()` function. Now we should also allow to configure outgoing port. Currently we always use zero port, which means...
I'm trying to build and install `roc-toolkit` on a 13" M1 MacBook Pro on macOS Monterey 12.4. Unfortunately, as I follow the wiki's instructions, I get the following error: ```bash...
_Last revised: Oct 2023_ _**Update:** The task is still relevant. Description is updated to address problems discussed in unfinished PR, linked below._ Currently unit tests for [ctl::ControlTaskQueue](https://github.com/roc-streaming/roc-toolkit/blob/develop/src/internal_modules/roc_ctl/control_task_queue.h) ([test_task_queue.cpp](https://github.com/roc-streaming/roc-toolkit/blob/develop/src/tests/roc_ctl/test_task_queue.cpp)) are partially...
Note an installed `libopenfec-devel` package is a requirement. This package builds without any problems on openSUSE 15.3 & 15.4. `_disable_source_fetch` is purposefully undefined to allow downloading the source tarball.
Hi, I am trying to build up the toolkit but faces "Can't make ltdl-2.4.6' error. I faces this issue while using "scons -Q --enable-pulseaudio-modules --build-3rdparty=openfec,pulseaudio". My OS version is ubuntu...
Sphinx documentation framework can be used to generate PDF/EPUB documentation from existing rst files This commit has a rearrangement of files to follow the template of sphinx documentation source/build directories....
Debian build directory contents, tested as valid for the latest pulseaudio release 15.0. Using the debian contents, building a set of packages should take these steps, run from repository root:...
Hi, I had added rpm spec file to build rpm packages based on the master branch on the [copr](https://copr.fedorainfracloud.org/coprs/mk9/roc-toolkit-dev/). As fedora switched to pipewire already I plan at a later...
Building `roc-toolkit` on aarch64 with `libunwind` triggers following error: ``` In file included from /usr/include/libunwind.h:7, from src/modules/roc_core/target_libunwind/roc_core/backtrace.cpp:10: /usr/include/libunwind-aarch64.h:198:17: error: expected identifier before numeric constant 198 | alignas(16) uint8_t __reserved[(66 *...
Hello, as mentionend and discussed [here](https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2331#note_1355158) and [here](https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2331#note_1355723) right now it is not possible for the pipewire module-roc-source to know if the roc link is active or not. Knowing the...