Results 51 issues of Jasper

Webpack [defaults to MD4](https://webpack.js.org/configuration/output/#outputhashfunction) as the output hash function. MD4 was [moved to the legacy provider](https://www.openssl.org/news/changelog.html#openssl-30) in OpenSSL 3.0 and is not available by default. As a result, webpack fails...

feature-request

Chromium-based browsers support DSCP marking of outbound media packets, but it's disabled by default because some middleboxes on the wider Internet might drop packets with DSCP marks set. On controlled...

feature-request
info:cla-signed
browser-support

#1677 adds the very nice feature to only forward audio for the loudest speakers, making very large audio calls possible. However, there are some deployments using JVB with custom frontends...

## Description During load testing to determine achievable packet rates on new server configurations, we monitor the stats reported at `/debug/stats/jvb/transit-stats`, e.g.: ```json { "e2e_packet_delay": { "rtp": { "average_delay_ms": 0.10656440412295427,...

I'm not honestly sure that having the `.so`s in the git repo is the best distribution mechanism, but since the x86_64 ones are already here, here's a PR adding arm64...

- configure webrtcvadwrapper build to find the built libfvad library and checked-out libfvad source tree (for headers) automatically - check out libfvad using an anonymous git clone - don't assume...

What license is this crate published under?

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.3.9 + provider registry.terraform.io/hashicorp/kubernetes v2.18.1 Kubernetes 1.25 cluster ``` ### Affected Resource(s) - `kubernetes_manifest` ### Terraform Configuration Files ```hcl resource...

needs investigation

Because of https://github.com/Televiska/rsip/blob/master/src/common/uri/auth.rs#L103 it's not currently possible to parse a `Uri` that contains a `.` before the `@`. The `Uri` can be constructed manually, but not being able to parse...

The `` element is defined in [XEP-0339](https://xmpp.org/extensions/xep-0339.html#schema) and both it and the contained `` are defined in the Jingle SSMA namespace (`urn:xmpp:jingle:apps:rtp:ssma:0`). However, Jicofo produces a `session-initiate` with ``s containing...