Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdv0011/WebRTCDemo
WebRTC demo with ReplayKit broadcast example
https://github.com/rdv0011/WebRTCDemo
Last synced: 9 days ago
JSON representation
WebRTC demo with ReplayKit broadcast example
- Host: GitHub
- URL: https://github.com/rdv0011/WebRTCDemo
- Owner: rdv0011
- License: gpl-3.0
- Created: 2020-03-10T09:48:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T13:29:11.000Z (about 3 years ago)
- Last Synced: 2024-08-01T13:36:18.147Z (3 months ago)
- Language: Objective-C
- Size: 10.2 MB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebRTCDemo
WebRTC demo with ReplayKit broadcast example
Demonstrates how to use WebRTC with a broadcast extension. This demo is based on a test signalling server: https://appr.tcTo enable broadcasting do the following:
1) Install the app on the mobile device
2) Settings > Control Center, and tap Customize Controls
3) Under Customize Controls, include Screen Recording
4) Open the Control Center by swiping up from the bottom edge of any screen, and find 3D touch/long press the Screen Recording icon.
5) Select WebRTCDemoBroadcast from the list
6) Open Console app and select mobile device in the list at the left top corner
7) In the search text field of the Console app enter the following text: "Joining room:"
8) Wait until a similar to the following text appears: "Joining room:broadcast_xxx"
9) Open https://appr.tc/ and enter the room number from the previous step i.e broadcast_xxx
10) Enjoy screen broadcasting!