woutd
woutd
Please report any bugs with the Constellix DNS API here.
Replaces gbooleans used for encoding/decoding status with mutexes to ensure all access to the participant encoder and decoder is thread-safe. Additionally, the reset status gboolean is now accessed atomically. Currently...
Today, Janus crashed with a segmentation fault. After checking logs and core file, I noticed it was a call to `opus_encoder_ctl` by the AudioBridge plugin which caused it. In `src/plugins/janus_audiobridge.c`...