-
Notifications
You must be signed in to change notification settings - Fork 0
Create Reveal Slides for OBS
UUoocl edited this page Jan 9, 2025
·
1 revision
tags:
- slidesExtended
#slidesExtended
!Pasted image 20241123153033.png !Pasted image 20241123153102.png
After exporting the Slides Extended Presentation, add the OBS and Reveal Slides scripts elements to the Index.html file.
Paste these tags before the </body>
in the index.html file .
<script src="obs_webSocket_details/websocketDetails.js"></script>
<script src="obs_webSocket_details/obs-ws.js"></script>
<script src="obs_webSocket_details/obsConnect.js"></script>
<script src="obs_webSocket_details/startConnection.js"></script>
<script src="js/revealSlideControls.js"></script>
Use a text editor, like VS Code to edit the index.html file.