목록WebRTC (1)
바르고 뜨겁게
[web rtc #1] Web 브라우저에서 웹캠 비디오 스트리밍
출처 : https://codelabs.developers.google.com/codelabs/webrtc-web/#0 [web rtc #1] Web 브라우저에서 웹캠 비디오 스트리밍 index.html Realtime communication with WebRTC Realtime communication with WebRTC main.js 'use strict'; // streaming only video const mediaStreamConstraints = { video: true, }; // VIEW의 video Element const localVideo = document.querySelector('video'); // Local stream that will be repro..
자바스크립트
2020. 9. 28. 10:56