tencentcloud-sdk-mps 3.0.1040 → 3.0.1042
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190612/models.rb +71 -13
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21d501f706606a50b5aa0ec5c9bdee27d1b54dc4
|
4
|
+
data.tar.gz: 8d9e12216bd8fe7b2f66935745539c89c7173f87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a64951327920c9cd4a1cd242e33eb826a0ca7391c72c350c975f11ad14403e08a4b43f3dfdb3e312b5d787da09b00d0b4c3cf17a6b3e7a18fb351bf305e48c66
|
7
|
+
data.tar.gz: 87b23ff9f194741e9d468983c397c8a87ff73b537d9c4a00c93f54070a5fc21ee3c63d3921f196f54a3abc8b5f6e15eb8fb1c48cfdb203c60172321c1e48f4ba
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20190612/models.rb
CHANGED
@@ -4690,7 +4690,7 @@ module TencentCloud
|
|
4690
4690
|
# 4)、Codec为:eac3时,取值范围:[26, 6144],备注:当SampleRate为44100HZ,最大值为:5644,当SampleRate为48000HZ,最大值为:6144,
|
4691
4691
|
|
4692
4692
|
# @type Bitrate: Integer
|
4693
|
-
# @param SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
4693
|
+
# @param SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
4694
4694
|
# 单位:Hz
|
4695
4695
|
# 注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
4696
4696
|
# @type SampleRate: Integer
|
@@ -7060,6 +7060,10 @@ module TencentCloud
|
|
7060
7060
|
# @type Protocol: String
|
7061
7061
|
# @param OutputRegion: 输出地区。
|
7062
7062
|
# @type OutputRegion: String
|
7063
|
+
# @param OutputType: 输出类型:Internet/TencentCSS
|
7064
|
+
# @type OutputType: String
|
7065
|
+
# @param OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出
|
7066
|
+
# @type OutputKind: String
|
7063
7067
|
# @param SRTSettings: 输出的SRT的配置。
|
7064
7068
|
# @type SRTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputSRTSettings`
|
7065
7069
|
# @param RTMPSettings: 输出的RTMP的配置。
|
@@ -7075,20 +7079,20 @@ module TencentCloud
|
|
7075
7079
|
# @type SecurityGroupIds: Array
|
7076
7080
|
# @param Zones: 可用区,output最多只支持输入一个可用区。
|
7077
7081
|
# @type Zones: Array
|
7078
|
-
# @param OutputType: 输出类型:Internet/TencentCSS/StreamLive
|
7079
|
-
# @type OutputType: String
|
7080
7082
|
# @param RISTSettings: 输出的RIST的配置。
|
7081
7083
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputRistSettings`
|
7082
7084
|
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
7083
7085
|
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
7084
7086
|
|
7085
|
-
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :
|
7087
|
+
attr_accessor :OutputName, :Description, :Protocol, :OutputRegion, :OutputType, :OutputKind, :SRTSettings, :RTMPSettings, :RTPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector
|
7086
7088
|
|
7087
|
-
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil,
|
7089
|
+
def initialize(outputname=nil, description=nil, protocol=nil, outputregion=nil, outputtype=nil, outputkind=nil, srtsettings=nil, rtmpsettings=nil, rtpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil)
|
7088
7090
|
@OutputName = outputname
|
7089
7091
|
@Description = description
|
7090
7092
|
@Protocol = protocol
|
7091
7093
|
@OutputRegion = outputregion
|
7094
|
+
@OutputType = outputtype
|
7095
|
+
@OutputKind = outputkind
|
7092
7096
|
@SRTSettings = srtsettings
|
7093
7097
|
@RTMPSettings = rtmpsettings
|
7094
7098
|
@RTPSettings = rtpsettings
|
@@ -7096,7 +7100,6 @@ module TencentCloud
|
|
7096
7100
|
@MaxConcurrent = maxconcurrent
|
7097
7101
|
@SecurityGroupIds = securitygroupids
|
7098
7102
|
@Zones = zones
|
7099
|
-
@OutputType = outputtype
|
7100
7103
|
@RISTSettings = ristsettings
|
7101
7104
|
@PidSelector = pidselector
|
7102
7105
|
end
|
@@ -7106,6 +7109,8 @@ module TencentCloud
|
|
7106
7109
|
@Description = params['Description']
|
7107
7110
|
@Protocol = params['Protocol']
|
7108
7111
|
@OutputRegion = params['OutputRegion']
|
7112
|
+
@OutputType = params['OutputType']
|
7113
|
+
@OutputKind = params['OutputKind']
|
7109
7114
|
unless params['SRTSettings'].nil?
|
7110
7115
|
@SRTSettings = CreateOutputSRTSettings.new
|
7111
7116
|
@SRTSettings.deserialize(params['SRTSettings'])
|
@@ -7122,7 +7127,6 @@ module TencentCloud
|
|
7122
7127
|
@MaxConcurrent = params['MaxConcurrent']
|
7123
7128
|
@SecurityGroupIds = params['SecurityGroupIds']
|
7124
7129
|
@Zones = params['Zones']
|
7125
|
-
@OutputType = params['OutputType']
|
7126
7130
|
unless params['RISTSettings'].nil?
|
7127
7131
|
@RISTSettings = CreateOutputRistSettings.new
|
7128
7132
|
@RISTSettings.deserialize(params['RISTSettings'])
|
@@ -10038,10 +10042,12 @@ module TencentCloud
|
|
10038
10042
|
# @param RISTSettings: 输入的RIST配置信息。
|
10039
10043
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10040
10044
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.DescribeInputRISTSettings`
|
10045
|
+
# @param StreamUrls: 输入模块配置相关的URL信息,包含提供的推流地址,或者配置的第三方源流地址
|
10046
|
+
# @type StreamUrls: Array
|
10041
10047
|
|
10042
|
-
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds, :Zones, :RISTSettings
|
10048
|
+
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream, :SecurityGroupIds, :Zones, :RISTSettings, :StreamUrls
|
10043
10049
|
|
10044
|
-
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil, zones=nil, ristsettings=nil)
|
10050
|
+
def initialize(inputid=nil, inputname=nil, description=nil, protocol=nil, inputaddresslist=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, inputregion=nil, rtmpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil, securitygroupids=nil, zones=nil, ristsettings=nil, streamurls=nil)
|
10045
10051
|
@InputId = inputid
|
10046
10052
|
@InputName = inputname
|
10047
10053
|
@Description = description
|
@@ -10060,6 +10066,7 @@ module TencentCloud
|
|
10060
10066
|
@SecurityGroupIds = securitygroupids
|
10061
10067
|
@Zones = zones
|
10062
10068
|
@RISTSettings = ristsettings
|
10069
|
+
@StreamUrls = streamurls
|
10063
10070
|
end
|
10064
10071
|
|
10065
10072
|
def deserialize(params)
|
@@ -10112,6 +10119,14 @@ module TencentCloud
|
|
10112
10119
|
@RISTSettings = DescribeInputRISTSettings.new
|
10113
10120
|
@RISTSettings.deserialize(params['RISTSettings'])
|
10114
10121
|
end
|
10122
|
+
unless params['StreamUrls'].nil?
|
10123
|
+
@StreamUrls = []
|
10124
|
+
params['StreamUrls'].each do |i|
|
10125
|
+
streamurldetail_tmp = StreamUrlDetail.new
|
10126
|
+
streamurldetail_tmp.deserialize(i)
|
10127
|
+
@StreamUrls << streamurldetail_tmp
|
10128
|
+
end
|
10129
|
+
end
|
10115
10130
|
end
|
10116
10131
|
end
|
10117
10132
|
|
@@ -10422,6 +10437,8 @@ module TencentCloud
|
|
10422
10437
|
# @type OutputName: String
|
10423
10438
|
# @param OutputType: 输出类型。
|
10424
10439
|
# @type OutputType: String
|
10440
|
+
# @param OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
10441
|
+
# @type OutputKind: String
|
10425
10442
|
# @param Description: 输出描述。
|
10426
10443
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10427
10444
|
# @type Description: String
|
@@ -10466,13 +10483,16 @@ module TencentCloud
|
|
10466
10483
|
# @type RISTSettings: :class:`Tencentcloud::Mps.v20190612.models.DescribeOutputRISTSettings`
|
10467
10484
|
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
10468
10485
|
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
10486
|
+
# @param StreamUrls: 输出模块配置,相关的URL,包括提供的拉流地址,或者配置的输出到第三方的转推地址
|
10487
|
+
# @type StreamUrls: Array
|
10469
10488
|
|
10470
|
-
attr_accessor :OutputId, :OutputName, :OutputType, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector
|
10489
|
+
attr_accessor :OutputId, :OutputName, :OutputType, :OutputKind, :Description, :Protocol, :OutputAddressList, :OutputRegion, :SRTSettings, :RTPSettings, :RTMPSettings, :RTMPPullSettings, :AllowIpList, :RTSPPullSettings, :HLSPullSettings, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :PidSelector, :StreamUrls
|
10471
10490
|
|
10472
|
-
def initialize(outputid=nil, outputname=nil, outputtype=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil)
|
10491
|
+
def initialize(outputid=nil, outputname=nil, outputtype=nil, outputkind=nil, description=nil, protocol=nil, outputaddresslist=nil, outputregion=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, rtmppullsettings=nil, allowiplist=nil, rtsppullsettings=nil, hlspullsettings=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, pidselector=nil, streamurls=nil)
|
10473
10492
|
@OutputId = outputid
|
10474
10493
|
@OutputName = outputname
|
10475
10494
|
@OutputType = outputtype
|
10495
|
+
@OutputKind = outputkind
|
10476
10496
|
@Description = description
|
10477
10497
|
@Protocol = protocol
|
10478
10498
|
@OutputAddressList = outputaddresslist
|
@@ -10489,12 +10509,14 @@ module TencentCloud
|
|
10489
10509
|
@Zones = zones
|
10490
10510
|
@RISTSettings = ristsettings
|
10491
10511
|
@PidSelector = pidselector
|
10512
|
+
@StreamUrls = streamurls
|
10492
10513
|
end
|
10493
10514
|
|
10494
10515
|
def deserialize(params)
|
10495
10516
|
@OutputId = params['OutputId']
|
10496
10517
|
@OutputName = params['OutputName']
|
10497
10518
|
@OutputType = params['OutputType']
|
10519
|
+
@OutputKind = params['OutputKind']
|
10498
10520
|
@Description = params['Description']
|
10499
10521
|
@Protocol = params['Protocol']
|
10500
10522
|
unless params['OutputAddressList'].nil?
|
@@ -10542,6 +10564,14 @@ module TencentCloud
|
|
10542
10564
|
@PidSelector = PidSelector.new
|
10543
10565
|
@PidSelector.deserialize(params['PidSelector'])
|
10544
10566
|
end
|
10567
|
+
unless params['StreamUrls'].nil?
|
10568
|
+
@StreamUrls = []
|
10569
|
+
params['StreamUrls'].each do |i|
|
10570
|
+
streamurldetail_tmp = StreamUrlDetail.new
|
10571
|
+
streamurldetail_tmp.deserialize(i)
|
10572
|
+
@StreamUrls << streamurldetail_tmp
|
10573
|
+
end
|
10574
|
+
end
|
10545
10575
|
end
|
10546
10576
|
end
|
10547
10577
|
|
@@ -17907,6 +17937,8 @@ module TencentCloud
|
|
17907
17937
|
# @type Description: String
|
17908
17938
|
# @param Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
|
17909
17939
|
# @type Protocol: String
|
17940
|
+
# @param OutputKind: 输出模块类型,包括Pinpoint(单点输出,最多支持四路并发输出);MultiMesh(多路输出,支持大于四路的并发输出,目前可以达到200路)。默认类型为 Pinpoint 输出。对于单个 Flow 一个区域最多只能有一个 MultiMesh 输出。
|
17941
|
+
# @type OutputKind: String
|
17910
17942
|
# @param SRTSettings: 转推SRT的配置。
|
17911
17943
|
# @type SRTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateOutputSRTSettings`
|
17912
17944
|
# @param RTPSettings: 转推RTP的配置。
|
@@ -17929,13 +17961,14 @@ module TencentCloud
|
|
17929
17961
|
# @param PidSelector: 对于含有多个音/视频轨的流,可以指定需要使用的轨道
|
17930
17962
|
# @type PidSelector: :class:`Tencentcloud::Mps.v20190612.models.PidSelector`
|
17931
17963
|
|
17932
|
-
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector
|
17964
|
+
attr_accessor :OutputId, :OutputName, :Description, :Protocol, :OutputKind, :SRTSettings, :RTPSettings, :RTMPSettings, :AllowIpList, :MaxConcurrent, :SecurityGroupIds, :Zones, :RISTSettings, :OutputType, :PidSelector
|
17933
17965
|
|
17934
|
-
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil, pidselector=nil)
|
17966
|
+
def initialize(outputid=nil, outputname=nil, description=nil, protocol=nil, outputkind=nil, srtsettings=nil, rtpsettings=nil, rtmpsettings=nil, allowiplist=nil, maxconcurrent=nil, securitygroupids=nil, zones=nil, ristsettings=nil, outputtype=nil, pidselector=nil)
|
17935
17967
|
@OutputId = outputid
|
17936
17968
|
@OutputName = outputname
|
17937
17969
|
@Description = description
|
17938
17970
|
@Protocol = protocol
|
17971
|
+
@OutputKind = outputkind
|
17939
17972
|
@SRTSettings = srtsettings
|
17940
17973
|
@RTPSettings = rtpsettings
|
17941
17974
|
@RTMPSettings = rtmpsettings
|
@@ -17953,6 +17986,7 @@ module TencentCloud
|
|
17953
17986
|
@OutputName = params['OutputName']
|
17954
17987
|
@Description = params['Description']
|
17955
17988
|
@Protocol = params['Protocol']
|
17989
|
+
@OutputKind = params['OutputKind']
|
17956
17990
|
unless params['SRTSettings'].nil?
|
17957
17991
|
@SRTSettings = CreateOutputSRTSettings.new
|
17958
17992
|
@SRTSettings.deserialize(params['SRTSettings'])
|
@@ -22837,6 +22871,30 @@ module TencentCloud
|
|
22837
22871
|
end
|
22838
22872
|
end
|
22839
22873
|
|
22874
|
+
# 描述 URL 的完整信息
|
22875
|
+
class StreamUrlDetail < TencentCloud::Common::AbstractModel
|
22876
|
+
# @param Label: 会描述运营商信息等
|
22877
|
+
# @type Label: String
|
22878
|
+
# @param Url: URL
|
22879
|
+
# @type Url: String
|
22880
|
+
# @param Type: Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址
|
22881
|
+
# @type Type: String
|
22882
|
+
|
22883
|
+
attr_accessor :Label, :Url, :Type
|
22884
|
+
|
22885
|
+
def initialize(label=nil, url=nil, type=nil)
|
22886
|
+
@Label = label
|
22887
|
+
@Url = url
|
22888
|
+
@Type = type
|
22889
|
+
end
|
22890
|
+
|
22891
|
+
def deserialize(params)
|
22892
|
+
@Label = params['Label']
|
22893
|
+
@Url = params['Url']
|
22894
|
+
@Type = params['Type']
|
22895
|
+
end
|
22896
|
+
end
|
22897
|
+
|
22840
22898
|
# 字幕流配置参数。
|
22841
22899
|
class SubtitleTemplate < TencentCloud::Common::AbstractModel
|
22842
22900
|
# @param Path: 要压制到视频中的字幕文件地址。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1042
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-mps.rb
|
36
37
|
- lib/v20190612/client.rb
|
37
38
|
- lib/v20190612/models.rb
|
38
|
-
- lib/tencentcloud-sdk-mps.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|