webGLandHTML5 (15) 썸네일형 리스트형 webrtc PeerConnection server test page Server: Your name: Connect Disconnect Target peer id: Call hangup Clear log webrtc demo page https://webrtc-demos.appspot.com/html/pc1.html note js 서버설치 http://cmohgate.tistory.com/entry/HTML5-WebSocket-echo-테스트-서버설치 http://cmohgate.tistory.com/entry/HTML5-PeerConnection을-이용한-11-화상통화-구현 http://lihashgnis.blogspot.kr/2012/09/webrtc-using-media-stream-and.html http://stackoverflow.com/questions/12177711/cant-play-video-from-peerconnection-connection webpate test - web rtc PeerConnection Demo 1 Start Call Hang Up rr function createPeerConnection() { var pc_config = {"iceServers": [{"url": "stun:stun.l.google.com:19302"}]}; try { pc = new webkitRTCPeerConnection(pc_config); pc.onicecandidate = onIceCandidate; console.log("Created webkitRTCPeerConnnection with config \"" + JSON.stringify(pc_config) + "\"."); } catch (e) { try { var stun_server = ""; if (pc_config.iceServers.length !== 0) { stun_server = pc_co.. webrtc demo PeerConnection Demo 1 Start Call Hang Up html5 video /비번은 1234 입니다./ 보호되어 있는 글입니다. ㅎㅎㅎ video test test 이전 1 2 다음