Add native self-hosted instance connection to fluxer_desktop
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.
This commit is contained in:
@@ -0,0 +1,654 @@
|
||||
{
|
||||
"status": "fail",
|
||||
"startedAt": "2026-06-05T20:26:01.950Z",
|
||||
"endedAt": "2026-06-05T20:26:13.710Z",
|
||||
"platform": "darwin",
|
||||
"arch": "arm64",
|
||||
"config": {
|
||||
"url": "ws://100.79.83.54:17880",
|
||||
"serverApiUrl": "http://100.79.83.54:17880",
|
||||
"apiKey": "devkey",
|
||||
"room": "fluxer-webrtc-harness-97788-e96dacf0-ab09-478e-8f70-cff476c920c4",
|
||||
"externalTokens": false,
|
||||
"publisherIdentity": "fluxer-native-publisher-97788",
|
||||
"secondaryPublisherIdentity": "fluxer-native-publisher-2-97788",
|
||||
"subscriberIdentity": "fluxer-native-subscriber-97788",
|
||||
"required": true,
|
||||
"strict": true,
|
||||
"timeoutMs": 60000,
|
||||
"connectTimeoutMs": 30000,
|
||||
"disconnectTimeoutMs": 10000,
|
||||
"probeTimeoutMs": 1500,
|
||||
"durationMs": 10000,
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"expectedWidth": 1280,
|
||||
"expectedHeight": 720,
|
||||
"fps": 30,
|
||||
"minFpsRatio": 0.95,
|
||||
"maxFrameGapMs": 250,
|
||||
"maxAudioFrameGapMs": 250,
|
||||
"maxAvDriftMs": 80,
|
||||
"maxPacketLoss": 0,
|
||||
"requireStableResolution": true,
|
||||
"videoPattern": "fast",
|
||||
"videoInput": "nv12",
|
||||
"subscriberVideoQuality": "high",
|
||||
"screenCodecs": ["vp8"],
|
||||
"expectedScreenCodecs": ["vp8"],
|
||||
"codec": "vp8",
|
||||
"expectedScreenCodec": "video/VP8",
|
||||
"secondaryPublisher": true,
|
||||
"secondaryPublisherCodec": "vp8",
|
||||
"secondaryPublisherCodecExplicit": false,
|
||||
"expectedSecondaryPublisherCodec": "video/VP8",
|
||||
"expectedSecondaryPublisherCodecExplicit": false,
|
||||
"screenSimulcast": true,
|
||||
"secondaryPublisherScreenSimulcast": true,
|
||||
"adaptiveSend": true,
|
||||
"minVideoFps": 15,
|
||||
"minResolutionScale": 0.5,
|
||||
"maxAudioBufferMs": 750,
|
||||
"secondaryPublisherMicrophone": true,
|
||||
"secondaryPublisherScreenAudio": true,
|
||||
"maxBitrateBps": 4000000,
|
||||
"sampleRate": 48000,
|
||||
"channels": 1,
|
||||
"audioChunkMs": 20,
|
||||
"microphone": true,
|
||||
"screenAudio": true,
|
||||
"dataPacket": true,
|
||||
"subscriptionCycle": true,
|
||||
"validateServerPublishing": true,
|
||||
"camera": false,
|
||||
"cameraDeviceId": null,
|
||||
"expectedCameraCodec": null,
|
||||
"expectedHardwareEncoder": null,
|
||||
"reportPath": "/Users/hampus/Development/fluxer/fluxer_desktop/native-media-reports/mac-m3-ultra-livekit-smoke-20260605T202601Z.json",
|
||||
"verbose": false,
|
||||
"scenarioName": "codec-vp8-with-vp8",
|
||||
"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 >= 6",
|
||||
"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 >= 2",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber video resolution 1280x720",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber aggregate inbound audio frames >= 12",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber inbound audio stats count >= 4",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "publisher local microphone publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber remote microphone subscription",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber inbound audio frames >= 12",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "publisher outbound microphone stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber inbound audio stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "publisher local screen-share audio publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber remote screen-share audio subscription",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "publisher outbound screen-share audio stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher connected",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher local screenshare publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber remote secondary screenshare subscription",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher outbound screenshare stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher outbound screenshare codec video/VP8",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber inbound secondary codec video/VP8",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher local microphone publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber remote secondary microphone subscription",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher outbound microphone stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher local screen-share audio publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber remote secondary screen-share audio subscription",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "secondary publisher outbound screen-share audio stats",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber data packet received",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber secondary data packet received",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "publisher outbound screenshare codec video/VP8",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "subscriber inbound video codec video/VP8",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server publishing API participants listed",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees publisher screenshare publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees publisher microphone publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees publisher screen-share audio publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees secondary publisher screenshare publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees secondary publisher microphone publication",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"name": "server sees secondary publisher screen-share audio publication",
|
||||
"pass": true
|
||||
}
|
||||
],
|
||||
"skippedReason": null,
|
||||
"error": "observed packet loss 104 exceeds 0; observed 2 video frames outside 1280x720",
|
||||
"hardwareEncoder": {
|
||||
"available": true,
|
||||
"backend": "videotoolbox",
|
||||
"compiled": true,
|
||||
"runtime": true,
|
||||
"codecs": ["h264", "h265"],
|
||||
"zeroCopy": false,
|
||||
"nativeInputs": [],
|
||||
"detail": "VideoToolbox can create hardware-accelerated compression sessions for h264, h265; supported hardware-codec probe set: h264, h265"
|
||||
},
|
||||
"metrics": {
|
||||
"inboundAudioFrames": 4408,
|
||||
"inboundVideoFrames": 581,
|
||||
"strictAudioFrames": 100,
|
||||
"strictVideoFrames": 554,
|
||||
"videoCallbacks": 579,
|
||||
"videoBytes": 796262400,
|
||||
"receivedFps": 56.03,
|
||||
"requiredFps": 28.5,
|
||||
"maxVideoFrameGapMs": 66,
|
||||
"maxAudioFrameGapMs": 102,
|
||||
"maxVideoFrameGapOverallMs": 128,
|
||||
"maxAudioFrameGapOverallMs": 102,
|
||||
"avDriftMs": 13,
|
||||
"maxObservedPacketLoss": 104,
|
||||
"videoResolutionCounts": {
|
||||
"640x360": 2,
|
||||
"1280x720": 552
|
||||
},
|
||||
"videoResolutionMismatchCount": 2,
|
||||
"droppedVideoFrameCallbacks": 0,
|
||||
"publisherVideoPump": {
|
||||
"input": "nv12",
|
||||
"pattern": "fast",
|
||||
"targetFps": 30,
|
||||
"startedAtMs": 1780691162656,
|
||||
"stoppedAtMs": null,
|
||||
"framesPushed": 332,
|
||||
"framesRejected": 0,
|
||||
"errors": 0,
|
||||
"maxPushGapMs": 35,
|
||||
"lastPushAtMs": 1780691173690,
|
||||
"elapsedMs": 11153,
|
||||
"producedFps": 29.77
|
||||
},
|
||||
"secondaryPublisherVideoPump": {
|
||||
"input": "nv12",
|
||||
"pattern": "fast",
|
||||
"targetFps": 30,
|
||||
"startedAtMs": 1780691162656,
|
||||
"stoppedAtMs": null,
|
||||
"framesPushed": 332,
|
||||
"framesRejected": 0,
|
||||
"errors": 0,
|
||||
"maxPushGapMs": 35,
|
||||
"lastPushAtMs": 1780691173690,
|
||||
"elapsedMs": 11153,
|
||||
"producedFps": 29.77
|
||||
},
|
||||
"serverPublishing": {
|
||||
"fetchedAtMs": 1780691163699,
|
||||
"error": null,
|
||||
"participants": [
|
||||
{
|
||||
"identity": "fluxer-native-subscriber-97788",
|
||||
"trackCount": 0,
|
||||
"tracks": []
|
||||
},
|
||||
{
|
||||
"identity": "fluxer-native-publisher-2-97788",
|
||||
"trackCount": 3,
|
||||
"tracks": [
|
||||
{
|
||||
"sid": "TR_AMYDBcTLVPXW5R",
|
||||
"name": "mic",
|
||||
"kind": "audio",
|
||||
"source": "microphone",
|
||||
"mimeType": "audio/red",
|
||||
"muted": false
|
||||
},
|
||||
{
|
||||
"sid": "TR_VSSvARsPYMjnfH",
|
||||
"name": "screen",
|
||||
"kind": "video",
|
||||
"source": "screenshare",
|
||||
"mimeType": "video/VP8",
|
||||
"muted": false
|
||||
},
|
||||
{
|
||||
"sid": "TR_AseAEMuwQvUDUq",
|
||||
"name": "screen-audio",
|
||||
"kind": "audio",
|
||||
"source": "screenshareAudio",
|
||||
"mimeType": "audio/red",
|
||||
"muted": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"identity": "fluxer-native-publisher-97788",
|
||||
"trackCount": 3,
|
||||
"tracks": [
|
||||
{
|
||||
"sid": "TR_AsEpo39LZXJwgU",
|
||||
"name": "screen-audio",
|
||||
"kind": "audio",
|
||||
"source": "screenshareAudio",
|
||||
"mimeType": "audio/red",
|
||||
"muted": false
|
||||
},
|
||||
{
|
||||
"sid": "TR_AMZe28QCXUZLuv",
|
||||
"name": "mic",
|
||||
"kind": "audio",
|
||||
"source": "microphone",
|
||||
"mimeType": "audio/red",
|
||||
"muted": false
|
||||
},
|
||||
{
|
||||
"sid": "TR_VSVNYfqdKkzCqh",
|
||||
"name": "screen",
|
||||
"kind": "video",
|
||||
"source": "screenshare",
|
||||
"mimeType": "video/VP8",
|
||||
"muted": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"lastVideoMeta": {
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_VSSvARsPYMjnfH",
|
||||
"width": 1280,
|
||||
"height": 720,
|
||||
"timestampUs": 246020100000
|
||||
},
|
||||
"publisherStats": {
|
||||
"rttMs": null,
|
||||
"outbound": [
|
||||
{
|
||||
"trackSid": "TR_VSVNYfqdKkzCqh",
|
||||
"source": "screenshare",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 1.9,
|
||||
"packetsLost": 0,
|
||||
"fps": 3,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_VSVNYfqdKkzCqh",
|
||||
"source": "screenshare",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 35.4,
|
||||
"packetsLost": 0,
|
||||
"fps": 28,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_AMZe28QCXUZLuv",
|
||||
"source": "microphone",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 98.8,
|
||||
"packetsLost": 0,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_AsEpo39LZXJwgU",
|
||||
"source": "screenshareAudio",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 261.7,
|
||||
"packetsLost": 0,
|
||||
"codec": "audio/opus"
|
||||
}
|
||||
],
|
||||
"inbound": [
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_VSSvARsPYMjnfH",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 2.3,
|
||||
"packetsLost": 4,
|
||||
"jitterMs": 14,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_AMYDBcTLVPXW5R",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 98.2,
|
||||
"packetsLost": 2,
|
||||
"jitterMs": 0,
|
||||
"audioLevel": 0.332,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_AseAEMuwQvUDUq",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 238,
|
||||
"packetsLost": 44,
|
||||
"jitterMs": 0,
|
||||
"audioLevel": 0.309,
|
||||
"codec": "audio/opus"
|
||||
}
|
||||
],
|
||||
"send": {
|
||||
"outgoingVideoQueueDepth": 1,
|
||||
"outgoingVideoFramesProduced": 326,
|
||||
"outgoingVideoFramesAccepted": 326,
|
||||
"outgoingVideoFramesDropped": 16,
|
||||
"outgoingVideoFramesCoalesced": 16,
|
||||
"outgoingVideoFramesCaptured": 309,
|
||||
"outgoingVideoCaptureFailures": 0,
|
||||
"outgoingVideoEffectiveFps": 28.49,
|
||||
"outgoingVideoTargetFps": 30,
|
||||
"outgoingVideoMaxQueueAgeMs": 33,
|
||||
"outgoingVideoMaxPushLatencyMs": 33,
|
||||
"outgoingAudioBufferTargetMs": 200,
|
||||
"outgoingAudioBufferMaxMs": 750,
|
||||
"outgoingAudioUnderruns": 0,
|
||||
"outgoingAudioRebuffers": 0,
|
||||
"outgoingAudioMaxFrameGapMs": 46,
|
||||
"adaptiveSendTier": "full",
|
||||
"adaptiveSendReason": "stable"
|
||||
}
|
||||
},
|
||||
"secondaryPublisherStats": {
|
||||
"rttMs": 1,
|
||||
"outbound": [
|
||||
{
|
||||
"trackSid": "TR_AseAEMuwQvUDUq",
|
||||
"source": "screenshareAudio",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 257.7,
|
||||
"packetsLost": 0,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_VSSvARsPYMjnfH",
|
||||
"source": "screenshare",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 32.8,
|
||||
"packetsLost": 0,
|
||||
"fps": 28,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_VSSvARsPYMjnfH",
|
||||
"source": "screenshare",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 2.3,
|
||||
"packetsLost": 0,
|
||||
"fps": 3,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"trackSid": "TR_AMYDBcTLVPXW5R",
|
||||
"source": "microphone",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 98.7,
|
||||
"packetsLost": 0,
|
||||
"codec": "audio/opus"
|
||||
}
|
||||
],
|
||||
"inbound": [
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_AMZe28QCXUZLuv",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 96.9,
|
||||
"packetsLost": 1,
|
||||
"jitterMs": 1,
|
||||
"audioLevel": 0.31,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_VSVNYfqdKkzCqh",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 1.9,
|
||||
"packetsLost": 1,
|
||||
"jitterMs": 15,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_AsEpo39LZXJwgU",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 223.8,
|
||||
"packetsLost": 56,
|
||||
"jitterMs": 1,
|
||||
"audioLevel": 0.336,
|
||||
"codec": "audio/opus"
|
||||
}
|
||||
],
|
||||
"send": {
|
||||
"outgoingVideoQueueDepth": 1,
|
||||
"outgoingVideoFramesProduced": 323,
|
||||
"outgoingVideoFramesAccepted": 323,
|
||||
"outgoingVideoFramesDropped": 16,
|
||||
"outgoingVideoFramesCoalesced": 16,
|
||||
"outgoingVideoFramesCaptured": 306,
|
||||
"outgoingVideoCaptureFailures": 0,
|
||||
"outgoingVideoEffectiveFps": 28.48,
|
||||
"outgoingVideoTargetFps": 30,
|
||||
"outgoingVideoMaxQueueAgeMs": 33,
|
||||
"outgoingVideoMaxPushLatencyMs": 33,
|
||||
"outgoingAudioBufferTargetMs": 200,
|
||||
"outgoingAudioBufferMaxMs": 750,
|
||||
"outgoingAudioUnderruns": 0,
|
||||
"outgoingAudioRebuffers": 0,
|
||||
"outgoingAudioMaxFrameGapMs": 47,
|
||||
"adaptiveSendTier": "full",
|
||||
"adaptiveSendReason": "stable"
|
||||
}
|
||||
},
|
||||
"subscriberStats": {
|
||||
"rttMs": 1,
|
||||
"outbound": [],
|
||||
"inbound": [
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_AseAEMuwQvUDUq",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 258.1,
|
||||
"packetsLost": 1,
|
||||
"jitterMs": 0,
|
||||
"audioLevel": 0.307,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_AMYDBcTLVPXW5R",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 91.1,
|
||||
"packetsLost": 45,
|
||||
"jitterMs": 0,
|
||||
"audioLevel": 0.333,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_G5C4xWMJumgR",
|
||||
"trackSid": "TR_VSSvARsPYMjnfH",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 35,
|
||||
"packetsLost": 4,
|
||||
"jitterMs": 4,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_AsEpo39LZXJwgU",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 261.8,
|
||||
"packetsLost": 2,
|
||||
"jitterMs": 1,
|
||||
"audioLevel": 0.318,
|
||||
"codec": "audio/opus"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_VSVNYfqdKkzCqh",
|
||||
"kind": "video",
|
||||
"bitrateKbps": 35.4,
|
||||
"packetsLost": 7,
|
||||
"jitterMs": 4,
|
||||
"codec": "video/VP8"
|
||||
},
|
||||
{
|
||||
"participantSid": "PA_t8raa7C57aBi",
|
||||
"trackSid": "TR_AMZe28QCXUZLuv",
|
||||
"kind": "audio",
|
||||
"bitrateKbps": 86.9,
|
||||
"packetsLost": 45,
|
||||
"jitterMs": 0,
|
||||
"audioLevel": 0.307,
|
||||
"codec": "audio/opus"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user