zoukankan      html  css  js  c++  java
  • webrtc

    很有意思的网站 http://io13webrtc.appspot.com/#1

    html5使用webrtc简介 http://www.html5rocks.com/en/tutorials/getusermedia/intro/

    html5设置分辨率的例子https://simpl.info/getusermedia/constraints/

    html5各种特效的例子http://webcamtoy.com/zh/app/

    html5录音的例子http://www.webaudiodemos.appspot.com/AudioRecorder/index.html

    google最新的基于html5的代码 https://github.com/GoogleChrome/webrtc

    sipml5 源码 https://code.google.com/p/sipml5/

    SimpleWebrtc 源码 https://github.com/henrikjoreteg/SimpleWebRTC

    easyRtc 源码 https://github.com/priologic/easyrtc

    Webrtc.io 源码 https://github.com/webRTC/webRTC.io

    peerJS 官网 http://peerjs.com/

    Sharefest 源码 https://github.com/peer5/sharefest

    getstart,webrtc 基础  http://www.html5rocks.com/en/tutorials/webrtc/basics/

    stunserver/turnserver 篇 http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/?redirect_from_locale=zh

    使用getusermedia介绍 http://www.html5rocks.com/en/tutorials/getusermedia/intro/

    RTCPeerConnection API 学习 http://www.html5rocks.com/en/tutorials/webrtc/basics/#simpleRTCPeerConnectionExample

    RTCPeerConnection API  例子  http://www.simpl.info/rtcpeerconnection/

    官方demo (有时候用不了)https://apprtc.appspot.com/

    傻瓜式教学(号称“学不会就找块豆腐撞死”) https://bitbucket.org/webrtc/codelab

  • 相关阅读:
    GridView跨列
    html的积累
    什么是json?
    关于string
    Effective C# Item38:定制和支持数据绑定
    Effective C# Item44:为应用程序创建特定的异常类
    Effective C# Item42:利用特性简化反射
    Effective C# Item47:选择安全代码
    Effective C# Item43 : 避免过度使用反射
    Effective C# Item39 : 使用.NET验证
  • 原文地址:https://www.cnblogs.com/Haijunzhu/p/3844952.html
Copyright © 2011-2022 走看看