文件名称:WebRTCDemo:在Node.js上使用WebRTC视频会议和Socket.io的WebRTC演示
文件大小:92KB
文件格式:ZIP
更新时间:2024-05-22 08:45:34
JavaScript
WebRTCDemo 说明 WebRTC Demo 程序,修改自 and ; 其中: 添加了HTTPS支持,后端使用Express发布,修改部分样式; 用于做 的Signaling Server 使用 git clone https://github.com/lanbin45/WebRTCDemo.git; cd WebRTCDemo; npm i; 启动signaling server (https) cd node_modules\socketio-over-nodejs node signaler-ssl.js cd到根目录下,启动 conference node index.js 在浏览器中以https的方式打开 https://localhost:18081/,在输入框中输入会议名字,然后开始会议;如果你已经安装了摄像头,那你可以在下方看到你摄像头中的流媒体内容; 会议功能
【文件预览】:
WebRTCDemo-master
----public()
--------index.html(3KB)
--------app.js(8KB)
--------config()
--------resources()
--------style.css(20KB)
----README.md(2KB)
----sslConfig()
--------file.crt(969B)
--------private.pem(887B)
--------csr.pem(745B)
----index.js(1KB)
----package-lock.json(19KB)
----package.json(614B)