# ScreenShareRTC **Repository Path**: ekber/ScreenShareRTC ## Basic Information - **Project Name**: ScreenShareRTC - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AndroidRTC ## WebRTC Live Streaming An Android client for [ProjectRTC](https://github.com/pchab/ProjectRTC). It is designed to demonstrate WebRTC screen share between androids and/or desktop browsers. ## How To You need [ProjectRTC](https://github.com/pchab/ProjectRTC) up and running, and it must be somewhere that your android can access. (You can quickly test this with your android browser). Modify the host string (in res/values/strings.xml) to the server IP. Your stream should appear as "android_device_stream" in ProjectRTC, so you can also use the view feature there. ## Libraries ### [libjingle peerconnection](https://code.google.com/p/webrtc/) ### [socket.io-client](https://github.com/nkzawa/socket.io-client.java)