Trimmed monorepo checkout (fluxer_desktop + packages/voice_engine_v2 + tools/ci) with a "Connect to a Different Server" menu item and popout that lets the desktop app switch to any self-hosted Fluxer instance, plus fixes for well-known discovery on single-domain self-hosted deployments and a false-positive ERR_ABORTED on same-origin client redirects during the switch. Defaults to chat.fluxr.chat and uses an isolated userData directory from the official build.
288 lines
7.9 KiB
JSON
288 lines
7.9 KiB
JSON
{
|
|
"status": "fail",
|
|
"startedAt": "2026-06-05T20:50:29.534Z",
|
|
"endedAt": "2026-06-05T20:52:00.423Z",
|
|
"platform": "linux",
|
|
"arch": "x64",
|
|
"config": {
|
|
"url": "ws://100.79.83.54:17880",
|
|
"serverApiUrl": "http://100.79.83.54:17880",
|
|
"apiKey": "devkey",
|
|
"room": "fluxer-webrtc-harness-92838-08153292-483f-4acb-b470-af9847d7597c",
|
|
"externalTokens": false,
|
|
"publisherIdentity": "fluxer-native-publisher-92838",
|
|
"secondaryPublisherIdentity": "fluxer-native-publisher-2-92838",
|
|
"subscriberIdentity": "fluxer-native-subscriber-92838",
|
|
"required": true,
|
|
"strict": true,
|
|
"timeoutMs": 90000,
|
|
"connectTimeoutMs": 30000,
|
|
"disconnectTimeoutMs": 10000,
|
|
"probeTimeoutMs": 1500,
|
|
"durationMs": 15000,
|
|
"width": 1280,
|
|
"height": 720,
|
|
"expectedWidth": 1280,
|
|
"expectedHeight": 720,
|
|
"fps": 30,
|
|
"minFpsRatio": 0.9,
|
|
"maxFrameGapMs": 250,
|
|
"maxAudioFrameGapMs": 0,
|
|
"maxAvDriftMs": 0,
|
|
"maxPacketLoss": null,
|
|
"requireStableResolution": true,
|
|
"videoPattern": "fast",
|
|
"videoInput": "nv12",
|
|
"subscriberVideoQuality": "high",
|
|
"screenCodecs": ["hevc"],
|
|
"expectedScreenCodecs": ["hevc"],
|
|
"codec": "hevc",
|
|
"expectedScreenCodec": "video/H265",
|
|
"secondaryPublisher": false,
|
|
"secondaryPublisherCodec": "hevc",
|
|
"secondaryPublisherCodecExplicit": false,
|
|
"expectedSecondaryPublisherCodec": "video/H265",
|
|
"expectedSecondaryPublisherCodecExplicit": false,
|
|
"screenSimulcast": false,
|
|
"secondaryPublisherScreenSimulcast": false,
|
|
"adaptiveSend": true,
|
|
"minVideoFps": 15,
|
|
"minResolutionScale": 0.5,
|
|
"maxAudioBufferMs": 750,
|
|
"secondaryPublisherMicrophone": false,
|
|
"secondaryPublisherScreenAudio": false,
|
|
"maxBitrateBps": 400000,
|
|
"sampleRate": 48000,
|
|
"channels": 1,
|
|
"audioChunkMs": 20,
|
|
"microphone": false,
|
|
"screenAudio": false,
|
|
"dataPacket": false,
|
|
"subscriptionCycle": false,
|
|
"validateServerPublishing": true,
|
|
"camera": false,
|
|
"cameraDeviceId": null,
|
|
"expectedCameraCodec": null,
|
|
"expectedHardwareEncoder": null,
|
|
"reportPath": "/home/hampus/Development/fluxer/fluxer_desktop/native-media-reports/cachyos-nvidia-livekit-720p-hevc-20260605T205028Z.json",
|
|
"verbose": false,
|
|
"scenarioName": "codec-hevc",
|
|
"apiSecret": "<redacted>",
|
|
"e2eeKey": null,
|
|
"publisherToken": null,
|
|
"secondaryPublisherToken": null,
|
|
"subscriberToken": null
|
|
},
|
|
"checks": [
|
|
{
|
|
"name": "publisher connected",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber connected",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "publisher local screenshare publication",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber remote screenshare subscription",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber inbound video frames >= 3",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber video frame callback",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "publisher outbound screenshare stats",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber inbound video stats",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber inbound video stats count >= 1",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "subscriber video resolution 1280x720",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "publisher outbound screenshare codec video/H265",
|
|
"pass": false
|
|
},
|
|
{
|
|
"name": "subscriber inbound video codec video/H265",
|
|
"pass": false
|
|
},
|
|
{
|
|
"name": "server publishing API participants listed",
|
|
"pass": true
|
|
},
|
|
{
|
|
"name": "server sees publisher screenshare publication",
|
|
"pass": false
|
|
}
|
|
],
|
|
"skippedReason": null,
|
|
"error": "Error: timed out after 90000ms waiting for: publisher outbound screenshare codec video/H265, subscriber inbound video codec video/H265, server sees publisher screenshare publication\n at waitForHarnessSuccess (file:///home/hampus/Development/fluxer/fluxer_desktop/native/webrtc-sender/scripts/livekit-harness.mjs:1329:8)\n at async runHarness (file:///home/hampus/Development/fluxer/fluxer_desktop/native/webrtc-sender/scripts/livekit-harness.mjs:1926:18)\n at async main (file:///home/hampus/Development/fluxer/fluxer_desktop/native/webrtc-sender/scripts/livekit-harness.mjs:2026:18)\n at async file:///home/hampus/Development/fluxer/fluxer_desktop/native/webrtc-sender/scripts/livekit-harness.mjs:2059:19",
|
|
"hardwareEncoder": {
|
|
"available": false,
|
|
"backend": "none",
|
|
"compiled": true,
|
|
"runtime": false,
|
|
"codecs": [],
|
|
"zeroCopy": false,
|
|
"nativeInputs": [],
|
|
"reason": "no_supported_devices",
|
|
"detail": "missing NVENC encode session (checked 1 CUDA device; last status NV_ENC_ERR_UNSUPPORTED_DEVICE (2))"
|
|
},
|
|
"metrics": {
|
|
"inboundAudioFrames": 0,
|
|
"inboundVideoFrames": 2611,
|
|
"strictAudioFrames": 0,
|
|
"strictVideoFrames": 2610,
|
|
"videoCallbacks": 2610,
|
|
"videoBytes": 3608064000,
|
|
"receivedFps": 29.02,
|
|
"requiredFps": 27,
|
|
"maxVideoFrameGapMs": 81,
|
|
"maxAudioFrameGapMs": 0,
|
|
"maxVideoFrameGapOverallMs": 81,
|
|
"maxAudioFrameGapOverallMs": 0,
|
|
"avDriftMs": null,
|
|
"maxObservedPacketLoss": 0,
|
|
"maxObservedPacketLossDelta": 0,
|
|
"videoResolutionCounts": {
|
|
"1280x720": 2610
|
|
},
|
|
"videoResolutionMismatchCount": 0,
|
|
"droppedVideoFrameCallbacks": 0,
|
|
"publisherVideoPump": {
|
|
"input": "nv12",
|
|
"pattern": "fast",
|
|
"targetFps": 30,
|
|
"startedAtMs": 1780692630259,
|
|
"stoppedAtMs": null,
|
|
"framesPushed": 2705,
|
|
"framesRejected": 0,
|
|
"errors": 0,
|
|
"maxPushGapMs": 37,
|
|
"lastPushAtMs": 1780692720392,
|
|
"elapsedMs": 90321,
|
|
"producedFps": 29.95
|
|
},
|
|
"secondaryPublisherVideoPump": null,
|
|
"serverPublishing": {
|
|
"fetchedAtMs": 1780692720171,
|
|
"error": null,
|
|
"participants": [
|
|
{
|
|
"identity": "fluxer-native-subscriber-92838",
|
|
"trackCount": 0,
|
|
"tracks": []
|
|
},
|
|
{
|
|
"identity": "fluxer-native-publisher-92838",
|
|
"trackCount": 1,
|
|
"tracks": [
|
|
{
|
|
"sid": "TR_VSr7CavPmttCck",
|
|
"name": "screen",
|
|
"kind": "video",
|
|
"source": "screenshare",
|
|
"mimeType": "video/VP8",
|
|
"muted": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"lastVideoMeta": {
|
|
"participantSid": "PA_eQVNaBPkxUPX",
|
|
"trackSid": "TR_VSr7CavPmttCck",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"timestampUs": 68625011000
|
|
},
|
|
"publisherStats": {
|
|
"rttMs": 6,
|
|
"outbound": [
|
|
{
|
|
"trackSid": "TR_VSr7CavPmttCck",
|
|
"source": "screenshare",
|
|
"kind": "video",
|
|
"bitrateKbps": 44.7,
|
|
"packetsLost": 0,
|
|
"fps": 29,
|
|
"codec": "video/VP8"
|
|
}
|
|
],
|
|
"inbound": [],
|
|
"send": {
|
|
"outgoingVideoQueueDepth": 1,
|
|
"outgoingVideoFramesProduced": 2697,
|
|
"outgoingVideoFramesAccepted": 2697,
|
|
"outgoingVideoFramesDropped": 91,
|
|
"outgoingVideoFramesCoalesced": 91,
|
|
"outgoingVideoFramesCaptured": 2605,
|
|
"outgoingVideoCaptureFailures": 0,
|
|
"outgoingVideoEffectiveFps": 28.98,
|
|
"outgoingVideoTargetFps": 30,
|
|
"outgoingVideoMaxQueueAgeMs": 34,
|
|
"outgoingVideoMaxPushLatencyMs": 34,
|
|
"outgoingAudioBufferTargetMs": 200,
|
|
"outgoingAudioBufferMaxMs": 750,
|
|
"outgoingAudioUnderruns": 0,
|
|
"outgoingAudioRebuffers": 0,
|
|
"outgoingAudioMaxFrameGapMs": 0,
|
|
"adaptiveSendTier": "full",
|
|
"adaptiveSendReason": "stable"
|
|
}
|
|
},
|
|
"secondaryPublisherStats": null,
|
|
"subscriberStats": {
|
|
"rttMs": 6,
|
|
"outbound": [],
|
|
"inbound": [
|
|
{
|
|
"participantSid": "PA_eQVNaBPkxUPX",
|
|
"trackSid": "TR_VSr7CavPmttCck",
|
|
"kind": "video",
|
|
"bitrateKbps": 43.1,
|
|
"packetsLost": 0,
|
|
"jitterMs": 3,
|
|
"codec": "video/VP8"
|
|
}
|
|
],
|
|
"send": {
|
|
"outgoingVideoQueueDepth": 0,
|
|
"outgoingVideoFramesProduced": 0,
|
|
"outgoingVideoFramesAccepted": 0,
|
|
"outgoingVideoFramesDropped": 0,
|
|
"outgoingVideoFramesCoalesced": 0,
|
|
"outgoingVideoFramesCaptured": 0,
|
|
"outgoingVideoCaptureFailures": 0,
|
|
"outgoingVideoEffectiveFps": 0,
|
|
"outgoingVideoTargetFps": 0,
|
|
"outgoingVideoMaxQueueAgeMs": 0,
|
|
"outgoingVideoMaxPushLatencyMs": 0,
|
|
"outgoingAudioBufferTargetMs": 200,
|
|
"outgoingAudioBufferMaxMs": 750,
|
|
"outgoingAudioUnderruns": 0,
|
|
"outgoingAudioRebuffers": 0,
|
|
"outgoingAudioMaxFrameGapMs": 0,
|
|
"adaptiveSendTier": "idle",
|
|
"adaptiveSendReason": "notPublishing"
|
|
}
|
|
}
|
|
}
|
|
}
|