diff --git a/settings.json b/settings.json index 3eeb08a..3cb44c8 100644 --- a/settings.json +++ b/settings.json @@ -1,8 +1,8 @@ { "server_ip": "0.0.0.0", "server_port": 8080, - "video_path": "videos/Orb-21.mp4", - "subtitles_path": "videos/Orb-21.vtt", - "bg_path": "videos/bg-20.png", + "video_path": "videos/Orb-22.mp4", + "subtitles_path": "videos/Orb-22.vtt", + "bg_path": "videos/chisato_peak.jpg", "password": "password" } diff --git a/src/index.js b/src/index.js index 6ee0ae1..72c8af0 100644 --- a/src/index.js +++ b/src/index.js @@ -129,7 +129,7 @@ app.post("/login", function (req, res) { // video streaming -app.get("/video", function (req, res) { +app.get("/video-3", function (req, res) { // Ensure there is a range given for the video const range = req.headers.range; if (!range) { diff --git a/src/main.html b/src/main.html index 820b6a4..6fd19e9 100644 --- a/src/main.html +++ b/src/main.html @@ -9,7 +9,7 @@ - + @@ -20,7 +20,7 @@

Welcome to the Orboverse