[WebRTC] openVidu 튜토리얼 따라하기(openvidu-hello-world)
자세한 설명은 구글신이 다 알려주기에 생략 - VirtualBox에 우분투 설치함. npm 버전이 낮으면 문제될 수 있으므로 최신으로 유지하는 것이 좋음. https로 타브라우저에서 접속할 수 있도록 함. 1. docker, http-server 설치 curl -fsSL https://get.docker.com/ | sudo sh npm install -g http-server 2. 튜토리얼 받기 git clone https://github.com/OpenVidu/openvidu-tutorials.git -b v2.22.0 3. openssl 확인 후 생성 openssl -version openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout ..
공부합시다/찍먹
2022. 6. 8. 16:36