@norskvideo/norsk-api 1.0.349 → 1.0.350
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/media_grpc_pb.js +1 -1
- package/lib/media_pb.d.ts +61 -3
- package/lib/media_pb.js +89 -9
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +113 -3
- package/package.json +1 -1
package/lib/media_grpc_pb.js
CHANGED
|
@@ -2109,7 +2109,7 @@ createInputFrameStorePlayer: {
|
|
|
2109
2109
|
responseDeserialize: deserialize_norsk_api_media_FrameStorePlayerEvent,
|
|
2110
2110
|
},
|
|
2111
2111
|
// *
|
|
2112
|
-
// Send output over the MoQ protocol
|
|
2112
|
+
// Send output over the MoQ protocol
|
|
2113
2113
|
createOutputMoqEgest: {
|
|
2114
2114
|
path: '/norsk.api.media.Media/CreateOutputMoqEgest',
|
|
2115
2115
|
requestStream: true,
|
package/lib/media_pb.d.ts
CHANGED
|
@@ -2237,6 +2237,14 @@ export declare class RtmpServerInputConfiguration extends Message<RtmpServerInpu
|
|
|
2237
2237
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
|
|
2238
2238
|
*/
|
|
2239
2239
|
statsSampling?: StreamStatisticsSampling;
|
|
2240
|
+
/**
|
|
2241
|
+
* @generated from field: bool ssl = 4;
|
|
2242
|
+
*/
|
|
2243
|
+
ssl: boolean;
|
|
2244
|
+
/**
|
|
2245
|
+
* @generated from field: norsk.api.media.SslServerOptions ssl_options = 5;
|
|
2246
|
+
*/
|
|
2247
|
+
sslOptions?: SslServerOptions;
|
|
2240
2248
|
constructor(data?: PartialMessage<RtmpServerInputConfiguration>);
|
|
2241
2249
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2242
2250
|
static readonly typeName = "norsk.api.media.RtmpServerInputConfiguration";
|
|
@@ -2246,6 +2254,27 @@ export declare class RtmpServerInputConfiguration extends Message<RtmpServerInpu
|
|
|
2246
2254
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpServerInputConfiguration;
|
|
2247
2255
|
static equals(a: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined, b: RtmpServerInputConfiguration | PlainMessage<RtmpServerInputConfiguration> | undefined): boolean;
|
|
2248
2256
|
}
|
|
2257
|
+
/**
|
|
2258
|
+
* @generated from message norsk.api.media.SslServerOptions
|
|
2259
|
+
*/
|
|
2260
|
+
export declare class SslServerOptions extends Message<SslServerOptions> {
|
|
2261
|
+
/**
|
|
2262
|
+
* @generated from field: string cert_file = 1;
|
|
2263
|
+
*/
|
|
2264
|
+
certFile: string;
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from field: string key_file = 2;
|
|
2267
|
+
*/
|
|
2268
|
+
keyFile: string;
|
|
2269
|
+
constructor(data?: PartialMessage<SslServerOptions>);
|
|
2270
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2271
|
+
static readonly typeName = "norsk.api.media.SslServerOptions";
|
|
2272
|
+
static readonly fields: FieldList;
|
|
2273
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SslServerOptions;
|
|
2274
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SslServerOptions;
|
|
2275
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SslServerOptions;
|
|
2276
|
+
static equals(a: SslServerOptions | PlainMessage<SslServerOptions> | undefined, b: SslServerOptions | PlainMessage<SslServerOptions> | undefined): boolean;
|
|
2277
|
+
}
|
|
2249
2278
|
/**
|
|
2250
2279
|
* *
|
|
2251
2280
|
* Accept a remote connection attempt.
|
|
@@ -7887,6 +7916,14 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
|
|
|
7887
7916
|
* @generated from field: uint32 buffer_delay_ms = 4;
|
|
7888
7917
|
*/
|
|
7889
7918
|
bufferDelayMs: number;
|
|
7919
|
+
/**
|
|
7920
|
+
* @generated from field: norsk.api.media.SslClientOptions ssl_options = 5;
|
|
7921
|
+
*/
|
|
7922
|
+
sslOptions?: SslClientOptions;
|
|
7923
|
+
/**
|
|
7924
|
+
* @generated from field: int32 retry_connection_timeout = 6;
|
|
7925
|
+
*/
|
|
7926
|
+
retryConnectionTimeout: number;
|
|
7890
7927
|
constructor(data?: PartialMessage<RtmpOutputConfiguration>);
|
|
7891
7928
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7892
7929
|
static readonly typeName = "norsk.api.media.RtmpOutputConfiguration";
|
|
@@ -7896,6 +7933,23 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
|
|
|
7896
7933
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtmpOutputConfiguration;
|
|
7897
7934
|
static equals(a: RtmpOutputConfiguration | PlainMessage<RtmpOutputConfiguration> | undefined, b: RtmpOutputConfiguration | PlainMessage<RtmpOutputConfiguration> | undefined): boolean;
|
|
7898
7935
|
}
|
|
7936
|
+
/**
|
|
7937
|
+
* @generated from message norsk.api.media.SslClientOptions
|
|
7938
|
+
*/
|
|
7939
|
+
export declare class SslClientOptions extends Message<SslClientOptions> {
|
|
7940
|
+
/**
|
|
7941
|
+
* @generated from field: norsk.api.common.OptionalBool verify_peer_cert = 1;
|
|
7942
|
+
*/
|
|
7943
|
+
verifyPeerCert?: OptionalBool;
|
|
7944
|
+
constructor(data?: PartialMessage<SslClientOptions>);
|
|
7945
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7946
|
+
static readonly typeName = "norsk.api.media.SslClientOptions";
|
|
7947
|
+
static readonly fields: FieldList;
|
|
7948
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SslClientOptions;
|
|
7949
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SslClientOptions;
|
|
7950
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SslClientOptions;
|
|
7951
|
+
static equals(a: SslClientOptions | PlainMessage<SslClientOptions> | undefined, b: SslClientOptions | PlainMessage<SslClientOptions> | undefined): boolean;
|
|
7952
|
+
}
|
|
7899
7953
|
/**
|
|
7900
7954
|
* @generated from message norsk.api.media.RtmpOutputMessage
|
|
7901
7955
|
*/
|
|
@@ -7989,7 +8043,11 @@ export declare enum RtmpOutputEvent_State {
|
|
|
7989
8043
|
/**
|
|
7990
8044
|
* @generated from enum value: RTMP_OUTPUT_STATUS_PUBLISH_START = 1;
|
|
7991
8045
|
*/
|
|
7992
|
-
RTMP_OUTPUT_STATUS_PUBLISH_START = 1
|
|
8046
|
+
RTMP_OUTPUT_STATUS_PUBLISH_START = 1,
|
|
8047
|
+
/**
|
|
8048
|
+
* @generated from enum value: RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY = 2;
|
|
8049
|
+
*/
|
|
8050
|
+
RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY = 2
|
|
7993
8051
|
}
|
|
7994
8052
|
/**
|
|
7995
8053
|
* @generated from message norsk.api.media.FileTsOutputConfiguration
|
|
@@ -13578,9 +13636,9 @@ export declare class SingleCut extends Message<SingleCut> {
|
|
|
13578
13636
|
*/
|
|
13579
13637
|
durationMs: number;
|
|
13580
13638
|
/**
|
|
13581
|
-
* @generated from field: norsk.api.common.OptionalInt
|
|
13639
|
+
* @generated from field: norsk.api.common.OptionalInt session_num = 3;
|
|
13582
13640
|
*/
|
|
13583
|
-
|
|
13641
|
+
sessionNum?: OptionalInt;
|
|
13584
13642
|
constructor(data?: PartialMessage<SingleCut>);
|
|
13585
13643
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
13586
13644
|
static readonly typeName = "norsk.api.media.SingleCut";
|
package/lib/media_pb.js
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.CodecPictureStructure = exports.StreamStatisticsSampling = exports.MultiStreamStatistics_SingleStreamStatistics = exports.MultiStreamStatistics = exports.TimestampSourceProgramNudge = exports.TimestampProgramNudge = exports.TimestampNudge = exports.ValidationResponseAck = exports.ValidationResponse_ContextValidationResponse = exports.ValidationResponse = exports.BlockingCallRef = exports.TaggedContext = exports.MultipleContext = exports.Context = exports.StreamMetadata_AncillaryMetadata = exports.StreamMetadata_PlaylistMetadata = exports.StreamMetadata_SubtitleMetadata = exports.StreamMetadata_VideoMetadata = exports.StreamMetadata_AudioMetadata = exports.StreamMetadata = exports.ChannelLayout = exports.MultiChannelLayout = exports.SingleChannelLayout = exports.Channel = exports.ExplicitChannel = exports.StreamKey = exports.InputPin = exports.RenditionName = exports.StreamId = exports.ProgramNumber = exports.SourceName = exports.Interval = exports.Resolution = exports.MediaNodeId = exports.ContextType = exports.VideoIOSupport = exports.VideoConnection = exports.VancPayloadFormat = exports.SentenceStabilizationMode = exports.SentenceBuildMode = exports.NvidiaPreset = exports.DeckLinkDisplayModeId = exports.DeckLinkPixelFormat = exports.TestCardPattern = exports.SrtMode = exports.AudioCodec = exports.SampleFormat = exports.SampleRate = exports.NamedChannelLayout = exports.ChannelName = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.NorskStatusEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.Hardware = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = void 0;
|
|
8
|
+
exports.UdpTsInputMessage = exports.UdpTsInputConfiguration = exports.SrtInputEvent = exports.SrtInputStatus_State = exports.SrtInputStatus = exports.SrtConnectionClose = exports.SrtConnectionReject = exports.SrtConnectionAccept = exports.SrtConnectMessage = exports.SrtTsContext = exports.SrtInputMessage = exports.SrtInputConfiguration = exports.FileWebVttInputEvent = exports.FileWebVttInputConfiguration = exports.FileTsInputMessage = exports.FileTsInputConfigurationUpdate = exports.FileTsInputConfiguration = exports.TsInputEvent = exports.TsInputStatus_State = exports.TsInputStatus = exports.TsContext = exports.TsProgram_TsPid = exports.TsProgram_TsStreamType = exports.TsProgram = exports.RtmpServerInputEvent = exports.RtmpBytesRead = exports.RtmpError_UnsupportedAudio = exports.RtmpError_UnsupportedVideo = exports.RtmpError = exports.RtmpOnStream = exports.RtmpServerInputStatus_State = exports.RtmpServerInputStatus = exports.RtmpConnection = exports.RtmpServerInputMessage = exports.RtmpStreamReject = exports.RtmpStreamAccept = exports.RtmpConnectionReject = exports.RtmpConnectionAccept = exports.SslServerOptions = exports.RtmpServerInputConfiguration = exports.ConnectionId = exports.GopStructure_SinglePictureStructure = exports.GopStructure_PictureType = exports.GopStructure = exports.CodecPictureStructure_HEVCPictureStructure_HEVCSliceType = exports.CodecPictureStructure_HEVCPictureStructure = exports.CodecPictureStructure_H264PictureStructure_H264SliceType = exports.CodecPictureStructure_H264PictureStructure = exports.CodecPictureStructure_Mpeg2PictureStructure_Mpeg2GopInfo = exports.CodecPictureStructure_Mpeg2PictureStructure = void 0;
|
|
9
|
+
exports.VideoComposeConfiguration_MissingStreamBehaviour = exports.VideoComposeConfiguration_PixelFormat = exports.VideoComposeConfiguration_ComposeHardwareAcceleration = exports.VideoComposeConfiguration = exports.VideoComposeMessage = exports.PartId = exports.Easing_SimpleEasing = exports.Easing = exports.Transition = exports.ComposePart = exports.OffsetRectangle = exports.WhipInputEvent = exports.WhipInputMessage = exports.WhipInputConfiguration = exports.WebRtcIceServer = exports.WebRtcConfiguration = exports.BrowserInputEvent = exports.BrowserEvent = exports.BrowserOnLoadError = exports.BrowserOnLoadEnd = exports.BrowserOnLoadStart = exports.BrowserOnLoaded = exports.BrowserInputMessage = exports.BrowserInputUpdateConfiguration = exports.BrowserInputConfiguration = exports.AudioSignalGeneratorEvent = exports.AudioSignalGeneratorConfiguration = exports.Wave = exports.SineWave = exports.FileMp4InputEvent = exports.FileMp4InputInfo = exports.FileMp4InputStatus_State = exports.FileMp4InputStatus = exports.FileMp4InputMessage = exports.FileMp4InputConfigurationUpdate = exports.FileMp4InputConfiguration = exports.FileImageInputEvent = exports.FileImageInputConfiguration_ImageFormat = exports.FileImageInputConfiguration = exports.DeckLinkInputEvent = exports.DeckLinkInputMessage = exports.DeckLinkInputConfiguration = exports.DeckLinkCardIndex = exports.VideoTestCardGeneratorEvent = exports.VideoTestCardGeneratorMessage = exports.TestCardVideoConfiguration = exports.TestCardVideoSetup = exports.M3u8MediaInputEvent = exports.M3u8MediaInputMessage = exports.M3u8MediaInputConfiguration = void 0;
|
|
10
|
+
exports.PlaylistPart = exports.ProgramDateTime = exports.HlsTag = exports.MediaSegment = exports.AdMarker = exports.UpdatePlaylist = exports.UpdateDestinationPlaylist = exports.UpdateCredentials = exports.AwsCredentials = exports.CmafWebVttUpdateConfiguration = exports.CmafWebVttConfiguration = exports.HlsTsAudioMessage = exports.HlsTsAudioConfiguration = exports.CmafAudioMessage = exports.CmafAudioConfiguration = exports.HlsTsVideoMessage = exports.HlsTsVideoConfiguration = exports.CmafVideoMessage = exports.CmafVideoConfiguration = exports.CMAFDestination = exports.LocalPullDestination = exports.AwsS3PushDestination = exports.Mp4Encryption_Mp4EncryptionScheme = exports.Mp4Encryption = exports.AudioSplitMultichannelEvent = exports.AudioSplitMultichannelConfiguration = exports.AudioSplitMultichannelMessage = exports.AudioSplitMultichannelSource = exports.AudioBuildMultichannelEvent = exports.AudioBuildMultichannelConfiguration = exports.AudioBuildMultichannelUpdateChannels = exports.AudioBuildMultichannelMessage = exports.AudioBuildMultichannelSource = exports.AudioGainEvent = exports.AudioGainUpdateConfiguration = exports.AudioGainConfiguration = exports.AudioGainMessage = exports.AudioMixMatrixEvent = exports.AudioMixMatrixUpdateConfiguration = exports.AudioMixMatrixConfiguration = exports.ChannelGainMapping = exports.AudioMixMatrixMessage = exports.AudioMixEvent = exports.AudioMixUpdateConfiguration = exports.AudioMixConfiguration = exports.AudioMixMessage = exports.AudioMixSource = exports.TransitionComplete = exports.VideoComposeSourceEvent = exports.VideoComposeUpdateConfiguration = void 0;
|
|
11
|
+
exports.X265Codec_X265Profile = exports.X265Codec = exports.X264Codec_X264NalHrd = exports.X264Codec_X264Tune = exports.X264Codec_X264Preset = exports.X264Codec_X264Profile = exports.X264Codec = exports.SampleAspectRatio = exports.FrameRate = exports.FileMp4OutputEvent = exports.FileMp4OutputStatus_State = exports.FileMp4OutputStatus = exports.FileMp4OutputMessage = exports.FileMp4OutputWriteMessage = exports.FileMp4OutputConfiguration = exports.FileTsOutputEvent = exports.FileTsOutputMessage = exports.FileTsOutputConfiguration = exports.RtmpOutputEvent_State = exports.RtmpOutputEvent = exports.RtmpOutputMessage = exports.SslClientOptions = exports.RtmpOutputConfiguration = exports.WhepOutputEvent = exports.WhepOutputMessage = exports.WhepOutputConfiguration = exports.WebRTCBrowserDuplexEvent = exports.WebRTCBrowserDuplexMessage = exports.WebRTCBrowserDuplexConfiguration = exports.WhipOutputEvent = exports.WhipOutputMessage = exports.WhipOutputConfiguration = exports.SrtOutputEvent = exports.SrtOutputMessage = exports.SrtOutputConfiguration = exports.UdpTsOutputEvent = exports.UdpTsOutputMessage = exports.UdpTsOutputConfiguration = exports.HlsOutputEvent = exports.HlsTsCombinedPushMessage = exports.HlsPushDestination = exports.HlsTsCombinedPushConfiguration = exports.HlsTsMultiVariantMessage = exports.HlsTsMultiVariantConfiguration = exports.CmafMultiVariantMessage = exports.CmafMultiVariantConfiguration = exports.CmafWebVttMessage = exports.MultiVariantPlaylistData = exports.TsMediaPlaylistData = exports.CmafMediaPlaylistData = void 0;
|
|
12
|
+
exports.StreamSyncMessage = exports.StreamSyncConfiguration = exports.JitterBufferEvent = exports.JitterBufferMessage = exports.JitterBufferConfiguration = exports.StreamMetadataOverrideEvent = exports.StreamMetadataOverrideMessage = exports.StreamMetadataOverrideUpdateConfiguration = exports.StreamMetadataOverrideConfiguration = exports.StreamKeyOverrideEvent = exports.StreamKeyOverrideMessage = exports.StreamKeyOverrideConfiguration = exports.StreamTimestampNudgeEvent = exports.StreamTimestampNudgeMessage = exports.StreamTimestampNudgeConfiguration = exports.StreamChaosMonkeyEvent = exports.StreamChaosMonkeyMessage = exports.StreamChaosMonkeyConfiguration = exports.VideoTransformEvent = exports.VideoTransformMessage = exports.VideoTransformConfiguration = exports.XilinxHevc_XilinxHevcTier = exports.XilinxHevc_XilinxHevcProfile = exports.XilinxHevc = exports.XilinxH264_XilinxH264Profile = exports.XilinxH264 = exports.LoganHevc_LoganHevcTier = exports.LoganHevc_LoganHevcProfile = exports.LoganHevc = exports.LoganH264_LoganH264Profile = exports.LoganH264 = exports.QuadraHevc_QuadraHevcTier = exports.QuadraHevc_QuadraHevcProfile = exports.QuadraHevc = exports.QuadraH264_QuadraH264Profile = exports.QuadraH264 = exports.NvidiaHevc_NvidiaHevcTier = exports.NvidiaHevc_NvidiaHevcProfile = exports.NvidiaHevc = exports.NvidiaH264_NvidiaH264Profile = exports.NvidiaH264 = exports.NvidiaRateControl_NvidiaRateControlMode = exports.NvidiaRateControl = exports.VideoEncodeEvent = exports.VideoEncodeMessage = exports.VideoEncodeConfiguration = exports.VideoEncodeStream = exports.X265Codec_X265Tier = exports.X265Codec_X265Tune = exports.X265Codec_X265Preset = void 0;
|
|
13
|
+
exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exports.StreamAlignEvent = exports.StreamAlignMessage = exports.StreamAlignConfiguration = exports.StreamSyncEvent = void 0;
|
|
14
|
+
exports.MoqEgestMessage = exports.MoqEgestConfiguration = exports.FrameStorePlayerEvent = exports.FrameStorePlayerMessage = exports.FrameStorePlayerConfiguration_Subset = exports.FrameStorePlayerConfiguration_All = exports.FrameStorePlayerConfiguration = exports.SingleCut = exports.FrameStoreRecorderEvent = exports.FrameStoreRecorderMessage = exports.FrameStoreRecorderConfiguration = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration = void 0;
|
|
15
|
+
exports.NorskStatusEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.Hardware = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.MoqEgestEvent = void 0;
|
|
16
16
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
17
17
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
18
18
|
/**
|
|
@@ -2985,6 +2985,10 @@ class RtmpServerInputConfiguration extends protobuf_1.Message {
|
|
|
2985
2985
|
* @generated from field: int32 port = 2;
|
|
2986
2986
|
*/
|
|
2987
2987
|
this.port = 0;
|
|
2988
|
+
/**
|
|
2989
|
+
* @generated from field: bool ssl = 4;
|
|
2990
|
+
*/
|
|
2991
|
+
this.ssl = false;
|
|
2988
2992
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
2989
2993
|
}
|
|
2990
2994
|
static fromBinary(bytes, options) {
|
|
@@ -3007,6 +3011,44 @@ RtmpServerInputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
3007
3011
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
3008
3012
|
{ no: 2, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
3009
3013
|
{ no: 3, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
3014
|
+
{ no: 4, name: "ssl", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
3015
|
+
{ no: 5, name: "ssl_options", kind: "message", T: SslServerOptions },
|
|
3016
|
+
]);
|
|
3017
|
+
/**
|
|
3018
|
+
* @generated from message norsk.api.media.SslServerOptions
|
|
3019
|
+
*/
|
|
3020
|
+
class SslServerOptions extends protobuf_1.Message {
|
|
3021
|
+
constructor(data) {
|
|
3022
|
+
super();
|
|
3023
|
+
/**
|
|
3024
|
+
* @generated from field: string cert_file = 1;
|
|
3025
|
+
*/
|
|
3026
|
+
this.certFile = "";
|
|
3027
|
+
/**
|
|
3028
|
+
* @generated from field: string key_file = 2;
|
|
3029
|
+
*/
|
|
3030
|
+
this.keyFile = "";
|
|
3031
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3032
|
+
}
|
|
3033
|
+
static fromBinary(bytes, options) {
|
|
3034
|
+
return new SslServerOptions().fromBinary(bytes, options);
|
|
3035
|
+
}
|
|
3036
|
+
static fromJson(jsonValue, options) {
|
|
3037
|
+
return new SslServerOptions().fromJson(jsonValue, options);
|
|
3038
|
+
}
|
|
3039
|
+
static fromJsonString(jsonString, options) {
|
|
3040
|
+
return new SslServerOptions().fromJsonString(jsonString, options);
|
|
3041
|
+
}
|
|
3042
|
+
static equals(a, b) {
|
|
3043
|
+
return protobuf_1.proto3.util.equals(SslServerOptions, a, b);
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
exports.SslServerOptions = SslServerOptions;
|
|
3047
|
+
SslServerOptions.runtime = protobuf_1.proto3;
|
|
3048
|
+
SslServerOptions.typeName = "norsk.api.media.SslServerOptions";
|
|
3049
|
+
SslServerOptions.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3050
|
+
{ no: 1, name: "cert_file", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3051
|
+
{ no: 2, name: "key_file", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3010
3052
|
]);
|
|
3011
3053
|
/**
|
|
3012
3054
|
* *
|
|
@@ -9291,6 +9333,10 @@ class RtmpOutputConfiguration extends protobuf_1.Message {
|
|
|
9291
9333
|
* @generated from field: uint32 buffer_delay_ms = 4;
|
|
9292
9334
|
*/
|
|
9293
9335
|
this.bufferDelayMs = 0;
|
|
9336
|
+
/**
|
|
9337
|
+
* @generated from field: int32 retry_connection_timeout = 6;
|
|
9338
|
+
*/
|
|
9339
|
+
this.retryConnectionTimeout = 0;
|
|
9294
9340
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
9295
9341
|
}
|
|
9296
9342
|
static fromBinary(bytes, options) {
|
|
@@ -9314,6 +9360,35 @@ RtmpOutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
9314
9360
|
{ no: 2, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
9315
9361
|
{ no: 3, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
9316
9362
|
{ no: 4, name: "buffer_delay_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
9363
|
+
{ no: 5, name: "ssl_options", kind: "message", T: SslClientOptions },
|
|
9364
|
+
{ no: 6, name: "retry_connection_timeout", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
9365
|
+
]);
|
|
9366
|
+
/**
|
|
9367
|
+
* @generated from message norsk.api.media.SslClientOptions
|
|
9368
|
+
*/
|
|
9369
|
+
class SslClientOptions extends protobuf_1.Message {
|
|
9370
|
+
constructor(data) {
|
|
9371
|
+
super();
|
|
9372
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
9373
|
+
}
|
|
9374
|
+
static fromBinary(bytes, options) {
|
|
9375
|
+
return new SslClientOptions().fromBinary(bytes, options);
|
|
9376
|
+
}
|
|
9377
|
+
static fromJson(jsonValue, options) {
|
|
9378
|
+
return new SslClientOptions().fromJson(jsonValue, options);
|
|
9379
|
+
}
|
|
9380
|
+
static fromJsonString(jsonString, options) {
|
|
9381
|
+
return new SslClientOptions().fromJsonString(jsonString, options);
|
|
9382
|
+
}
|
|
9383
|
+
static equals(a, b) {
|
|
9384
|
+
return protobuf_1.proto3.util.equals(SslClientOptions, a, b);
|
|
9385
|
+
}
|
|
9386
|
+
}
|
|
9387
|
+
exports.SslClientOptions = SslClientOptions;
|
|
9388
|
+
SslClientOptions.runtime = protobuf_1.proto3;
|
|
9389
|
+
SslClientOptions.typeName = "norsk.api.media.SslClientOptions";
|
|
9390
|
+
SslClientOptions.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
9391
|
+
{ no: 1, name: "verify_peer_cert", kind: "message", T: common_pb_js_1.OptionalBool },
|
|
9317
9392
|
]);
|
|
9318
9393
|
/**
|
|
9319
9394
|
* @generated from message norsk.api.media.RtmpOutputMessage
|
|
@@ -9395,11 +9470,16 @@ var RtmpOutputEvent_State;
|
|
|
9395
9470
|
* @generated from enum value: RTMP_OUTPUT_STATUS_PUBLISH_START = 1;
|
|
9396
9471
|
*/
|
|
9397
9472
|
RtmpOutputEvent_State[RtmpOutputEvent_State["RTMP_OUTPUT_STATUS_PUBLISH_START"] = 1] = "RTMP_OUTPUT_STATUS_PUBLISH_START";
|
|
9473
|
+
/**
|
|
9474
|
+
* @generated from enum value: RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY = 2;
|
|
9475
|
+
*/
|
|
9476
|
+
RtmpOutputEvent_State[RtmpOutputEvent_State["RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY"] = 2] = "RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY";
|
|
9398
9477
|
})(RtmpOutputEvent_State = exports.RtmpOutputEvent_State || (exports.RtmpOutputEvent_State = {}));
|
|
9399
9478
|
// Retrieve enum metadata with: proto3.getEnumType(RtmpOutputEvent_State)
|
|
9400
9479
|
protobuf_1.proto3.util.setEnumType(RtmpOutputEvent_State, "norsk.api.media.RtmpOutputEvent.State", [
|
|
9401
9480
|
{ no: 0, name: "RTMP_OUTPUT_STATUS_UNKNOWN" },
|
|
9402
9481
|
{ no: 1, name: "RTMP_OUTPUT_STATUS_PUBLISH_START" },
|
|
9482
|
+
{ no: 2, name: "RTMP_OUTPUT_STATUS_CONNECTION_FAILED_RETRY" },
|
|
9403
9483
|
]);
|
|
9404
9484
|
/**
|
|
9405
9485
|
* @generated from message norsk.api.media.FileTsOutputConfiguration
|
|
@@ -15194,7 +15274,7 @@ SingleCut.typeName = "norsk.api.media.SingleCut";
|
|
|
15194
15274
|
SingleCut.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
15195
15275
|
{ no: 1, name: "start_date_time", kind: "message", T: protobuf_1.Timestamp },
|
|
15196
15276
|
{ no: 2, name: "duration_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
15197
|
-
{ no: 3, name: "
|
|
15277
|
+
{ no: 3, name: "session_num", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
15198
15278
|
]);
|
|
15199
15279
|
/**
|
|
15200
15280
|
* @generated from message norsk.api.media.FrameStorePlayerConfiguration
|