webrtc-org
webrtc-org copied to clipboard
WebRTC.org website (*** This repository is deprecated ***) - The documentation to contribute to native code is available at https://webrtc.googlesource.com/src/+/refs/heads/master/docs/native-code/ind...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.6 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
Bumps [activesupport](https://github.com/rails/rails) from 6.0.2.1 to 6.0.3.1. Release notes Sourced from activesupport's releases. 6.0.3 In this version, we fixed warnings when used with Ruby 2.7 across the entire framework. Following are...
Hi dev team, I have implemented an Android app that transfer data between 2 devices. But the DataChannel object is not stable. After some message, the DC object is null....
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
In function OnSentPacket(SentPacket msg) of "pcc_network_controller.cc" file. There is codes if (last_received_packets_.size() > 0) sending_time = last_received_packets_.back().receive_time - last_received_packets_.front().receive_time; DataRate receiving_rate = bandwidth_estimate_; if (sending_time > TimeDelta::Zero()) receiving_rate = received_size...
Hi, I'm the maintainer of the [libilbc](https://github.com/TimothyGu/libilbc) library, which essentially extracts out the parts of WebRTC needed to support a standalone iLBC codec. It's used by [FFmpeg](https://ffmpeg.org/) and is packaged...
"https://webrtc.org/start" is not found. so I fix link of start page to "https://webrtc.github.io/webrtc-org/start/". Please check it.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8. Release notes *Sourced from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases).* > ## 1.10.8 / 2020-02-10 > > ### Security > > [MRI] Pulled in upstream patch from libxml...