Skip to content

Commit b844d5e

Browse files
Add demo to readme
1 parent 6f0f471 commit b844d5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

WebRTC-Telestrator.gif

3.94 MB
Loading

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A remote telestrator app using WebRTC. Use a remote device (such as a phone or t
1111
1. On your OBS machine, open a new WebRTC enabled web browser to http://localhost:8888
1212
* The built in OBS browser source doesn't support WebRTC so you need to use a real browser such as Edge or Chrome.
1313
* Tested with Windows Microsoft Edge.
14-
* Note: Be sure to use 'localhost' and not 'yourhostmachine' as the browser blocks WebRTC share requests on non-https (aka http) servers.
14+
* Note: Be sure to use '**localhost**' and not '*yourhostmachine*' because the browser blocks WebRTC share requests on non-https (aka http) servers which this is.
1515
1. In the browser, click "Host" and select the window/display you want to stream
1616
* This will be the live image that will be the background for the remote device to see where they are drawing.
1717
* Some suggestions:
@@ -25,6 +25,9 @@ A remote telestrator app using WebRTC. Use a remote device (such as a phone or t
2525
* Drawing on the canvas will send the data to the server and display it on the OBS browser source which will then be recorded/streamed as normal.
2626
* Happy drawing!
2727

28+
## Example
29+
30+
![Usage Demo](WebRTC-Telestrator.gif)
2831

2932
## Development Setup
3033
* Clone this repo

0 commit comments

Comments
 (0)