zoukankan      html  css  js  c++  java
  • WebRTC技术调研

    相关网址:

    协议:https://www.w3.org/TR/webrtc/

    https://apprtc.webrtc.org/

    https://apprtc.appspot.com/

    https://github.com/webrtc/apprtc

    自建AppRTC:http://www.jianshu.com/p/c55ecf5a3fcf

    基于webrtc的apprtc服务器的搭建:http://www.cnblogs.com/cther/p/4604599.html

    纯脚本编译WebRTC For Android:http://www.hankcs.com/program/network/the-pure-script-compile-webrtc-for-android.html
     apprtc(webrtc) 本地搭建服务器:http://blog.csdn.NET/s569646547/article/details/50780682
     Use AppRTC with a custom server:http://stackoverflow.com/questions/22789173/use-apprtc-with-a-custom-server
     AppRTC - iOS implementation of the Google WebRTC Demo:https://cocoapods.org/pods/AppRTC
     apprtc-ios:https://github.com/ISBX/apprtc-ios
     WebRTC 编译详解 :http://heidianfeng.blog.163.com/blog/static/6184345620141130102425171/
     AppRTC Demo Code: https://github.com/webrtc/apprtc
     Webrtc之apprtc与信令服务器构建: http://io.diveinedu.com/2016/03/18/WebRTC%E4%B9%8BAppRTC%E4%B8%8E%E4%BF%A1%E4%BB%A4%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%9E%84%E5%BB%BA.html
     第六章 Webrtc服务器搭建: http://io.diveinedu.com/2015/02/05/%E7%AC%AC%E5%85%AD%E7%AB%A0-WebRTC%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%90%AD%E5%BB%BA.html

    WebRTC in the real world: STUN, TURN and signaling:http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/

    Getting Started with WebRTC:http://www.html5rocks.com/en/tutorials/webrtc/basics/?redirect_from_locale=zh

    Android WebRTC 音视频开发总结:

    1、http://www.cnblogs.com/lingyunhu/p/3578218.html

    2、webrtcdemo介绍:http://www.cnblogs.com/lingyunhu/p/3578405.html

    3、信令服务和媒体服务:http://www.cnblogs.com/lingyunhu/p/3621057.html

    4、webrtc传输模块:http://www.cnblogs.com/lingyunhu/p/3627591.html

    5、 webrtc开发原型:http://www.cnblogs.com/lingyunhu/p/3722029.html

    6、 iOS开发之含泪经验:http://www.cnblogs.com/lingyunhu/p/3855906.html

    7、 基于浏览器的开发:http://www.cnblogs.com/lingyunhu/p/4004528.html

    8、ios上移植webRTCDemo:http://www.cnblogs.com/lingyunhu/p/4066383.html

    9、webrtc入门001:http://www.cnblogs.com/lingyunhu/p/4058182.html

    10、webrtc入门002: http://www.cnblogs.com/lingyunhu/p/4068872.html
    11、stun&turn部署:http://www.cnblogs.com/lingyunhu/p/4084669.html
    12、sufaceview:http://www.cnblogs.com/lingyunhu/p/4088733.html
    13、 ice原理:http://www.cnblogs.com/lingyunhu/p/4104238.html
    14、sip和xmpp异同:http://www.cnblogs.com/lingyunhu/p/4116442.html
    15、AppRTC培训课程大纲:http://www.cnblogs.com/lingyunhu/p/4129425.html

    MCU Server:

    licode:http://lynckia.com/licode/index.html

    http://www.kurento.org/

    RTC PaaS云:http://www.nubomedia.eu/

  • 相关阅读:
    windows常用快捷键
    【Linux】查看系统位数
    【Centos】yum 安装mariaDB
    【Centos7 GRUB】修改开机等待时间
    Shell脚本编写规范
    【Shell Basic】source . 与 bash sh 的区别
    linux防火墙之 ufw
    【HotSpot】jps命令行详解
    【Ubuntu 16】网络配置文件
    【刷题】BZOJ 2179 FFT快速傅立叶
  • 原文地址:https://www.cnblogs.com/dhcn/p/7124798.html
Copyright © 2011-2022 走看看