# webrtc_1 **Repository Path**: heda321/webrtc_1 ## Basic Information - **Project Name**: webrtc_1 - **Description**: swoole官网推荐 实时视频语音 (Webrtc) 基于 Swoole4 高性能协程的 demo 级实时视频和语音通话方案,采用 webrtc 协议,并已经做好 p2p 打洞,中继服务器,演示地址:https://webrtc.dingjw.com/room.php?cid=2 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 视频语音demo 演示地址:https://webrtc.dingjw.com/room.php?cid=2 如有定制需求请加QQ:393323503 ## 本地测试 1. 依赖扩展 * ext-json * ext-swoole (推荐使用最新 [release](https://github.com/swoole/swoole-src/releases/latest) 版本或 [v4.4LTS](https://github.com/swoole/swoole-src/tree/v4.4.x) 版本) 2. 下载源码并启动 ```shell git clone git@github.com:swoole-plus/webrtc.git php server.php ``` 3. 访问:http://127.0.0.1:9509