Skip to content

Latest commit

 

History

History
executable file
·
20 lines (10 loc) · 740 Bytes

README.md

File metadata and controls

executable file
·
20 lines (10 loc) · 740 Bytes

AndroidRTC

WebRTC Live Streaming

An Android client for ProjectRTC.

It is designed to demonstrate WebRTC screen share between androids and/or desktop browsers.

How To

You need 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