Case
sendspin-go -> sendspin-js
Start the server first, then the client. The server loads the PCM audio derived from almost_silent.flac, the client advertises a listener and FLAC as its only supported audio format, the server connects in, uses the SDK to encode the PCM into FLAC, streams it to the client, and the matrix compares the transported FLAC header and chunk bytes as received by the client.
Server
sendspin-go
Client
sendspin-js
Status
Unsupported
sendspin-js client adapter does not support FLAC transport required by server-initiated-flac.
Inspection
Summaries, logs, and builds
Matrix result
RAW{
"case_dir": "artifacts/results/data/macos__server-initiated-flac__sendspin-go__to__sendspin-js",
"client_exit_code": 1,
"client_impl": "sendspin-js",
"reason": "sendspin-js client adapter does not support FLAC transport required by server-initiated-flac.",
"scenario_id": "server-initiated-flac",
"server_exit_code": null,
"server_impl": "sendspin-go",
"status": "failed"
}Server summary (JSON)
No artifact was written for this section.
Server log
No artifact was written for this section.
Client summary (JSON)
RAW{
"client_id": "sendspin-js-client-id",
"client_name": "sendspin-js-client",
"implementation": "sendspin-js",
"initiator_role": "server",
"peer_hello": null,
"preferred_codec": "flac",
"reason": "sendspin-js client adapter does not support FLAC transport required by server-initiated-flac.",
"role": "client",
"scenario_id": "server-initiated-flac",
"server_id": "sendspin-go-server",
"server_name": "sendspin-go server",
"status": "error"
}Client log
RAW{
"client_id": "sendspin-js-client-id",
"client_name": "sendspin-js-client",
"implementation": "sendspin-js",
"initiator_role": "server",
"peer_hello": null,
"preferred_codec": "flac",
"reason": "sendspin-js client adapter does not support FLAC transport required by server-initiated-flac.",
"role": "client",
"scenario_id": "server-initiated-flac",
"server_id": "sendspin-go-server",
"server_name": "sendspin-go server",
"status": "error"
}