-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.html
539 lines (466 loc) · 22.3 KB
/
master.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/components/styles/index.css" />
<title>Video Controller</title>
</head>
<body>
<header>
<div class="container container__header">
<a href="/">
<img
src="/src/components/img/image_1.png"
alt="img not found"
class="logo"
/></a>
<a
href="https://crm.ucreate.org.ua/"
class="header__link"
target="_blank"
rel="noreferrer"
>
Посилання на сайт
</a>
</div>
</header>
<main>
<div class="container">
<div class="container_search">
<div class="form_search">
<div class="info">
<!-- Instruction Set -->
<p class="text_op" ><strong>ПРОЧИТАЙТЕ ІНСТРУКЦІЮ!!!</strong></p>
<p class="text_op" id="connectedPuppets"></p>
<p class="text_op" id="showConnectionID">
Скопіююйте наступний код у вашу /video сторінку, щоб приєднатися до цього контролера.
Код: ${masterPageID}
</p>
<!-- Form to upload local videos -->
<label for="search-name" class="input_label" id="fileInputLabel">
<div class="container_change">
<div class="input__wrapper">
<input name="file" type="file" id="videoFile" name="video" class="input input__file" multiple>
<label for="videoFile" class="input__file-button">
<span class="input__file-icon-wrapper"><img class="input__file-icon" src="/src/components/img/download.svg" alt="Виберіть файл" width="25"></span>
<span class="input__file-button-text">Виберіть файл</span>
</label>
</div>
</div>
</label>
<!-- Form to stream YouTube videos -->
<label for="search-name" class="input_label">
<div class="container_change">
<input
class="input_search"
type="text"
id="youtubeUrlInput"
name="search-name"
placeholder="https://"/>
<!-- style="display: none;"-->
</div>
</label>
<!-- VIDEO EFFECTS BUTTONS:-->
<p class="text_op">Параметри відео</p>
<label class="label_form" for="optimizeButton">
Оптимізувати відео
<input type="checkbox" id="optimizeButton" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<label class="label_form" for="enhanceDetailsCheckbox">
Деталізувати
<input type="checkbox" id="enhanceDetailsCheckbox" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<label class="label_form" for="optimizeColorButton">
Оптимізувати колір
<input type="checkbox" id="optimizeColorButton" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<label class="label_form" for="optimizeBackground">
Оптимізувати фон
<input type="checkbox" id="optimizeBackground" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<p class="text_op">Звук</p>
<!-- Volume control -->
<input type="range" id="volumeControl" min="0" max="1" step="0.01" value="1" />
<!-- Endlessly Loop Video button-->
<label class="label_form" for="toggleLoopButton">
Зациклити відео
<input type="checkbox" id="toggleLoopButton" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<!-- Stop button -->
<label class="label_form" for="stopButton">
Зупинити відео примусово
<input type="checkbox" id="stopButton" class="input_checkbox">
<span class="btn_check">
<span class="switching"></span>
</span>
</label>
<!-- Upload / Steam Video-->
<label class="label_form" for="">
Вивести на екран
<button class="btn_submit"
id="uploadButton"
style="display: none;">
<img
class="img__click"
src="/src/components/img/click_me.svg"
alt="Click-me not found"
/>
</button>
<button class="btn_submit"
id="streamButton"
type="submit"
style="display: none;">
<img
class="img__click"
src="/src/components/img/click_me.svg"
alt="Click-me not found"
/>
</button>
</label>
<!-- Modal -->
<button class = "btn_information" id="btn_information">
Інструкція
</button>
<!-- Information Modal -->
<div id="infoModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<h2>ІНСТРУКЦІЯ З ВИКОРИСТАННЯ</h2>
<p><strong>Код Доступу:</strong> Додаток працює наступним чином: є сторінка-контролер та керована сторінка.
Для підлючення керованої сторінки до контролера вам необхідно скопіювати код у полі "КОД ДОСТУПУ" та вставити його у
текстове поле на керованій сторінці. Текстове поле викликається натиском на кнопку "Під'єднатися"
</p>
<p><strong>Трансляція</strong>:</strong> Після цього завантажте ваше відео з пристороя чи вставте посилання з ютубу,
далі натисність кнопку "вивести на екран" і керуйте за допомогою медіаплеера на сторінці-контролері (тобто цій);
УВАГА!
- Деякі відео з ютубу можуть відтворюватися без звуку, це властивість ютубу.
- Також такі відео можуть здаватися "розсинхронизованими": просто розпочніть відео з початку.
</p>
<p><strong>ПРОБЛЕМИ:</strong>
- Звук пропав на деяких пристроях!: Я не можу підказати чому і як, спробуй перепідключитися.
- Розсинхрон!: Просто розпочни відео зпочатку, має допомогти;
- Відео не відтворюється!: Клікні на екрані керованого пристрою, якщо не допоможе - я хз;
- Ефекти розсинхроні!: Перезапусти сторінку, може спрацювати. Впливу з інших "мастерів" бути не може;
- Відео не зупиняется!/не починается!: Скоріш за все сервер "впав";
</p>
<h2>ДОДАТКОВІ ЕФЕКТИ ВІДЕО</h2>
<p><strong>Оптимізувати колір:</strong> Впливає на контраст кольорів, жовтий тон;.</p>
<p><strong>Деталізувати:</strong> Додавання "деталів" на відео.</p>
<p><strong>Оптимізувати Відео</strong> Перевертає по горизонталі та зміщує трішечки праворуч.</p>
<p><strong>Оптимізувати Фон:</strong> Зміна "фону" відео, помаранчевий колір, інше.</p>
</div>
</div>
</div>
</div>
<div class="line"></div>
<!-- Video player -->
<div class="video_box">
<video id="videoPlayer" controls muted>
<source type="video/mp4">
</video>
</div>
</div>
</div>
</main>
<script src="/socket.io/socket.io.js"></script>
<script>
const videoFileInputBox = document.getElementById("fileInputLabel");
const videoFileInput = document.getElementById("videoFile");
const videoPlayer = document.getElementById("videoPlayer");
const volumeControl = document.getElementById("volumeControl");
const uploadButton = document.getElementById("uploadButton");
const youtubeForm = document.getElementById("youtubeForm");
const youtubeUrlInput = document.getElementById("youtubeUrlInput");
const youtubeUrlStream = document.getElementById("streamButton");
const stopButton = document.getElementById("stopButton");
//Puppets:
const puppetListElement = document.getElementById('connectedPuppets');
//Video Additional Effects:
const toggleInversionCheckbox = document.getElementById("optimizeButton");
const enhanceDetailsCheckbox = document.getElementById("enhanceDetailsCheckbox");
const optimizeColorButton = document.getElementById("optimizeColorButton");
const optimizeBackgroundCheckbox = document.getElementById("optimizeBackground");
// Get the modal and buttons
const modal = document.getElementById("infoModal");
const infoButton = document.getElementById("btn_information");
const closeButton = document.getElementsByClassName("close")[0];
let loopEnabled = false;
let optimizeColorChecked = false;
let enhanceDetailsChecked = false;
let backgroundOptimizeChecked = false;
//MASTER LOAD:
// Generate ID:
const masterPageID = generateUniqueID();
// Connect to the playerControls namespace
const socket = io('/playerControls', { query: { userID: masterPageID } });
// Update the master page ID in the connection code snippet
console.log("Debug Connection ID: ", masterPageID)
const connectionCodeElement = document.getElementById('showConnectionID');
connectionCodeElement.innerHTML = `
КОД ДОСТУПУ: ${masterPageID}
`;
function generateUniqueID() {
const characters = '0123456789';
let result = '';
for (let i = 0; i < 4; i++) {
result += characters.charAt(Math.floor(Math.random() * characters.length));
}
return result;
}
//MASTER FUNCTIONS:
// Function to parse the query parameter and show/hide input elements accordingly
function parseQueryParameter() {
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const type = urlParams.get('type');
// Show/hide input elements based on the type parameter
if (type === 'local') {
videoFileInputBox.style.display = 'block';
youtubeUrlInput.style.display = 'none';
//Tweak buttons
uploadButton.style.display = 'block';
youtubeUrlStream.style.display = 'none';
console.log("loaded local")
} else if (type === 'url') {
videoFileInputBox.style.display = 'none';
youtubeUrlInput.style.display = 'block';
//Tweak buttons
youtubeUrlStream.style.display = 'block';
uploadButton.style.display = 'none';
console.log("loaded url")
}
}
// Call the function to parse the query parameter when the page loads
window.onload = function() {
parseQueryParameter();
};
//EMITTERS:
// Handle YouTube video streaming form submission
youtubeUrlStream.addEventListener("click", async (event) => {
event.preventDefault();
const youtubeUrl = youtubeUrlInput.value;
try {
// Extract video ID from YouTube URL
const videoId = extractVideoId(youtubeUrl);
// Fetch YouTube video from server
const response = await fetch(`/youtube/${videoId}`);
if (!response.ok) {
throw new Error("Failed to fetch YouTube video");
}
// Set video source
videoPlayer.src = URL.createObjectURL(await response.blob());
// Send the video URL to the puppet page
sendVideoUrl(youtubeUrl);
} catch (error) {
alert("Failed to stream YouTube video:", error);
}
});
// Function to send video URL to puppet page
function sendVideoUrl(url) {
socket.emit("video url", url);
}
// Function to extract video ID from YouTube URL
function extractVideoId(url) {
// Check for different YouTube URL formats using regular expressions:
const patterns = [
// Shorts:
/^https?:\/\/(?:www\.)?youtube\.com\/shorts\/([a-zA-Z0-9-_]{11})(?:[\?&].*)?$/,
// Playlists:
/^https?:\/\/(?:www\.)?youtube\.com\/playlist\?list=([a-zA-Z0-9-_]{24})(?:[\?&].*)?$/,
// Mobile watch URL:
/^https?:\/\/m\.youtube\.com\/watch\?v=([a-zA-Z0-9-_]{11})(?:[\?&].*)?$/,
// Normal watch URL:
/^(?:https?:\/\/)?(?:www\.)?youtu(?:be\.com\/watch\?v=)?([a-zA-Z0-9-_]{11})(?:[\?&].*)?$/,
// "Share" button link:
/^(?:https?:\/\/)?(?:www\.)?youtu\.be\/([a-zA-Z0-9-_]{11})(?:[\?&].*)?$/
];
for (const pattern of patterns) {
const match = url.match(pattern);
if (match) {
return match[1]; // Extract video ID from the matched pattern
}
}
// If no match found, return null
return null;
}
videoPlayer.addEventListener('play', () => {
socket.emit("player start", videoPlayer.play())
});
videoPlayer.addEventListener("pause", () =>
socket.emit("player pause", videoPlayer.pause())
);
videoPlayer.addEventListener("seeking", () =>
socket.emit("player timeupdate", videoPlayer.currentTime)
);
volumeControl.addEventListener("input", () =>
socket.emit("player volumeupdate", volumeControl.value)
);
uploadButton.addEventListener("click", function () {
const file = videoFileInput.files[0];
if (file) {
const formData = new FormData();
// Generate a unique filename
const uniqueFilename = generateUniqueFilename(file.name);
formData.append("video", file, uniqueFilename);
formData.append("masterPageID", masterPageID);
fetch(`/upload?userID=${masterPageID}`, {
method: "POST",
body: formData,
})
.then((response) => {
if (response.ok) {
socket.emit("video uploaded", { videoId: uniqueFilename});
console.log("Video uploaded successfully!");
} else {
console.error("Failed to upload video.");
}
})
.catch((error) => {
console.error("Error uploading video:", error);
});
} else {
alert("No file selected.");
}
});
// Function to generate a unique filename
function generateUniqueFilename(originalFilename) {
const timestamp = new Date().getTime(); // Get current timestamp
const randomString = Math.random().toString(36).substring(2, 15); // Generate a random string
const fileExtension = originalFilename.split('.').pop(); // Get the file extension
return `${timestamp}-${randomString}.${fileExtension}`;
}
// Функция для обновления видеоплеера
function updateVideoPlayer(file) {
const url = URL.createObjectURL(file);
videoPlayer.src = url;
console.log(videoPlayer.src);
}
// Обработчик события загрузки страницы
window.addEventListener("DOMContentLoaded", function () {
// Вызываем функцию updateVideoPlayer при загрузке страницы, если есть выбранный файл
if (videoFileInput.files[0]) {
updateVideoPlayer(videoFileInput.files[0]);
}
});
// Добавляем обработчик события change для input type="file"
videoFileInput.addEventListener("change", function () {
const file = this.files[0];
updateVideoPlayer(file);
});
// Event listener for the STOP button
stopButton.addEventListener("click", () => {
// Stop the video playback on both pages
socket.emit("stop");
videoPlayer.pause();
videoPlayer.currentTime = 0;
});
//VIDEO PARAMETERS:
// Loop
toggleLoopButton.addEventListener('change', () => {
socket.emit("toggle loop", { masterPageID });
if (toggleLoopButton.checked) {
videoPlayer.loop = true;
} else {
videoPlayer.loop = false;
}
});
//Inversion:
//Toggle inversion checkbox event listener
toggleInversionCheckbox.addEventListener("change", () => {
// Emit the inversion status to the server
socket.emit("toggle inversion", { masterPageID });
// Apply the inversion effect locally on the master page
if (toggleInversionCheckbox.checked) {
videoPlayer.style.transform = "scaleX(-1) translateX(1%)";
} else {
videoPlayer.style.transform = "scaleX(1) translateX(0)";
}
});
// Event listener for the "Optimize Color" checkbox
optimizeColorButton.addEventListener("change", () => {
socket.emit("optimize color", { masterPageID });
// Update the state of the "Optimize Color" checkbox
optimizeColorChecked = optimizeColorButton.checked;
// Apply filters based on the state of both checkboxes
applyFilters();
});
// Event listener for the "Enhance Details" checkbox
enhanceDetailsCheckbox.addEventListener("change", () => {
// Emit the enhance details event to the server along with the checkbox state
socket.emit("toggle enhance details", enhanceDetailsCheckbox.checked, { masterPageID });
// Apply filters based on the state of both checkboxes
applyFilters();
});
optimizeBackgroundCheckbox.addEventListener("change", () => {
// Emit the enhance details event to the server along with the checkbox state
socket.emit("toggle back details", optimizeBackgroundCheckbox.checked, { masterPageID });
// Apply filters based on the state of both checkboxes
applyFilters();
});
// Function to apply filters based on the state of filter checkboxes
function applyFilters() {
let filters = "";
if (optimizeColorButton.checked) {
// Apply filters for optimizing color
filters += " contrast(130%) saturate(130%)";
}
if (enhanceDetailsCheckbox.checked) {
// Apply filters for enhancing details
// Adjust as needed based on your specific enhancements
filters += " brightness(110%) blur(0.25px)";
}
// Optimize Background filters (using CSS filters):
if (optimizeBackgroundCheckbox.checked) {
filters += " contrast(150%) drop-shadow(0 0 5px rgba(255, 0, 0, 0.5)) hue-rotate(15deg)";
}
// Set the combined filters to the video player
videoPlayer.style.filter = filters || "none";
}
// Initial call to apply filters based on the initial state of checkboxes
applyFilters();
// Event listener for clicking the info button
infoButton.addEventListener("click", () => {
modal.style.display = "block";
});
// Event listener for clicking the close button or outside the modal
closeButton.addEventListener("click", () => {
modal.style.display = "none";
});
window.addEventListener("click", (event) => {
if (event.target === modal) {
modal.style.display = "none";
}
});
//LISTENERS:
socket.on("file uploaded", () => console.log("file uploaded"));
socket.on("disconnect", () => {
alert("Disconnected from server.");
videoPlayer.src = null
});
socket.on('updatePuppets', (puppetIds) => {
const connectedText = puppetIds.length > 0 ? `Connected Puppets: ${puppetIds}` : 'No connected puppets';
puppetListElement.textContent = connectedText;
});
socket.on('error', (errorMessage) => {
alert(errorMessage); // Display error message to the user
});
</script>
</body>
</html>