PeerJS를 이용한 Frontend 레벨 영상 스트리밍
2022. 12. 29. 18:47ㆍ서버 프로그래밍
https://peerjs.com/docs/#start
PeerJS Documentation
.browserstringif (util.browser === 'Firefox') { /* OK to peer with Firefox peers. */ } The current browser. This property can be useful in determining whether or not two peers can connect. For example, as of now data connections are not yet interoperable b
peerjs.com
PeerJS - Simple peer-to-peer with WebRTC
The PeerJS library PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls. PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a pee
peerjs.com
백엔드 없이 프론트엔드와 프론트엔드 사이에 카메라 입력 영상을 스트리밍할 수 있다.