# WebRTC-SRS **Repository Path**: wenfengSAT/WebRTC-SRS ## Basic Information - **Project Name**: WebRTC-SRS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRTC-SRS Android 端使用 WebRTC 结合 [SRS](https://github.com/ossrs/srs) 服务器进行推拉WebRTC流demo > Android端应用音视频通话完整示例移步[SrsRtcAndroidClient](https://github.com/shenbengit/SrsRtcAndroidClient)。 ## [Android端从SRS服务器拉取WebRTC流](https://github.com/shenbengit/WebRTC-SRS/tree/master/pull) ## [Android端向SRS服务器推送WebRTC流](https://github.com/shenbengit/WebRTC-SRS/tree/master/push) ## [模拟1对1通话](https://github.com/shenbengit/WebRTC-SRS/tree/master/p2p) ## [模拟多端通话](https://github.com/shenbengit/WebRTC-SRS/tree/master/multichannel) ## [SRS-HttpCallback](https://github.com/shenbengit/WebRTC-SRS/tree/master/http-callback) > 此示例中使用到了,我的另外一个Android端WebRTC相关的扩展库,移步[WebRTCExtension](https://github.com/shenbengit/WebRTCExtension)。