WebRTC 全称为:Web Real-Time Communication。它是为了解决 Web 端无法捕获音视频的能力,并且提供了 peer-to-peer(就是浏览器间)的视频交互。实际上,细分看来,它包含三个部分: MediaStream:捕获音视频流 RTCPeerConnection:传 ...
分类:
Web程序 时间:
2017-04-26 21:33:16
阅读次数:
329
没有使用返回值时, 警告 swift: OC: 没有使用返回值时, 不警告 swift: OC: To prevent the compiler from flooding us with warnings when importing Objective-C code the @discardab ...
分类:
移动开发 时间:
2017-04-26 14:39:24
阅读次数:
289
#compile Xcode project xcodebuild -scheme Unity-iPhone -sdk iphoneos10.0 -archivePath Unity-iPhone.xcarchive -configuration Release PROVISIONING_PROFI ...
分类:
其他好文 时间:
2017-04-25 16:53:54
阅读次数:
200
WEBRTC RTP/RTCP协议族 2017-02-22 20:15 阅读(144) 评论(0) WEBRTC RTP/RTCP协议族 WEBRTC RTP/RTCP协议族 2017-02-22 20:15 阅读(144) 评论(0) WebRTC 基于GCC的拥塞控制(下) 2017-02-22 ...
分类:
Web程序 时间:
2017-04-21 16:32:14
阅读次数:
417
WebRTC 支持使用自己的编解码器(限 native 开发),音频,视频都可以。这里以视频编码为例来分析下 WebRTC 中相应的源码。
分类:
Web程序 时间:
2017-04-20 11:04:39
阅读次数:
1034
现在随着iOS10.3的出现,app软件的最低版本要求基本上都在8.0以上的,但是还是有一些”特殊“需求,要求iOS7.0以上,虽然低版本的系统的容错率会高一下,但是本着严谨的态度,还是需要在真机上跑一遍。但是xcode升级8.0及以后的版本之后,默认只支持iOS8.0及以上系统,还是有办法的,下边 ...
分类:
移动开发 时间:
2017-04-14 13:25:45
阅读次数:
245
在“WebRTC 构建系统介绍之gn和ninja”中,大概介绍了 gn 和 ninja 的简单用法,这次来看看 gn 用到的项目文件 .gn 、 .gni 和 DEPS
分类:
Web程序 时间:
2017-04-13 19:31:39
阅读次数:
529
https://www.html5rocks.com/zh/tutorials/webgl/jsartoolkit_webrtc/#toc-intro https://github.com/argonjs/argon https://github.com/jeromeetienne/AR.js/ h ...
分类:
Web程序 时间:
2017-04-12 18:26:58
阅读次数:
215
1、安装depot tools 然后把把depot_tools添加到环境变量中去 2.下载代码 创建一个工作目录 下载代码 This will fetch a regular WebRTC checkout with the Android-specific parts added. Notice ...
分类:
移动开发 时间:
2017-04-12 02:16:55
阅读次数:
250
BUG描述:Untiy4.7.1导出的iOS工程包,使用Xcode8.3 Application Loader上传ipa包,遇到ERROR ITMS-90086报错 解决办法:查看错误描述确认是没有支持64位,于是在Xcode Build Setting中找到Architectures选择如图,重新 ...
分类:
其他好文 时间:
2017-04-11 14:57:15
阅读次数:
195