Skip to content

Files

Latest commit

Feb 27, 2023
1d0b342 · Feb 27, 2023

History

History
29 lines (21 loc) · 768 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 768 Bytes

简单webrtc demo

中文 | English

参考webrtc-stream精简,直接进入网页即可p2p连接无序任何其他操作

使用方法

npm i

npm dev

在浏览器中打开 http://localhost:8087/

多设备连接

修改

socket.ts

const socket = io('http://localhost:3011');

index.html

<script src="http://localhost:3011/socket.io/socket.io.js"></script>

中的localhost为你的电脑ip

在浏览器中打开 http://你的ip:8087/