From e078e0b9c4ea40eff1e794673c57696e4dcfc016 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Sat, 16 Oct 2021 20:41:02 +0100 Subject: [PATCH] examples page --- examples/github.svg | 1 + examples/index.html | 154 +++++++++++++++++++++++++++++++++++++++++++ examples/youtube.svg | 1 + 3 files changed, 156 insertions(+) create mode 100644 examples/github.svg create mode 100644 examples/index.html create mode 100644 examples/youtube.svg diff --git a/examples/github.svg b/examples/github.svg new file mode 100644 index 0000000..aa05db9 --- /dev/null +++ b/examples/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..d475e10 --- /dev/null +++ b/examples/index.html @@ -0,0 +1,154 @@ + + + + + + + +
+
+

VDO.Ninja tech demonstrations

+
+
+

p2p

+
How to use vdo.ninja as a data transport tunneling service
+
+
+

twitch

+
How to have a twitch live chat side-by-side with VDO.NInja on the same + screen
+
+
+

dual

+
how to have two VDO.Ninja windows (or any windows really) open on the same + page; + Picture-in-Picture style
+
+
+

sensors

+
+ + + +
+
how to transmit sensor and video data from a phone to a computer, drawing + it to canvas. +
+
+
+

midi

+
+ + + +
+
Demonstrates the MIDI API for VDO.Ninja + +
+
+
+

draggable

+
demonstrates how to drag multiple + windows around, if you wanted to create a custom + layout of elements. (experimental)
+
+
+

chat

+
Example of a chat-only interface for VDO.Ninja; maybe + dockable into OBS even.
+
+
+

iframe.outbound-stats

+
iframe.outbound-stats.html demostrates how to get stats from VDO.Ninja + using the + IFRAME API
+
+
+

changepass

+
lets you create passwords and related HASH values for VDO.NInja + rooms
+
+
+

webhid

+
webhid demonstrates how to interface with a USB device, like a streamdeck + (mouse/keyboard not supported)
+
+
+

zoom

+
A tool for letting you publish into VDO.Ninja, but then + full-screen the window once setup, allowing for + window-capturing into zoom.
+
+
+

obs_remote

+
+ + + +
+ +
Also hosted on github elsewhere, but it's an example of how to remotely + control OBS using VDO.Ninja's tunneling abilities
+
+
+
+ \ No newline at end of file diff --git a/examples/youtube.svg b/examples/youtube.svg new file mode 100644 index 0000000..daebc5f --- /dev/null +++ b/examples/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file