# webrtc录屏录像实时存储到服务端 **Repository Path**: Lee_queue/network-webrtc ## Basic Information - **Project Name**: webrtc录屏录像实时存储到服务端 - **Description**: 计算机网络课程的第一个加分题:基于webrtc实现实时录屏/录像并且推流到服务器,服务器端进行实时存储 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行方法 先npm install,再node app.js 浏览器访问8081端口 # 如何在linux安装node环境 `dnf module install nodejs:16` - 16指的是node16以上的版本。只要不是太低就好了。