From 1ae375a3e782225b46be9b7ce31f9561dcdf65eb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Mar 2024 16:13:23 +0100 Subject: [PATCH] ext files --- teleforma/src/js/video/VideoComponent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/src/js/video/VideoComponent.vue b/teleforma/src/js/video/VideoComponent.vue index 90317dc3..cc689e55 100644 --- a/teleforma/src/js/video/VideoComponent.vue +++ b/teleforma/src/js/video/VideoComponent.vue @@ -45,17 +45,17 @@ const syncVideoPlayer = new SyncVideoPlayer({ controls: true, main: true, initialSrc: - "http://localhost/videos/work/41/3/034096686d6600f6a6514b0297a86537/crfpa-social-cours_0.webm-03_01_24-15%3A10%3A11-397330.mp4" + "https://staging.docker.e-learning.crfpa.pre-barreau.parisson.com/media/TEST/034096686d6600f6a6514b0297a86537/crfpa-social-cours_0.webm-03_01_24-15%3A10%3A11-397330.mp4" }, { id: "#video-1", initialSrc: - "http://localhost/videos/work/41/3/034096686d6600f6a6514b0297a86537/crfpa-social-cours_2.webm-03_01_24-15%3A10%3A11-436287.mp4" + "https://staging.docker.e-learning.crfpa.pre-barreau.parisson.com/media/TEST/034096686d6600f6a6514b0297a86537/crfpa-social-cours_2.webm-03_01_24-15%3A10%3A11-436287.mp4" }, { id: "#video-2", initialSrc: - "http://localhost/videos/work/41/3/034096686d6600f6a6514b0297a86537/crfpa-social-cours_4.webm-03_01_24-15%3A10%3A11-453026.mp4" + "https://staging.docker.e-learning.crfpa.pre-barreau.parisson.com/media/TEST/034096686d6600f6a6514b0297a86537/crfpa-social-cours_4.webm-03_01_24-15%3A10%3A11-453026.mp4" }, { id: "#video-3", -- 2.39.5