随笔分类 -  webrtc学习随笔

摘要:官方代码示例: /* * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that 阅读全文
posted @ 2020-01-15 17:33 _DC 阅读(1016) 评论(0) 推荐(0) 编辑
摘要:webrtc官方的代码示例: /* * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license 阅读全文
posted @ 2020-01-15 17:29 _DC 阅读(1133) 评论(0) 推荐(0) 编辑
摘要:stun:stun.ideasip.comstun:stun.schlund.destun:stun.voiparound.comstun:stun.voipbuster.comstun:stun.voipstunt.comstun:stun.xten.com 阅读全文
posted @ 2020-01-10 14:56 _DC 阅读(2640) 评论(0) 推荐(0) 编辑
摘要:文章原文地址:https://www.cnblogs.com/liuhao-web/p/8706528.html 前言 前段时间一直在忙一个基于WebRTC的PC和移动端双向视频的项目。第一次接触webRTC,难免遇到了许多问题,比如:webRTC移动端兼容性检测,如何配置MediaStreamCo 阅读全文
posted @ 2019-12-26 09:52 _DC 阅读(918) 评论(0) 推荐(0) 编辑
摘要:原文地址:https://blog.addpipe.com/getusermedia-video-constraints/ WebRTC is constantly evolving and with it, it’s most known function getUserMedia(). With 阅读全文
posted @ 2019-12-11 16:15 _DC 阅读(2026) 评论(0) 推荐(0) 编辑
摘要:coturn服务器安装 1下载并安装libevent 2.0 2下载编译安装coturn 输入which turnserver,如果打印出路径,说明安装成功 3 配置coturn 4启动coturn 5ICE测试 https://webrtc.github.io/samples/src/conten 阅读全文
posted @ 2019-08-22 08:47 _DC 阅读(2710) 评论(0) 推荐(0) 编辑
摘要:1.源码安装 到nodejs官网下载源码https://nodejs.org/en/download/ 解压缩 进入源码目录 编译 安装 2.二进制安装 到nodejs官网下载二进制包https://nodejs.org/en/download/ 解压缩到指定安装目录 配置环境变量 vim .bas 阅读全文
posted @ 2019-08-21 16:26 _DC 阅读(1035) 评论(0) 推荐(0) 编辑
摘要:文章非本人所写,原文地址:https://blog.csdn.net/qq_40081577/article/details/82932480 博主地址:https://blog.csdn.net/qq_40081577 , 读过博主的文章获益匪浅,感谢博主! 主要目的是实现向某个指定的用户发送消息 阅读全文
posted @ 2019-08-12 10:46 _DC 阅读(5978) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,非个人原创, 原文地址 https://webrtc.org.cn/getusermedia common error/ getUserMedia()出现的常见错误 十一月 19, 2017 作者:Pipe(原文链接) 翻译:刘通 原标题:Common getUserMedia() E 阅读全文
posted @ 2019-08-07 09:58 _DC 阅读(6712) 评论(0) 推荐(0) 编辑
摘要:使用apt安装nodejs, sudo apt install nodejs 安装npm apt install npm 源码安装 1.下载Nodejs源码 http://nodejs.cn/download/ wget -c 资源地址 -c表示当网络中断恢复后断点续传 下载后解压,进入解压目录 2 阅读全文
posted @ 2019-06-30 17:25 _DC 阅读(5171) 评论(0) 推荐(0) 编辑