# WebRTC Learning **Repository Path**: null_639_6567/webrtc-learning ## Basic Information - **Project Name**: WebRTC Learning - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-16 - **Last Updated**: 2025-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 极客时间课程《从0打造音视频直播系统》学习示例代码 你可以在对应章节的目录启动 httpserver 安装 npm http-server 模块 ``` npm install -g http-server ``` 启动 http-server ``` http-server -p 8080 ```