A dead simple WebRTC example. Contribute to shanet/WebRTC-Example development by creating an account on GitHub.
Examples of WebRTC applications that are large, or use 3rd party libraries - pion/example-webrtc-applications
root@hake:/home# wget https://github.com/libevent/libevent/releases/download/release-2.1.10-stable/libevent-2.1.10-stable.tar.gz #安装libevent2 root@hake:/home# tar -zxvf libevent-2.1.10-stable.tar.gz root@hake:/home# cd libevent-2.1.10-stable root@hake:/home# ./configure root@hak...
OpenVidu[1]是一个基于Apache 2.0[2]协议的开源 WebRTC 视频会议平台,主仓库地址:https://github.com/OpenVidu/openvidu 。 OpenVidu 提供一套简单、高效、易于使用的API接口,将 WebRTC 的底层操作进行了封装及屏蔽,只需引入 OpenVidu 的服务端和客户端处理媒体流,兼容多种平台、前后端框架,并配有丰富的文档、教...
gathering_complete_promise_example_te... Make repo REUSE compliant 2年前 go.mod Update module github.com/pion/interceptor to v0.1.38 5天前 go.sum Update module github.com/pion/interceptor to v0.1.38 5天前 ice_go.go Make repo REUSE compliant ...
https://github.com/EricssonResearch/openwebrtc-examples/tree/master/android/NativeCall 项目NativeCall 是客户端sdkdemo。比较粗糙。 需要注意的是,编译会出警告。增加配置:abortOnError : false apply plugin: 'com.android.application'<
GET /chat HTTP/1.1Host: example.com:8000Upgrade: websocketConnection: UpgradeSec-WebSocket-Key:dGhlIHNhbXBsZSBub25jZQ==Sec-WebSocket-Version:13 然后服务器将用一个特殊的响应结束握手,该响应表明协议将从 HTTP 更改为 WebSocket: HTTP/1.1101Switching ProtocolsUpgrade: websocketConnection: UpgradeSec-WebSocke...
克隆/下载 HTTPSSSHSVNSVN+SSH下载ZIP 该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录没有帐号,去注册 提示 下载代码请复制以下命令到终端执行 为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置 git config --global user.name userName git config --global user.email userEmail ...
var pcConfig = { iceServers: [ { urls: "turn:stun.al.learningrtc.cn:3478", credential: "mypasswd", username: "garrylea", }, { urls:[ "stun:stun.example.com", "stun:stun-1.example.com" ] } ], }; pc = new RTCPeerConnection(pcConfig); A 调用createOffer方法创建本地会话描述(SD...
.github/workflows Create ant.yml Jan 8, 2020 JazminDeployer fix jdbc connection for mysql server Jan 3, 2019 JazminExample add file server Apr 8, 2016 JazminServer support array Oct 15, 2020 README.md Update README.md Jan 1, 2019