Skip to content

hasban12138/simple-webrtc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简单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/