프로젝트/WebRTC써보기

Spring Boot, Vanilla JS, WebRTC를 활용한 실시간 영상공유 (목차)

2023. 1. 16. 03:41
글 목차


728x90

0. 목차

(1) WebRTC의 작동원리 - https://okane-on-cliff.tistory.com/258

(2) 백 코드 - https://okane-on-cliff.tistory.com/259

(3) 프론트 코드 - https://okane-on-cliff.tistory.com/260

(4) 배포 - https://okane-on-cliff.tistory.com/261

 

1. 깃

(프론트) - https://github.com/okanekudasai/webrtcfront

(백) - 목차(3)참고

 

2. 프로젝트 주소

인증서 다운로드 - https://3.38.255.255:9998

프로젝트 주소 - https://okanekudasai.github.io/webrtcfront/

 

3.시연 영상

https://www.youtube.com/watch?v=CQQceSI088A 

 

4. 프로젝트 설명

시그널링 서버를 Spring Boot로, 프론트를 Vanilla JS 와 순수 html로 하여 WebRTC기술을 사용해 보았습니다.

 

두 브라우저를 띄어놓고 어느 한쪽 브라우저에서 오퍼를 생성하기 버튼을 클릭하면 두 브라우저가 모두 자신의 영상을 띄웁니다.

728x90
Spring Boot, Vanilla JS, WebRTC를 활용한 실시간 영상공유 (목차)