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

  • 相关阅读:
    "use strict"详解
    HTML5 文件上传
    jquery $(document).ready() 与window.onload的区别
    前端面试题——错题集
    css-子div设置margin-top影响父div
    常见的dom操作----原生JavaScript与jQuery
    前端面试题——错题集
    JavaScript正则表达式知识点
    越权漏洞
    php反系列化原理和演示
  • 原文地址:https://www.cnblogs.com/Haijunzhu/p/3844952.html
Copyright © 2011-2022 走看看