mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-24 01:08:36 +02:00
Implement WebRTC URL resolution and update stream playback logic across components and API routes
This commit is contained in:
2
packages/web/drizzle/0003_add_webrtc_url_to_streams.sql
Normal file
2
packages/web/drizzle/0003_add_webrtc_url_to_streams.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "streams" ADD COLUMN "webrtc_url" text;
|
||||
--> statement-breakpoint
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user