Sebastian Reimers

Results 22 comments of Sebastian Reimers

> e.g. use DNS query and check from /etc/hosts btw. should we maybe enable https://github.com/baresip/baresip/wiki/Configuration#dns_getaddrinfo by default now? I was a bit worried about it, since it could be surprising...

Yes, but only for `A` and `AAAA` records, other records (like `SRV`) are resolved by `net_use_nameserver`.

Looks like the max. packets within jitter buffer is to small. Try to increase: `video_jitter_buffer_delay 1-200`

> That helped, but wondering why only VP8 has the problem. This can be related to the wrong bitrate calculation.

Looks like for audio, the buffers does not play well together, if I see correctly we have 2-3 packets in jbuf (20-60ms) + up to 80ms within aubuf and this...

> * jbuf_get(), maybe by a timer. Or maybe by a wait condition (mqueue) from Thread 2. I implemented a fallback tmr solution here (fallback since we should avoid to...

> But unit tests will become difficult or have less coverage because `jbuf_get()` will depend on timing. I think we can use a virtual clock rate and small frames for...

I will try to complete/cleanup this work soon. Maybe later this week.

The failing valgrind looks also unrelated: https://github.com/baresip/baresip/issues/2873

> Or do you like to try this? Yes, I'm trying to do that right now, I will update this PR: https://github.com/baresip/tools/pull/2/files So we have repeatable test cases and can...