upd
This commit is contained in:
@@ -26,6 +26,9 @@ export const serverSessions = pgTable("server_sessions", {
|
||||
endAt: timestamp("end_at", { withTimezone: true }), // Default 30 minutes from start_at
|
||||
appPid: integer("app_pid"),
|
||||
cirrusPid: integer("cirrus_pid"),
|
||||
streamerPort: integer("streamer_port"), // Порт Cirrus для UE приложения (streamer)
|
||||
playerPort: integer("player_port"), // Порт Cirrus для клиента (player/браузер)
|
||||
sfuPort: integer("sfu_port"), // Порт Cirrus для SFU (Selective Forwarding Unit)
|
||||
mode: sessionModeEnum("mode").notNull(), // stream, local
|
||||
tier: serverTierEnum("tier"), // demo, prod (только для stream, nullable)
|
||||
status: sessionStatusEnum("status").notNull(), // starting, started, ending, ended
|
||||
|
||||
Reference in New Issue
Block a user