This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to change your information, and be sure to read the readme.txt file for further information.
-
create a directory for the script to reside
-
put files (including this one) into that directory
-
open top-right.html, goto line 81, and change the info for "player", "agency", "callsign" making sure to preserve the
formatting and any quotes. If you need a quote or other punctuation mark in your name/agency/callsign please refer to
this: https://www.toptal.com/designers/htmlarrows/punctuation/ and utilize the code labelled as "HTML ENTITY".
-
load into OBS (or other software) as a "BROWSER SOURCE" the file with the .html extension
-
activate the layer and profit!
-
make sure your image is saved as a png to preserve transparency (if any) other wise shouldn't matter.
-
Navigate to: https://www.base64-image.de/ and drag/drop your image to have it converted to base64
-
Copy the base64 code by clicking </> show code, and copy the code for img to your clipboard.
-
using a text editor, replace the long string of code in the body of the html file with your string of code. Be sure to not remove the quotes.
-
Save the file and enjoy!
These fine folks use it all the time and I thank you from the bottom of my heart! (As I find them, I'll add them here)
SonoranCAD (https://info.sonorancad.com/integration-plugins/twitch-overlay-and-bot#bodycam-overlay ) offers a modified version that puts in your location information.
DirtRoadDeputy (https://www.twitch.tv/dirtroaddeputy)
(more to come, I promise. If you use it, and would like to be mentioned, drop me a message (please no spam). At the very least, your usage will be immortalized here. :) )
v3.2: Fix submited by @tyrope . Now when the local clock hits midnight, it will update the date as well. Thanks for the fix!
v3.1: double beep added by user @spaz926 . Thanks for the addition!
v2: this one
v1: initially was 3 separate files.