tirtc-devtools-cli 0.2.5 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/USAGE.md +9 -0
- package/dist/cli/src/index.js +6 -0
- package/dist/cli/src/role_driver.js +7 -2
- package/package.json +1 -1
- package/vendor/devtools/driver/linux-x64/devtools_driver_probe +0 -0
- package/vendor/devtools/driver/macos-arm64/devtools_driver_probe +0 -0
- package/vendor/runtime/linux-x64/include/tirtc/audio.h +1 -1
- package/vendor/runtime/linux-x64/include/tirtc/transport.h +0 -11
- package/vendor/runtime/linux-x64/include/tirtc/trp.h +3 -10
- package/vendor/runtime/linux-x64/include/tirtc/video_io_apple.h +14 -0
- package/vendor/runtime/linux-x64/lib/libmatrix_runtime_facade.a +0 -0
- package/vendor/runtime/linux-x64/lib/libmatrix_runtime_foundation_logging.a +0 -0
- package/vendor/runtime/linux-x64/lib/libmatrix_runtime_media.a +0 -0
- package/vendor/runtime/linux-x64/lib/libmatrix_runtime_transport.a +0 -0
- package/vendor/runtime/linux-x64/lib/libmatrix_runtime_video.a +0 -0
- package/vendor/runtime/linux-x64/manifest.txt +10 -10
- package/vendor/runtime/macos-arm64/include/tirtc/audio.h +1 -1
- package/vendor/runtime/macos-arm64/include/tirtc/transport.h +0 -11
- package/vendor/runtime/macos-arm64/include/tirtc/trp.h +3 -10
- package/vendor/runtime/macos-arm64/include/tirtc/video_io_apple.h +14 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_audio.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_facade.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_foundation_http.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_foundation_logging.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_media.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_transport.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_video.a +0 -0
- package/vendor/runtime/macos-arm64/manifest.txt +12 -12
package/README.md
CHANGED
|
@@ -72,6 +72,11 @@ native role 失败时,`reason_code` 与 `failed_stage` 仍是主失败事实
|
|
|
72
72
|
只说明失败现场日志是否已上传。上传成功时,CLI JSON 与 `summary.json` 会包含
|
|
73
73
|
可用于后续抓取的 `log_id`。
|
|
74
74
|
|
|
75
|
+
`device start` 与 `client start` 启动的 native role 默认 echo 收到的 command:
|
|
76
|
+
收到任意 command 后,用同一个 command id 与同一 payload 原样回发。CLI 不新增
|
|
77
|
+
额外控制命令或开关;`summary.json` 与 `--json` envelope 会包含 `command_echo`
|
|
78
|
+
evidence,用于确认 command 收发面已被覆盖。
|
|
79
|
+
|
|
75
80
|
打包入口:
|
|
76
81
|
|
|
77
82
|
```sh
|
package/USAGE.md
CHANGED
|
@@ -146,6 +146,10 @@ provided. That file is a local handoff artifact for CLI client, runtime sample
|
|
|
146
146
|
smoke, and validation automation. The token in that bootstrap is intended for
|
|
147
147
|
one client connection.
|
|
148
148
|
|
|
149
|
+
`device start` starts a native role that echoes every received command with the
|
|
150
|
+
same command id and payload. No extra CLI command or option is required.
|
|
151
|
+
`summary.json` and the `--json` envelope include `command_echo` evidence.
|
|
152
|
+
|
|
149
153
|
`bootstrap.json` is not a mobile SDK connection protocol. For phone debugging,
|
|
150
154
|
use token/license QR today; a full session QR or deeplink is a separate product
|
|
151
155
|
slice.
|
|
@@ -160,6 +164,11 @@ node products/cli/bin/tirtc-devtools-cli.js --json client start \
|
|
|
160
164
|
|
|
161
165
|
Client writes `summary.json`, `events.jsonl`, runtime logs, and `render/first-video-frame.*` for `frame_dump`.
|
|
162
166
|
|
|
167
|
+
The native client role also echoes every received command with the same command
|
|
168
|
+
id and payload. `summary.json` and the `--json` envelope include `command_echo`
|
|
169
|
+
evidence, so command receive and reply coverage is visible in normal CLI
|
|
170
|
+
artifacts.
|
|
171
|
+
|
|
163
172
|
`client start --bootstrap` is meant for the local computer-to-computer DevTools
|
|
164
173
|
flow. Mobile clients should not be required to fetch a local JSON file from the
|
|
165
174
|
developer machine.
|
package/dist/cli/src/index.js
CHANGED
|
@@ -141,6 +141,9 @@ device start succeeds once the device listener is ready. It keeps running withou
|
|
|
141
141
|
the process is stopped or an explicit --duration-ms deadline is reached.
|
|
142
142
|
Runtime lifecycle logs are written to stderr. With --json, the final envelope remains on stdout.
|
|
143
143
|
|
|
144
|
+
The native device role echoes every received command with the same command id and payload.
|
|
145
|
+
summary.json and the --json envelope include command_echo evidence.
|
|
146
|
+
|
|
144
147
|
bootstrap.json is a local handoff artifact for client/sample/validation automation.
|
|
145
148
|
It is only written when --client-token-json is provided.
|
|
146
149
|
It is not a mobile SDK connection protocol.
|
|
@@ -171,6 +174,9 @@ Examples:
|
|
|
171
174
|
|
|
172
175
|
bootstrap.json is expected to come from a local device start run.
|
|
173
176
|
For mobile device debugging, use token/license QR or a future session QR/deeplink.
|
|
177
|
+
|
|
178
|
+
The native client role echoes every received command with the same command id and payload.
|
|
179
|
+
summary.json and the --json envelope include command_echo evidence.
|
|
174
180
|
`)
|
|
175
181
|
.action((commandOptions) => {
|
|
176
182
|
runAndExit((0, role_driver_1.runClientStart)(commandOptions, getCliOptions()));
|
|
@@ -167,7 +167,11 @@ function redactRequestValue(value) {
|
|
|
167
167
|
}
|
|
168
168
|
const result = {};
|
|
169
169
|
for (const [key, child] of Object.entries(value)) {
|
|
170
|
-
if (key === 'license' ||
|
|
170
|
+
if (key === 'license' ||
|
|
171
|
+
key === 'token' ||
|
|
172
|
+
key === 'client_token' ||
|
|
173
|
+
key === 'device_secret_key' ||
|
|
174
|
+
key === 'secret_key') {
|
|
171
175
|
result[key] = '[REDACTED]';
|
|
172
176
|
}
|
|
173
177
|
else {
|
|
@@ -313,8 +317,8 @@ function buildDeviceRequest(roots, artifactRoot, options) {
|
|
|
313
317
|
role: 'device',
|
|
314
318
|
endpoint: deviceIdentity.endpoint,
|
|
315
319
|
identity: {
|
|
316
|
-
license: deviceIdentity.deviceId + ',' + deviceIdentity.deviceSecretKey,
|
|
317
320
|
device_id: deviceIdentity.deviceId,
|
|
321
|
+
device_secret_key: deviceIdentity.deviceSecretKey,
|
|
318
322
|
},
|
|
319
323
|
bootstrap,
|
|
320
324
|
streams: {
|
|
@@ -553,6 +557,7 @@ async function runRole(role, commandOptions, options) {
|
|
|
553
557
|
failed_stage: failedStage(summary),
|
|
554
558
|
log_id: summary.log_upload?.log_id,
|
|
555
559
|
log_upload: summary.log_upload,
|
|
560
|
+
command_echo: summary.command_echo,
|
|
556
561
|
};
|
|
557
562
|
if (summary.exit_code === 0 && summary.status === 'completed') {
|
|
558
563
|
printEnvelope(options, 0, 'OK', data);
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -101,7 +101,7 @@ typedef struct TirtcAudioOutputMetricsSnapshot {
|
|
|
101
101
|
*
|
|
102
102
|
* The snapshot is a caller-owned value copy. Zero-initialized fields mean the output has not yet
|
|
103
103
|
* observed a matching runtime fact or only cached zero-state is available. This diagnostic API is
|
|
104
|
-
* intended for UI/debug visibility and logs, not for
|
|
104
|
+
* intended for UI/debug visibility and logs, not for output control decisions.
|
|
105
105
|
*/
|
|
106
106
|
typedef struct TirtcAudioOutputDebugSnapshot {
|
|
107
107
|
TirtcMediaCodec codec;
|
|
@@ -289,17 +289,6 @@ typedef struct TirtcTransportConnCallbacks {
|
|
|
289
289
|
*/
|
|
290
290
|
TirtcError tirtc_transport_init(void);
|
|
291
291
|
|
|
292
|
-
/**
|
|
293
|
-
* @brief Enable/disable transport debug mode.
|
|
294
|
-
*
|
|
295
|
-
* When enabled, transport backend sets verbose vendor SDK log level during runtime init
|
|
296
|
-
* and applies it immediately if runtime is already initialized.
|
|
297
|
-
*
|
|
298
|
-
* @param enabled Non-zero to enable debug mode, zero to disable.
|
|
299
|
-
* @return Operation status.
|
|
300
|
-
*/
|
|
301
|
-
TirtcError tirtc_transport_enable_debug(uint8_t enabled);
|
|
302
|
-
|
|
303
292
|
/**
|
|
304
293
|
* @brief Uninitialize transport runtime.
|
|
305
294
|
*
|
|
@@ -25,19 +25,12 @@ typedef struct TirtcInitOptions {
|
|
|
25
25
|
|
|
26
26
|
} TirtcInitOptions;
|
|
27
27
|
|
|
28
|
-
typedef enum TirtcMediaSendPolicy {
|
|
29
|
-
|
|
30
|
-
TIRTC_MEDIA_SEND_POLICY_ON_REQUEST = 0,
|
|
31
|
-
|
|
32
|
-
TIRTC_MEDIA_SEND_POLICY_AUTO_ON_CONNECTED = 1,
|
|
33
|
-
} TirtcMediaSendPolicy;
|
|
34
|
-
|
|
35
28
|
typedef struct TirtcConnServiceStartOptions {
|
|
36
|
-
const char*
|
|
29
|
+
const char* device_id;
|
|
37
30
|
|
|
38
|
-
|
|
31
|
+
const char* device_secret_key;
|
|
39
32
|
|
|
40
|
-
|
|
33
|
+
uint32_t max_connections;
|
|
41
34
|
} TirtcConnServiceStartOptions;
|
|
42
35
|
|
|
43
36
|
typedef struct TirtcConnConnectOptions {
|
|
@@ -20,8 +20,17 @@ typedef enum TirtcVideoAppleWindowSlot {
|
|
|
20
20
|
TIRTC_VIDEO_APPLE_WINDOW_SLOT_RIGHT = 2,
|
|
21
21
|
} TirtcVideoAppleWindowSlot;
|
|
22
22
|
|
|
23
|
+
typedef enum TirtcVideoAppleCameraFacing {
|
|
24
|
+
TIRTC_VIDEO_APPLE_CAMERA_FACING_FRONT = 0,
|
|
25
|
+
TIRTC_VIDEO_APPLE_CAMERA_FACING_BACK = 1,
|
|
26
|
+
} TirtcVideoAppleCameraFacing;
|
|
27
|
+
|
|
23
28
|
typedef int (*TirtcVideoAppleOnPixelBufferFn)(void* pixel_buffer, void* user_data);
|
|
24
29
|
|
|
30
|
+
typedef struct TirtcVideoAppleAvFoundationVinOptions {
|
|
31
|
+
TirtcVideoAppleCameraFacing camera_facing;
|
|
32
|
+
} TirtcVideoAppleAvFoundationVinOptions;
|
|
33
|
+
|
|
25
34
|
typedef struct TirtcVideoAppleCoreVideoVoutOptions {
|
|
26
35
|
TirtcVideoAppleVoutTarget target;
|
|
27
36
|
TirtcVideoAppleOnPixelBufferFn on_pixel_buffer;
|
|
@@ -35,6 +44,11 @@ typedef struct TirtcVideoAppleCoreVideoVoutOptions {
|
|
|
35
44
|
uint32_t window_height;
|
|
36
45
|
} TirtcVideoAppleCoreVideoVoutOptions;
|
|
37
46
|
|
|
47
|
+
TirtcError tirtc_video_apple_create_avfoundation_vin(TirtcVideoVin** out_vin);
|
|
48
|
+
TirtcError tirtc_video_apple_avfoundation_vin_set_options(
|
|
49
|
+
TirtcVideoVin* vin, const TirtcVideoAppleAvFoundationVinOptions* options);
|
|
50
|
+
TirtcError tirtc_video_apple_avfoundation_vin_get_actual_facing(
|
|
51
|
+
TirtcVideoVin* vin, TirtcVideoAppleCameraFacing* out_camera_facing);
|
|
38
52
|
TirtcError tirtc_video_apple_create_core_video_vout(TirtcVideoVout** out_vout);
|
|
39
53
|
TirtcError tirtc_video_apple_core_video_vout_set_options(
|
|
40
54
|
TirtcVideoVout* vout, const TirtcVideoAppleCoreVideoVoutOptions* options);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
platform=linux-x64
|
|
2
2
|
profile=full
|
|
3
|
-
staged_at_utc=2026-05-
|
|
3
|
+
staged_at_utc=2026-05-07T08:43:43Z
|
|
4
4
|
source_sdk=/Users/allenfeng/Development/Repositories/tirtc-nexus/tirtc-matrix/.build/sdk/linux-x64
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
59ba10e0b7cc679d625d3e8c536e3e234b3173091b9859956252fe3dd631b774 include/tirtc/audio.h
|
|
7
7
|
6d972ccfe150a3b4f2d7f18fa92b3ade9210c1c8bb754d061ac6b7997b59e2cb include/tirtc/audio_codec.h
|
|
8
8
|
7bacbdb2d8bb10d6444036a8fef42f2a8e3ea34dfc38e165ee678d61f189db41 include/tirtc/audio_frame.h
|
|
9
9
|
fb8ea35263167c33487bd3aa503c26ed2dfbf97877f7bda92c10065cd5c97c13 include/tirtc/audio_io.h
|
|
@@ -21,25 +21,25 @@ ae805545a9515edc9b94262e72ad2c7b7d649288166f4daeb450d8a55e82ae0b include/tirtc/
|
|
|
21
21
|
7e2f7f81afe37e22f5414d9db32438edd948ff775230c3a0a17ff9ac1a0b560e include/tirtc/media_codec.h
|
|
22
22
|
ca63fe4fa0c787f20923e264e116fa6d7cb8194a227c03be4e9843d0ce5a9864 include/tirtc/media_downlink.h
|
|
23
23
|
e64191a39004165cdcd11b2ca824af34d4bfe02f7ec3c3101fa9291f56488c30 include/tirtc/media_uplink.h
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
93b85272f8fa606e048e40c0bd353440a46459180afcdaddd15b9a028dc26173 include/tirtc/transport.h
|
|
25
|
+
b932f3e930057843751e66d6b4eb9d8440ecdfd6634fd941abbe260eccfa056c include/tirtc/trp.h
|
|
26
26
|
92b3db6e2cb02265ad5db01881edce9d4e095b1dadf449dce5d8bb5362957e33 include/tirtc/video_codec.h
|
|
27
27
|
e51379666c199588cc33279ccf52248035d1cae3d1d468b1615ebf29f0b39c9c include/tirtc/video_frame.h
|
|
28
28
|
2a02645d82c58d433c7306a9f0bcd31d0f3e560b63822f7e80919761b81a6284 include/tirtc/video_io.h
|
|
29
29
|
9930dce5e8e2b12a1ab28ee91f3fb46f6cf3487e515ea2b4ec0e00009bd5f070 include/tirtc/video_io_android.h
|
|
30
|
-
|
|
30
|
+
f22127424d5978ab0644209b6c25c24e19e320dd2fbda6634e6344597ff7e2be include/tirtc/video_io_apple.h
|
|
31
31
|
cae0bbeb884e5466a56da15182c78cc22baab6c743f349a58d3595f623333585 include/tirtc/video_io_harmony.h
|
|
32
32
|
65b5d24fe3a6bc2a299a2220148a153ba4eb0955a49c1c3baabf1fdfed8aabdd include/tirtc/video_io_windows.h
|
|
33
33
|
8cd6b66bea14890a665cc317f8572429b2c3e4463773f8b77c1e4dc30a4a8747 include/tirtc/video_processing.h
|
|
34
34
|
ceb7cdd45efae57e5bd53d4177cb20c4a0cb9917fcdd23127b050d69c8b919ac lib/libTiRTC.a
|
|
35
35
|
b1f4135025cb8e8520a14268d831b9998920a4239f84bb6b409d0e4909fd5bee lib/libcrypto.a
|
|
36
36
|
296ba0b5efa9d2ac49e3bf278c5d467b31436e73fbc608b736e974bcf9759bde lib/libmatrix_runtime_audio.a
|
|
37
|
-
|
|
37
|
+
695c398eabef4f4227f1e7d7c8a46f3854b66e90d981d2580b664bf244977417 lib/libmatrix_runtime_facade.a
|
|
38
38
|
ec7bbf8e8744c6645a441a28e24e0645906152cc987d6fcca16af3c3badba940 lib/libmatrix_runtime_foundation_http.a
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
e41012346b8200eb6a722afc2e916f6365d32698768e1d176874a23add644b2c lib/libmatrix_runtime_foundation_logging.a
|
|
40
|
+
357a15ebff6afcf0c97073d19624434e62454ed463212d0d0298af2f370a7742 lib/libmatrix_runtime_media.a
|
|
41
|
+
41baae4526a1798e154c0e158a9539adc417d06e0e8193adab0c1a85cf784501 lib/libmatrix_runtime_transport.a
|
|
42
|
+
59476bb5dc78b9c89cb0663fe4490ad260625332fdc68cd83a3d52abf0f31b10 lib/libmatrix_runtime_video.a
|
|
43
43
|
511d521f7972df3993e5976d6e2dbcad7a6fbce9be15071274d0cbd9d51157f5 lib/libssl.a
|
|
44
44
|
a67ec9034848ef24a1b17671e444daa62a8f9e6b8319a1e932593908720ff2a1 lib/libwebrtc_apm.a
|
|
45
45
|
700e455255897e3cffab13ca593a6e4d9d11383ae609215cbbd6043a63d47161 lib/libxlog.a
|
|
@@ -101,7 +101,7 @@ typedef struct TirtcAudioOutputMetricsSnapshot {
|
|
|
101
101
|
*
|
|
102
102
|
* The snapshot is a caller-owned value copy. Zero-initialized fields mean the output has not yet
|
|
103
103
|
* observed a matching runtime fact or only cached zero-state is available. This diagnostic API is
|
|
104
|
-
* intended for UI/debug visibility and logs, not for
|
|
104
|
+
* intended for UI/debug visibility and logs, not for output control decisions.
|
|
105
105
|
*/
|
|
106
106
|
typedef struct TirtcAudioOutputDebugSnapshot {
|
|
107
107
|
TirtcMediaCodec codec;
|
|
@@ -289,17 +289,6 @@ typedef struct TirtcTransportConnCallbacks {
|
|
|
289
289
|
*/
|
|
290
290
|
TirtcError tirtc_transport_init(void);
|
|
291
291
|
|
|
292
|
-
/**
|
|
293
|
-
* @brief Enable/disable transport debug mode.
|
|
294
|
-
*
|
|
295
|
-
* When enabled, transport backend sets verbose vendor SDK log level during runtime init
|
|
296
|
-
* and applies it immediately if runtime is already initialized.
|
|
297
|
-
*
|
|
298
|
-
* @param enabled Non-zero to enable debug mode, zero to disable.
|
|
299
|
-
* @return Operation status.
|
|
300
|
-
*/
|
|
301
|
-
TirtcError tirtc_transport_enable_debug(uint8_t enabled);
|
|
302
|
-
|
|
303
292
|
/**
|
|
304
293
|
* @brief Uninitialize transport runtime.
|
|
305
294
|
*
|
|
@@ -25,19 +25,12 @@ typedef struct TirtcInitOptions {
|
|
|
25
25
|
|
|
26
26
|
} TirtcInitOptions;
|
|
27
27
|
|
|
28
|
-
typedef enum TirtcMediaSendPolicy {
|
|
29
|
-
|
|
30
|
-
TIRTC_MEDIA_SEND_POLICY_ON_REQUEST = 0,
|
|
31
|
-
|
|
32
|
-
TIRTC_MEDIA_SEND_POLICY_AUTO_ON_CONNECTED = 1,
|
|
33
|
-
} TirtcMediaSendPolicy;
|
|
34
|
-
|
|
35
28
|
typedef struct TirtcConnServiceStartOptions {
|
|
36
|
-
const char*
|
|
29
|
+
const char* device_id;
|
|
37
30
|
|
|
38
|
-
|
|
31
|
+
const char* device_secret_key;
|
|
39
32
|
|
|
40
|
-
|
|
33
|
+
uint32_t max_connections;
|
|
41
34
|
} TirtcConnServiceStartOptions;
|
|
42
35
|
|
|
43
36
|
typedef struct TirtcConnConnectOptions {
|
|
@@ -20,8 +20,17 @@ typedef enum TirtcVideoAppleWindowSlot {
|
|
|
20
20
|
TIRTC_VIDEO_APPLE_WINDOW_SLOT_RIGHT = 2,
|
|
21
21
|
} TirtcVideoAppleWindowSlot;
|
|
22
22
|
|
|
23
|
+
typedef enum TirtcVideoAppleCameraFacing {
|
|
24
|
+
TIRTC_VIDEO_APPLE_CAMERA_FACING_FRONT = 0,
|
|
25
|
+
TIRTC_VIDEO_APPLE_CAMERA_FACING_BACK = 1,
|
|
26
|
+
} TirtcVideoAppleCameraFacing;
|
|
27
|
+
|
|
23
28
|
typedef int (*TirtcVideoAppleOnPixelBufferFn)(void* pixel_buffer, void* user_data);
|
|
24
29
|
|
|
30
|
+
typedef struct TirtcVideoAppleAvFoundationVinOptions {
|
|
31
|
+
TirtcVideoAppleCameraFacing camera_facing;
|
|
32
|
+
} TirtcVideoAppleAvFoundationVinOptions;
|
|
33
|
+
|
|
25
34
|
typedef struct TirtcVideoAppleCoreVideoVoutOptions {
|
|
26
35
|
TirtcVideoAppleVoutTarget target;
|
|
27
36
|
TirtcVideoAppleOnPixelBufferFn on_pixel_buffer;
|
|
@@ -35,6 +44,11 @@ typedef struct TirtcVideoAppleCoreVideoVoutOptions {
|
|
|
35
44
|
uint32_t window_height;
|
|
36
45
|
} TirtcVideoAppleCoreVideoVoutOptions;
|
|
37
46
|
|
|
47
|
+
TirtcError tirtc_video_apple_create_avfoundation_vin(TirtcVideoVin** out_vin);
|
|
48
|
+
TirtcError tirtc_video_apple_avfoundation_vin_set_options(
|
|
49
|
+
TirtcVideoVin* vin, const TirtcVideoAppleAvFoundationVinOptions* options);
|
|
50
|
+
TirtcError tirtc_video_apple_avfoundation_vin_get_actual_facing(
|
|
51
|
+
TirtcVideoVin* vin, TirtcVideoAppleCameraFacing* out_camera_facing);
|
|
38
52
|
TirtcError tirtc_video_apple_create_core_video_vout(TirtcVideoVout** out_vout);
|
|
39
53
|
TirtcError tirtc_video_apple_core_video_vout_set_options(
|
|
40
54
|
TirtcVideoVout* vout, const TirtcVideoAppleCoreVideoVoutOptions* options);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
platform=macos-arm64
|
|
2
2
|
profile=full
|
|
3
|
-
staged_at_utc=2026-05-
|
|
3
|
+
staged_at_utc=2026-05-07T08:41:46Z
|
|
4
4
|
source_sdk=/Users/allenfeng/Development/Repositories/tirtc-nexus/tirtc-matrix/.build/sdk/macos-arm64
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
59ba10e0b7cc679d625d3e8c536e3e234b3173091b9859956252fe3dd631b774 include/tirtc/audio.h
|
|
7
7
|
6d972ccfe150a3b4f2d7f18fa92b3ade9210c1c8bb754d061ac6b7997b59e2cb include/tirtc/audio_codec.h
|
|
8
8
|
7bacbdb2d8bb10d6444036a8fef42f2a8e3ea34dfc38e165ee678d61f189db41 include/tirtc/audio_frame.h
|
|
9
9
|
fb8ea35263167c33487bd3aa503c26ed2dfbf97877f7bda92c10065cd5c97c13 include/tirtc/audio_io.h
|
|
@@ -21,13 +21,13 @@ ae805545a9515edc9b94262e72ad2c7b7d649288166f4daeb450d8a55e82ae0b include/tirtc/
|
|
|
21
21
|
7e2f7f81afe37e22f5414d9db32438edd948ff775230c3a0a17ff9ac1a0b560e include/tirtc/media_codec.h
|
|
22
22
|
ca63fe4fa0c787f20923e264e116fa6d7cb8194a227c03be4e9843d0ce5a9864 include/tirtc/media_downlink.h
|
|
23
23
|
e64191a39004165cdcd11b2ca824af34d4bfe02f7ec3c3101fa9291f56488c30 include/tirtc/media_uplink.h
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
93b85272f8fa606e048e40c0bd353440a46459180afcdaddd15b9a028dc26173 include/tirtc/transport.h
|
|
25
|
+
b932f3e930057843751e66d6b4eb9d8440ecdfd6634fd941abbe260eccfa056c include/tirtc/trp.h
|
|
26
26
|
92b3db6e2cb02265ad5db01881edce9d4e095b1dadf449dce5d8bb5362957e33 include/tirtc/video_codec.h
|
|
27
27
|
e51379666c199588cc33279ccf52248035d1cae3d1d468b1615ebf29f0b39c9c include/tirtc/video_frame.h
|
|
28
28
|
2a02645d82c58d433c7306a9f0bcd31d0f3e560b63822f7e80919761b81a6284 include/tirtc/video_io.h
|
|
29
29
|
9930dce5e8e2b12a1ab28ee91f3fb46f6cf3487e515ea2b4ec0e00009bd5f070 include/tirtc/video_io_android.h
|
|
30
|
-
|
|
30
|
+
f22127424d5978ab0644209b6c25c24e19e320dd2fbda6634e6344597ff7e2be include/tirtc/video_io_apple.h
|
|
31
31
|
cae0bbeb884e5466a56da15182c78cc22baab6c743f349a58d3595f623333585 include/tirtc/video_io_harmony.h
|
|
32
32
|
65b5d24fe3a6bc2a299a2220148a153ba4eb0955a49c1c3baabf1fdfed8aabdd include/tirtc/video_io_windows.h
|
|
33
33
|
8cd6b66bea14890a665cc317f8572429b2c3e4463773f8b77c1e4dc30a4a8747 include/tirtc/video_processing.h
|
|
@@ -35,13 +35,13 @@ cae0bbeb884e5466a56da15182c78cc22baab6c743f349a58d3595f623333585 include/tirtc/
|
|
|
35
35
|
8db86d6714264047e8fd4086ddd7315722d675749719e6175f89eb5a636b48a1 lib/libTiRTC.a
|
|
36
36
|
b39daee6a3d39bf0ca20c45084601133c4198de8dca848dcff6dd9c70ae99016 lib/libcrypto.a
|
|
37
37
|
c052857ef315e3d61db9c862cad10709a3a6b2487dc41799cbe4d74a805de875 lib/libcrypto.dylib
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
38
|
+
accd2ae1d507620e79a137fb3251bda8e4fd6323053c520d43cd4b2e8ae6b845 lib/libmatrix_runtime_audio.a
|
|
39
|
+
22063c50d962a70929ab890ce53c4b66dc166e6e4855b77346619d6547080f1e lib/libmatrix_runtime_facade.a
|
|
40
|
+
77f99950767a60f8b950acae0988ecc4c835a599f530ad1a158de32d2131f61d lib/libmatrix_runtime_foundation_http.a
|
|
41
|
+
182c56ff2263a8c5e392e1a49adc367a438cfda61d35b93db3861689fc03ca4c lib/libmatrix_runtime_foundation_logging.a
|
|
42
|
+
fc95129eabfb9cb46e17276cf1814e60d47f67991ea97128a32e6520b5b23674 lib/libmatrix_runtime_media.a
|
|
43
|
+
1d9ef883017e5a489191b02744aa81a74d4bc7ea2f1379e7e0c593b1e23ac731 lib/libmatrix_runtime_transport.a
|
|
44
|
+
339c27670947c3a546eedc1464f3d88998ba74434ce8ec0d0090f28bd0a140a3 lib/libmatrix_runtime_video.a
|
|
45
45
|
c11c65d373a127028350c41fa58cd2d1223f2b5d70a84e13b115d90daaba25ca lib/libssl.a
|
|
46
46
|
ef1c1104bbdd2528ed7b958fb7252bd6249875f92300b0c9577d6c4bd6c0d88a lib/libssl.dylib
|
|
47
47
|
e14e846e43d64e240fa0e5745bf4e702b79d0f2442e7f768beb990610735c71b lib/libtgrtc.dylib
|