Code Folders and files Name Last commit message Last commit date Latest commit Fabian Bergmark and WebRTC LUCI CQ Support Java_Buffer_toI420 returning null Jun 16, 2021 c03d6e9·Jun 16, 2021 History 33,528 Commits api Sanitize hostname literals when mDNS obfuscation is on. ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Homepage github.com/VLprojects/webrtc-issue-detector#readme Weekly Downloads 9,700 Version 1.16.3 License MIT Unpacked Size 94.5 kB Total Files 32 Issues 2 Pull Requests 0 Last publish 3 days ago Collaborators Tryon RunKit Reportmalware
Clone this repo: git clone https://github.com/RocketChat/Rocket.Chat.git Run yarn to install dependencies Starting Rocket.Chat: yarn dev # run all packages OR yarn dsv # run only meteor (front and back) with pre-built packages After initialized, you can access the server at http://...
SOURCE: github|gitee, The source code for upgrading. REGISTRY: docker.io|registry.cn-hangzhou.aliyuncs.com, The docker registry. MGMT_LISTEN: The listen port for mgmt HTTP server. Default: 2022 PLATFORM_LISTEN: The listen port for platform HTTP server. Default: 2024 SRS_DOCKERIZED: true|false...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/RocketChat/Rocket.Chat develop 克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支1059 标签1038 Abhinav Kumarfix: no highlighting of non-latin highligh...da0bcab6天前...
核心示例代码(完整示例见附件或开头的github代码仓): //WebRTC音频流采集 navigator.mediaDevices.getUserMedia({audio:true}) .then((stream) => { //实例化音频处理上下文 ac = new AudioContext({ sampleRate:16000 //设置采样率 }); //创建音频处理的源节点 ...
1,放在git中的代码,这部分大概有三十多个仓库, `gcient sync` 会把这些git仓库的历史记录都拉下来,所以有的厂库会非常大,这些代码大都在google code上, 在镜像的时候我们把这些git代码同步到了gitlab, 之所以放到gitlab上是因为github上对仓库大小会做限制,导致有些代码同步不成功。这些依赖会10分钟同步一次,保持...
https://github.com/EricssonResearch/openwebrtc-examples/tree/master/android/NativeCall 项目NativeCall 是客户端sdkdemo。比较粗糙。 需要注意的是,编译会出警告。增加配置:abortOnError : false <code class="hljs cs has-numbering" style="display: block; padding: 0px; color: inherit; box-sizing: bor...
$ source $HOME/.bash_profile 1. 2. 检查是否配置成功 $ echo $PATH 1. 安装ninja ninja 是 WebRTC 的编译工具。 $ git clone git://github.com/martine/ninja.git $ cd ninja/ $ ./bootstrap.py 1. 2. 3. 复制到系统目录(也可配置坏境变量) ...