From 576a0dba33c51d1fc64706ceb3bb90915e277656 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 9 Aug 2022 12:37:00 -0400 Subject: [PATCH] old branding clean up --- devices.html | 2 +- examples/chatoverlay.html | 2 +- examples/control.html | 123 +++++++++++++ examples/draggable.html | 4 +- examples/dual.html | 4 +- examples/iframe.outbound-stats.html | 36 ++-- examples/multi.html | 88 +++++++++ examples/remoteapi.html | 2 +- examples/rip.html | 94 ++++++++++ examples/sensoroverlay.html | 266 ++++++++++++++++++++++++++++ examples/socal.html | 185 +++++++++++++++++++ examples/status.html | 2 +- examples/testjs.js | 1 + examples/twitch.html | 53 +++++- supports.html | 2 +- 15 files changed, 836 insertions(+), 28 deletions(-) create mode 100644 examples/control.html create mode 100644 examples/multi.html create mode 100644 examples/rip.html create mode 100644 examples/sensoroverlay.html create mode 100644 examples/socal.html create mode 100644 examples/testjs.js diff --git a/devices.html b/devices.html index cbdf2e3..3c24de2 100644 --- a/devices.html +++ b/devices.html @@ -14,7 +14,7 @@ style="text-decoration: none; color: white; margin: 2px" > - OBS.Ninja + VDO.Ninja diff --git a/examples/chatoverlay.html b/examples/chatoverlay.html index 0e9ab05..2cd5ae7 100644 --- a/examples/chatoverlay.html +++ b/examples/chatoverlay.html @@ -2,7 +2,7 @@ - OBSN Chat Overlay + VDON Chat Overlay + + + + + + + + + \ No newline at end of file diff --git a/examples/draggable.html b/examples/draggable.html index d968048..27575e7 100644 --- a/examples/draggable.html +++ b/examples/draggable.html @@ -125,7 +125,7 @@ button{ - + You can drag and resize the generated windows; multiple can be created. @@ -313,7 +313,7 @@ function loadIframe(){ var iframe = document.createElement("iframe"); iframe.allow="autoplay"; - iframe.src = document.getElementById("viewlink").value || "https://obs.ninja"; + iframe.src = document.getElementById("viewlink").value || "https://vdo.ninja"; iframe.style.width="325px"; iframe.style.height="420px"; diff --git a/examples/dual.html b/examples/dual.html index 8873eee..5af3dc4 100644 --- a/examples/dual.html +++ b/examples/dual.html @@ -50,8 +50,8 @@ function loadIframes(url=false){ var path = window.location.host+window.location.pathname.split("/").slice(0,-1).join("/"); - var room1 = "https://"+path+"/?room="+roomname+"&push="+roomname+"_front&webcam&autostart&vd=front&ad=1&exclude="+roomname+"_rear"; - var room2 = "https://"+path+"/?room="+roomname+"&push="+roomname+"_rear&webcam&autostart&vd=back&ad=0&view&cleanoutput&nosettings&transparent"; + var room1 = "https://"+path+"/../?room="+roomname+"&push="+roomname+"_front&webcam&autostart&vd=front&ad=1&exclude="+roomname+"_rear"; + var room2 = "https://"+path+"/../?room="+roomname+"&push="+roomname+"_rear&webcam&autostart&vd=back&ad=0&view&cleanoutput&nosettings&transparent"; var iframe = document.createElement("iframe"); iframe.allow = "autoplay;camera;microphone;fullscreen;picture-in-picture;"; diff --git a/examples/iframe.outbound-stats.html b/examples/iframe.outbound-stats.html index e026684..6d03ae3 100644 --- a/examples/iframe.outbound-stats.html +++ b/examples/iframe.outbound-stats.html @@ -1,12 +1,12 @@ - OBS.Ninja IFRAME Outgoing Stats Example + VDO.Ninja IFRAME Outgoing Stats Example - - - - + + + + + + + + + + \ No newline at end of file diff --git a/examples/remoteapi.html b/examples/remoteapi.html index 296fc4f..7af07a0 100644 --- a/examples/remoteapi.html +++ b/examples/remoteapi.html @@ -77,7 +77,7 @@ window.onbeforeunload = function() { return "Dude, are you sure you want to leave? Think of the kittens!"; // prevents accidental page reloads. } -var WID = "testOBSN"; +var WID = "testVDON"; if (urlParams.has("api")){ WID = urlParams.get("api"); } else if (urlParams.has("osc")){ diff --git a/examples/rip.html b/examples/rip.html new file mode 100644 index 0000000..0cf0da2 --- /dev/null +++ b/examples/rip.html @@ -0,0 +1,94 @@ + +Video with sensor overlayed data + + + +
+ + + + \ No newline at end of file diff --git a/examples/sensoroverlay.html b/examples/sensoroverlay.html new file mode 100644 index 0000000..9531806 --- /dev/null +++ b/examples/sensoroverlay.html @@ -0,0 +1,266 @@ + +Video with sensor overlayed data + + + +
+ +
+ + + \ No newline at end of file diff --git a/examples/socal.html b/examples/socal.html new file mode 100644 index 0000000..559a252 --- /dev/null +++ b/examples/socal.html @@ -0,0 +1,185 @@ + +SocialStream + Video + + + + + +
+
+
+

Which social integration are you adding?

+ + +
+
+

Use VDO.Ninja and SocialStream chat at the same time

+ + + +
+ + + \ No newline at end of file diff --git a/examples/status.html b/examples/status.html index e9eb89d..34af89f 100644 --- a/examples/status.html +++ b/examples/status.html @@ -2,7 +2,7 @@ - OBSN Chat Overlay + VDON Chat Overlay