Implement WebRTC URL resolution and update stream playback logic across components and API routes

This commit is contained in:
Nikita
2025-12-23 11:32:08 -08:00
parent f45c28f941
commit 93bd99f9ed
10 changed files with 133 additions and 30 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "streams" ADD COLUMN "webrtc_url" text;
--> statement-breakpoint

View File

@@ -22,6 +22,13 @@
"when": 1765916542205,
"tag": "0002_uneven_the_renegades",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1766456542436,
"tag": "0003_add_webrtc_url_to_streams",
"breakpoints": true
}
]
}
}