mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
fix: Add ns3-mini
This commit is contained in:
@@ -5,6 +5,7 @@ import { Examples } from "../examples.js";
|
|||||||
// Basic types we need
|
// Basic types we need
|
||||||
export const MachinePresetName = z.enum([
|
export const MachinePresetName = z.enum([
|
||||||
"ns3-micro",
|
"ns3-micro",
|
||||||
|
"ns3-mini",
|
||||||
"ns3-small",
|
"ns3-small",
|
||||||
"ns3-medium",
|
"ns3-medium",
|
||||||
"ns3-large",
|
"ns3-large",
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
import { session } from "../src/index.js";
|
import { session } from "../src/index.js";
|
||||||
|
|
||||||
const myTestSession = session({
|
const myTestSession = session({
|
||||||
id: "test-session",
|
|
||||||
description: "A game test session",
|
description: "A game test session",
|
||||||
resolution: "1080x1920",
|
resolution: "1080x1920",
|
||||||
videoBitDepth: 8,
|
videoBitDepth: 8,
|
||||||
machine: "gpu-medium",
|
machine: "ns3-medium",
|
||||||
videoCodec: "h264",
|
videoCodec: "h264",
|
||||||
framerate: 60,
|
framerate: 60,
|
||||||
audioBitrate: 128,
|
audioBitrate: 128,
|
||||||
|
|||||||
Reference in New Issue
Block a user