All Projects → dodortus → Webrtc Lab

dodortus / Webrtc Lab

WebRTC 연구실 🌎

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webrtc Lab

Hlsjs P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 759 (+1846.15%)
Mutual labels:  webrtc, p2p, html5
Simple Peer
📡 Simple WebRTC video, voice, and data channels
Stars: ✭ 5,923 (+15087.18%)
Mutual labels:  webrtc, p2p
Pearplayer.js
支持WebRTC的多源多协议混合P2P-CDN的流媒体播放器
Stars: ✭ 512 (+1212.82%)
Mutual labels:  webrtc, p2p
Webtorrent Cli
WebTorrent, the streaming torrent client. For the command line.
Stars: ✭ 633 (+1523.08%)
Mutual labels:  webrtc, p2p
Meething
dWebRTC Video Meetings MESH/SFU hybrid using GunDB, MediaSoup and Beyond!
Stars: ✭ 303 (+676.92%)
Mutual labels:  webrtc, p2p
Libdatachannel
C/C++ WebRTC Data Channels and Media Transport standalone library
Stars: ✭ 336 (+761.54%)
Mutual labels:  webrtc, p2p
Webtorrent
⚡️ Streaming torrent client for the web
Stars: ✭ 25,554 (+65423.08%)
Mutual labels:  webrtc, p2p
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+21435.9%)
Mutual labels:  webrtc, p2p
Peer Calls
Group peer to peer video calls for everyone written in Go and TypeScript
Stars: ✭ 837 (+2046.15%)
Mutual labels:  webrtc, p2p
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+2007.69%)
Mutual labels:  webrtc, p2p
Instant.io
🚀 Streaming file transfer over WebTorrent (torrents on the web)
Stars: ✭ 2,954 (+7474.36%)
Mutual labels:  webrtc, p2p
Viraljs
Express.JS middleware to enable P2P distribution for your app. Your decentralized CDN made easy.
Stars: ✭ 952 (+2341.03%)
Mutual labels:  webrtc, p2p
go-ayame
go-ayame is go client library for WebRTC Signaling Server Ayame
Stars: ✭ 20 (-48.72%)
Mutual labels:  webrtc, p2p
P
Peer-to-peer networking with browsers
Stars: ✭ 400 (+925.64%)
Mutual labels:  webrtc, p2p
peermesh
💫 Exchange files p2p and e2e encrypted over a fully meshed network in your browser using WebRTC.
Stars: ✭ 107 (+174.36%)
Mutual labels:  webrtc, p2p
rtc-ssh
WebRTC wrapper for SSH connect
Stars: ✭ 95 (+143.59%)
Mutual labels:  webrtc, p2p
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (-5.13%)
Mutual labels:  webrtc, p2p
udpeer
A simple UDP peer to peer networking proxy using webrtc
Stars: ✭ 19 (-51.28%)
Mutual labels:  webrtc, p2p
Webrtc android
webrtc VideoCall VideoConference 视频通话 视频会议
Stars: ✭ 764 (+1858.97%)
Mutual labels:  webrtc, p2p
Waggle.js
An experiment to distribute the bandwidth among video viewers
Stars: ✭ 29 (-25.64%)
Mutual labels:  webrtc, p2p

WebRTC 연구실

목표

* WebRTC를 보다 쉽게 이해하고 사용할 수 있도록 주요 API를 예제로 설명한다.
* WebRTC를 활용할 수 있도록 흥미로운 응용 주제를 소개한다.

구성

1. WebRTC 소개
2. 마이크 & 캠 접근하기
3. 비디오에 필터 적용하기
4. 비디오를 이미지로 캡쳐하기
5. 1:1 화상회의
6. 화면 공유
7. 음성 인식
8. 파일 & 데이터 전송하기
9. 녹화 하기
10. 얼굴 인식
11. 더 자세한 설명

LiveDemo

https://webrtclab.herokuapp.com

WebRTC 연구실

Setup

npm install

Start

npm start

Start nodemon (optional)

npm run nodemon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].