You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A remote telestrator app using WebRTC. Use a remote device (such as a phone or t
11
11
1. On your OBS machine, open a new WebRTC enabled web browser to http://localhost:8888
12
12
* The built in OBS browser source doesn't support WebRTC so you need to use a real browser such as Edge or Chrome.
13
13
* 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.
15
15
1. In the browser, click "Host" and select the window/display you want to stream
16
16
* This will be the live image that will be the background for the remote device to see where they are drawing.
17
17
* Some suggestions:
@@ -25,6 +25,9 @@ A remote telestrator app using WebRTC. Use a remote device (such as a phone or t
25
25
* 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.
0 commit comments