@norskvideo/norsk-sdk 1.0.402-2026-01-08-1d6e04ef → 1.0.402-2026-01-09-7c042c58
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/lib/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@norskvideo/norsk-sdk",
|
|
4
|
-
"version": "1.0.402-2026-01-
|
|
4
|
+
"version": "1.0.402-2026-01-09-7c042c58+nightly",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bufbuild/protobuf": "^0.3.0",
|
|
7
7
|
"@grpc/grpc-js": "~1.12.0",
|
|
8
|
-
"@norskvideo/norsk-api": "1.0.402-2026-01-
|
|
8
|
+
"@norskvideo/norsk-api": "1.0.402-2026-01-09-7c042c58+nightly",
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"typescript-nullable": "^0.6.0"
|
|
11
11
|
},
|
|
@@ -1183,6 +1183,7 @@ export interface FileMp4OutputSettings extends SinkNodeSettings<FileMp4OutputNod
|
|
|
1183
1183
|
* Settings for encrypting the video track.
|
|
1184
1184
|
*/
|
|
1185
1185
|
videoEncryption?: EncryptionSettings;
|
|
1186
|
+
enableIncrementalMp4Write?: boolean;
|
|
1186
1187
|
}
|
|
1187
1188
|
/**
|
|
1188
1189
|
* @public
|
|
@@ -1502,6 +1502,7 @@ class FileMp4OutputNode extends common_2.AutoSinkMediaNode {
|
|
|
1502
1502
|
statsSampling: settings.statsSampling
|
|
1503
1503
|
? (0, utils_1.provideFull)(media_pb_1.StreamStatisticsSampling, settings.statsSampling)
|
|
1504
1504
|
: undefined,
|
|
1505
|
+
enableIncrementalMp4Write: !!settings.enableIncrementalMp4Write
|
|
1505
1506
|
});
|
|
1506
1507
|
this.grpcStream = this.client.media.createOutputFileMp4();
|
|
1507
1508
|
this.grpcStream.write((0, utils_1.provideFull)(media_pb_1.FileMp4OutputMessage, (0, utils_1.mkMessageCase)({ configuration: config })));
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@norskvideo/norsk-sdk",
|
|
4
|
-
"version": "1.0.402-2026-01-
|
|
4
|
+
"version": "1.0.402-2026-01-09-7c042c58+nightly",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bufbuild/protobuf": "^0.3.0",
|
|
7
7
|
"@grpc/grpc-js": "~1.12.0",
|
|
8
|
-
"@norskvideo/norsk-api": "1.0.402-2026-01-
|
|
8
|
+
"@norskvideo/norsk-api": "1.0.402-2026-01-09-7c042c58+nightly",
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"typescript-nullable": "^0.6.0"
|
|
11
11
|
},
|