Alex Andres

Results 59 comments of Alex Andres

I dont know how I missed that one, but it's implemented and documented.

You can achieve this with the following options: - [Disabling OS Audio Devices in the Pipeline](https://jrtc.dev/#/guide/audio_devices?id=disabling-audio) - [Same as above but enables access to the audio streams](https://jrtc.dev/#/guide/headless_audio_device_module)

Quite a bit late but added this in the PR #205

ARM64 (Linux, macOS, Windows) support is possible by compiling this library for the corresponding OS. One can try that. I can't test arm64 devices here.

Except, of course, I could try Qemu with arm64 compiled binaries. Can't promise this will happen soon as my time is finite with this project. Help is appreciated.

This seems to be related to the missing H.264 video codec support at that time. This is fixed now. Closing the issue. Please re-open if this is till an issue.

Hi @zibet27, thanks for the report. I have to check this on my mac mini and will report back.

Thanks for the report! I see that you are using the OpenJDK Runtime Environment (8.0_432-b06), which is quite outdated. Unfortunately, I can't reproduce the issue on AlmaLinux 8 using newer...

Duplicate of #118. You are not alone running into this issue. The problem here is that you are using the `CustomAudioSource` from multiple threads and then you are running into...