|
@ -175,7 +175,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Append '.mp4' to the formatted path |
|
|
// Append '.mp4' to the formatted path |
|
|
let videoPath = `${formattedPath}latest.mp4`; |
|
|
let videoPath = `${formattedPath}latest.mp4&t={Date.now()}`; |
|
|
let videoPlayer = document.getElementById('video-player'); |
|
|
let videoPlayer = document.getElementById('video-player'); |
|
|
let videoSource = document.getElementById('video-source'); |
|
|
let videoSource = document.getElementById('video-source'); |
|
|
|
|
|
|
|
|