# Webrtc_Java **Repository Path**: Arcturis/Webrtc_Java ## Basic Information - **Project Name**: Webrtc_Java - **Description**: Webrtc_Java server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### Webrtc_Java 进技术交流群,添加微信 ![https://github.com/taxiao213/picture_material/raw/master/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7/weixin_taxiao.png?raw=true](https://github.com/taxiao213/picture_material/raw/master/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7/weixin_taxiao.png?raw=true) webrtc 服务端代码 #### 环境: ```java IntelliJ IDEA 2020.2.3 (Ultimate Edition) Tomcat 8.5.45 Jdk 1.8.0_271 ``` **war 包路径:** **[https://github.com/taxiao213/Webrtc_Java/tree/master/war](https://github.com/taxiao213/Webrtc_Java/tree/master/war)** **websocket 链接:** **ws://172.19.0.52:8080/webrtc/websocket** **Android 客户端:** **[https://github.com/taxiao213/Webrtc_Android](https://github.com/taxiao213/Webrtc_Android)** #### 启动方式: ##### 1.idea 启动项目 配置maven 路径,下载依赖包,配置好 Tomcat 并启动 ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_04.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_04.png) ###### 1.1 启动 ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_05.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_05.png) ###### 1.2 在线测试 ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_06.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_06.png) ###### 1.3 服务端收到信息 ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_07.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_07.png) ##### 2.创建 war 包 ###### 2.1 war 包放到 tomcat webapps 目录下 ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_03.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_03.png) ###### 2.2 启动 tomcat ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_01.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_01.png) ![https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_02.png](https://github.com/taxiao213/Webrtc_Java/raw/master/image/tomcat_02.png)