Skip to content

Commit 2fa7f62

Browse files
authored
Add files via upload
1 parent 20c815e commit 2fa7f62

26 files changed

+7725
-441
lines changed

examples/addtoscene.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
2-
<head>
3-
<title>IFRAME Example</title>
2+
<head>
3+
<title>Add to Scene Controller - VDO.Ninja</title>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
55
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
66
<style>
@@ -142,4 +142,4 @@
142142

143143
</div>
144144
</body>
145-
</html>
145+
</html>

examples/bigmutebutton.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<head><title>Twitch + Video</title>
2+
<head><title>Big Mute Button Remote - VDO.Ninja</title>
33
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
44
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
55
<style>
@@ -118,4 +118,4 @@
118118

119119
</script>
120120
</body>
121-
</html>
121+
</html>

examples/control.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
2-
<head>
2+
<head>
3+
<title>Legacy Layout Console - VDO.Ninja</title>
34
<style>
45
body {
56
margin:0;

examples/custom_labels.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Video with sensor overlayed data</title>
3+
<title>Custom Labels Overlay - VDO.Ninja</title>
44
<meta charset="UTF-8">
55
<style>
66
body{
@@ -109,4 +109,4 @@
109109

110110
</script>
111111
</body>
112-
</html>
112+
</html>

examples/custom_overlay.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Video with sensor overlayed data</title>
3+
<title>Dynamic Overlay Frame - VDO.Ninja</title>
44
<meta charset="UTF-8">
55
<style>
66
body{
@@ -146,4 +146,4 @@
146146

147147
</script>
148148
</body>
149-
</html>
149+
</html>

examples/custom_video_switcher.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<html>
2+
<head>
3+
<meta charset="utf-8" />
4+
<title>Custom Video Switcher - VDO.Ninja</title>
5+
</head>
26
<body>
37
<button onclick="togglePlayer('STREAM123a')" >toggle video 1</button>
48
<button onclick="togglePlayer('STREAM123b')" >toggle video 2</button>
@@ -51,4 +55,4 @@
5155

5256
</script>
5357
</body>
54-
</html>
58+
</html>

0 commit comments

Comments
 (0)