start: orb-22

This commit is contained in:
Yuri Tatishchev 2025-06-17 00:13:18 -07:00
parent 302113baee
commit f518f86543
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{ {
"server_ip": "0.0.0.0", "server_ip": "0.0.0.0",
"server_port": 8080, "server_port": 8080,
"video_path": "videos/Orb-21.mp4", "video_path": "videos/Orb-22.mp4",
"subtitles_path": "videos/Orb-21.vtt", "subtitles_path": "videos/Orb-22.vtt",
"bg_path": "videos/bg-20.png", "bg_path": "videos/chisato_peak.jpg",
"password": "password" "password": "password"
} }

View File

@ -129,7 +129,7 @@ app.post("/login", function (req, res) {
// video streaming // video streaming
app.get("/video", function (req, res) { app.get("/video-3", function (req, res) {
// Ensure there is a range given for the video // Ensure there is a range given for the video
const range = req.headers.range; const range = req.headers.range;
if (!range) { if (!range) {

View File

@ -9,7 +9,7 @@
<link rel="icon" href="/icon.png" type="image/png"> <link rel="icon" href="/icon.png" type="image/png">
<!-- Open Graph Meta Tags --> <!-- Open Graph Meta Tags -->
<meta property="og:title" content="The Orboverse"> <meta property="og:title" content="The Orboverse">
<meta property="og:description" content="Join the funny. 🔫."> <meta property="og:description" content="Join the heliocentrism ☀️ gang. 🔫.">
<meta property="og:image" content="/stars.jpg"> <meta property="og:image" content="/stars.jpg">
<meta property="og:url" content="https://anistream.cazzzer.com"> <meta property="og:url" content="https://anistream.cazzzer.com">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
@ -20,7 +20,7 @@
<h1>Welcome to the Orboverse</h1> <h1>Welcome to the Orboverse</h1>
</header> </header>
<video id="videoPlayer" muted controls controlsList="nodownload noplaybackrate"> <video id="videoPlayer" muted controls controlsList="nodownload noplaybackrate">
<source src="/video" type="video/mp4" /> <source src="/video-3" type="video/mp4" />
<!-- subtitle track--> <!-- subtitle track-->
<track kind="subtitles" src="/subtitles" srclang="en" label="English" default> <track kind="subtitles" src="/subtitles" srclang="en" label="English" default>
<p>Your browser does not support the video tag.</p> <p>Your browser does not support the video tag.</p>