From 2476ebd27931cbaaf2d91828ff1e4b8b3c604a03 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 6 May 2022 11:58:05 +0200 Subject: [PATCH] Update copyright footer year from 2021 to 2022 --- docker/openvidu-demo-proxy/conf/html/index.html | 2 +- openvidu-filters/web/index.html | 4 ++-- openvidu-getaroom/web/index.html | 2 +- openvidu-iframe/web/index.html | 2 +- .../src/app/user-video.component.ts | 12 +++++++++++- openvidu-insecure-js-screen-share/web/index.html | 2 +- openvidu-insecure-js/web/index.html | 2 +- openvidu-internet-explorer/web/index.html | 2 +- .../src/main/java/io/openvidu/ipcameras/App.java | 3 +-- .../src/main/resources/static/index.html | 2 +- openvidu-js-node/public/index.html | 2 +- .../src/main/resources/templates/dashboard.html | 2 +- .../src/main/resources/templates/index.html | 2 +- .../src/main/resources/templates/session.html | 2 +- openvidu-mvc-node/views/dashboard.ejs | 2 +- openvidu-mvc-node/views/index.ejs | 2 +- openvidu-mvc-node/views/session.ejs | 2 +- .../src/main/resources/static/index.html | 2 +- openvidu-recording-node/public/index.html | 2 +- 19 files changed, 30 insertions(+), 21 deletions(-) diff --git a/docker/openvidu-demo-proxy/conf/html/index.html b/docker/openvidu-demo-proxy/conf/html/index.html index 56cfb762..e7e7e1af 100644 --- a/docker/openvidu-demo-proxy/conf/html/index.html +++ b/docker/openvidu-demo-proxy/conf/html/index.html @@ -94,7 +94,7 @@ diff --git a/openvidu-filters/web/index.html b/openvidu-filters/web/index.html index 25af988b..212d2d5e 100644 --- a/openvidu-filters/web/index.html +++ b/openvidu-filters/web/index.html @@ -1,7 +1,7 @@ - openvidu-pitch-filter-demo + openvidu-filters @@ -126,7 +126,7 @@ diff --git a/openvidu-getaroom/web/index.html b/openvidu-getaroom/web/index.html index 2dc339e4..d20f66b7 100644 --- a/openvidu-getaroom/web/index.html +++ b/openvidu-getaroom/web/index.html @@ -79,7 +79,7 @@ diff --git a/openvidu-iframe/web/index.html b/openvidu-iframe/web/index.html index 55ab3825..88a81f0b 100644 --- a/openvidu-iframe/web/index.html +++ b/openvidu-iframe/web/index.html @@ -44,7 +44,7 @@ diff --git a/openvidu-insecure-angular/src/app/user-video.component.ts b/openvidu-insecure-angular/src/app/user-video.component.ts index 813565dc..fcc912ff 100644 --- a/openvidu-insecure-angular/src/app/user-video.component.ts +++ b/openvidu-insecure-angular/src/app/user-video.component.ts @@ -25,7 +25,7 @@ import { StreamManager } from 'openvidu-browser'; template: `
-

{{getNicknameTag()}}

+

{{getNicknameTag()}}

` }) export class UserVideoComponent { @@ -36,4 +36,14 @@ export class UserVideoComponent { getNicknameTag() { // Gets the nickName of the user return JSON.parse(this.streamManager.stream.connection.data).clientData; } + + applyFilter() { + if (!!this.streamManager.stream.filter) { + this.streamManager.stream.applyFilter('VB:image', { + url: "https://localhost:4443/virtual-background/backgrounds/office.jpeg" + }); + } else { + this.streamManager.stream.removeFilter(); + } + } } diff --git a/openvidu-insecure-js-screen-share/web/index.html b/openvidu-insecure-js-screen-share/web/index.html index 1818e08a..d413bfbc 100644 --- a/openvidu-insecure-js-screen-share/web/index.html +++ b/openvidu-insecure-js-screen-share/web/index.html @@ -73,7 +73,7 @@ diff --git a/openvidu-insecure-js/web/index.html b/openvidu-insecure-js/web/index.html index 39c227e8..6ac73e96 100644 --- a/openvidu-insecure-js/web/index.html +++ b/openvidu-insecure-js/web/index.html @@ -63,7 +63,7 @@ diff --git a/openvidu-internet-explorer/web/index.html b/openvidu-internet-explorer/web/index.html index bdacceea..10525e66 100644 --- a/openvidu-internet-explorer/web/index.html +++ b/openvidu-internet-explorer/web/index.html @@ -67,7 +67,7 @@ diff --git a/openvidu-ipcameras/src/main/java/io/openvidu/ipcameras/App.java b/openvidu-ipcameras/src/main/java/io/openvidu/ipcameras/App.java index 97cbee35..2823de4b 100644 --- a/openvidu-ipcameras/src/main/java/io/openvidu/ipcameras/App.java +++ b/openvidu-ipcameras/src/main/java/io/openvidu/ipcameras/App.java @@ -31,8 +31,7 @@ public class App { static Map IP_CAMERAS = new HashMap() { { put("Big Buck Bunny", "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"); - put("Wickenburg, Arizona", "rtsp://98.163.61.242/live/ch00_0"); - put("City", "rtsp://91.191.213.49:554/live_mpeg4.sdp"); + put("Parking URJC", "rtsp://openvidu:MY_SECRET@193.147.62.13:554/stream1"); } }; diff --git a/openvidu-js-java/src/main/resources/static/index.html b/openvidu-js-java/src/main/resources/static/index.html index f2f3faa1..b82ca8ee 100644 --- a/openvidu-js-java/src/main/resources/static/index.html +++ b/openvidu-js-java/src/main/resources/static/index.html @@ -120,7 +120,7 @@
-
OpenVidu © 2021
+
OpenVidu © 2022
diff --git a/openvidu-js-node/public/index.html b/openvidu-js-node/public/index.html index 165286bd..dc6d21ad 100644 --- a/openvidu-js-node/public/index.html +++ b/openvidu-js-node/public/index.html @@ -120,7 +120,7 @@
-
OpenVidu © 2021
+
OpenVidu © 2022
diff --git a/openvidu-mvc-java/src/main/resources/templates/dashboard.html b/openvidu-mvc-java/src/main/resources/templates/dashboard.html index e64171b8..9ab9bc42 100644 --- a/openvidu-mvc-java/src/main/resources/templates/dashboard.html +++ b/openvidu-mvc-java/src/main/resources/templates/dashboard.html @@ -65,7 +65,7 @@
-
OpenVidu © 2021
+
OpenVidu © 2022
diff --git a/openvidu-mvc-java/src/main/resources/templates/index.html b/openvidu-mvc-java/src/main/resources/templates/index.html index 971c7a23..72dad44f 100644 --- a/openvidu-mvc-java/src/main/resources/templates/index.html +++ b/openvidu-mvc-java/src/main/resources/templates/index.html @@ -83,7 +83,7 @@
-
OpenVidu © 2021
+
OpenVidu © 2022
diff --git a/openvidu-mvc-java/src/main/resources/templates/session.html b/openvidu-mvc-java/src/main/resources/templates/session.html index fabc9f08..8aa5fd82 100644 --- a/openvidu-mvc-java/src/main/resources/templates/session.html +++ b/openvidu-mvc-java/src/main/resources/templates/session.html @@ -59,7 +59,7 @@