-
I've been trying to adapt the [Janus Example](https://github.com/aiortc/aiortc/tree/main/examples/janus) to work with the [Audiobridge Plugin](https://janus.conf.meetecho.com/docs/audiobridge), and ha…
-
When using the advanced example VoIP, I encountered following deviations from the RFCs 3261 (SIP) and RFC4566 (SDP):
1. space between SIP-Version and CRLF
In some cases, the request-line sent from…
-
Hello,
I started testing voip_patrol, and I would like to:
- Register
- Wait for call
- Answer
- Start Media
- Put the call on hold with `sendonly` (INVITE)
- Receive 200 OK with `recvonly`…
-
Hi,
I'm trying to add new features to use with LSTM, after reading the [documentation](https://parser.yzhang.site/en/latest/index.html) and looking at the code, I've tried to replicate it looking a…
-
Hi,
I am trying to load a BERT model trained with SuPar but I am not able to do it because it tries to download it from HugginFace and gives an error.
First I train a model using a HugginFace id…
-
Simulcast supports sending inactive layer through addTransceiver method.
```
[
{ rid: 'h', active: false, maxBitrate: bitrates.high },
....................
]
```
This is translated t…
-
Hello! I've been working with aiortc a lot lately. Thank you for your project, @jlaine!
## The Problem
When I try to record video with server example i get the following output:
```
======== Run…
-
Community partners, can you help me look at this problem
version:webrtc-java-0.6.0.zip
Maven output
[INFO]
[INFO] --- cmake-maven-plugin:3.19.2-b1:compile (cmake-compile) @ webrtc-java-jni --…
-
I'm tapping an RTSP stream that is broadcasting with pixel format `yuvj420p`, I can verify this with both ffmpeg directly and pyav.
```
Stream #0:0: Video: h264 (Main), yuvj420p(pc, bt709, progressi…
-
I am trying to build this module, but configure is failing with `error: Cannot find Sofia-SIP - looked for sofia-config and libsofia-sip-ua in /usr/local`.
I do not use sofia. So how can I disable …