tencentcloud-sdk-mps 3.0.455 → 3.0.456
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 +50 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 868aeb3e65c1566116f675e567dd6ba8cfe2016d
|
4
|
+
data.tar.gz: 87b0f09ba4c2b0b554525e9ae0494940f1a3e9fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3da96322091ad79861bd0c44a38ab84641893b45039c714de283c6275ed6d95cf5fe45422c138ee9c7eab9c877f46c548c87005876eb4dedd0035125cc95f92e
|
7
|
+
data.tar.gz: 3aa3c2c887af37b433fd3f5e2718013b336e2792d652590903c5a8abdccd77cbf987af1dbb656643f18a9cf3c77f9ede3088c2d577d114153294ce6505ce44c6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.456
|
data/lib/v20190612/models.rb
CHANGED
@@ -4191,10 +4191,12 @@ module TencentCloud
|
|
4191
4191
|
# @type RTSPPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputRTSPPullSettings`
|
4192
4192
|
# @param HLSPullSettings: 输入的HLS_PULL配置信息。
|
4193
4193
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputHLSPullSettings`
|
4194
|
+
# @param ResilientStream: 延播平滑吐流配置信息。
|
4195
|
+
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
4194
4196
|
|
4195
|
-
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings
|
4197
|
+
attr_accessor :InputName, :Protocol, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
4196
4198
|
|
4197
|
-
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil)
|
4199
|
+
def initialize(inputname=nil, protocol=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
4198
4200
|
@InputName = inputname
|
4199
4201
|
@Protocol = protocol
|
4200
4202
|
@Description = description
|
@@ -4205,6 +4207,7 @@ module TencentCloud
|
|
4205
4207
|
@RTMPPullSettings = rtmppullsettings
|
4206
4208
|
@RTSPPullSettings = rtsppullsettings
|
4207
4209
|
@HLSPullSettings = hlspullsettings
|
4210
|
+
@ResilientStream = resilientstream
|
4208
4211
|
end
|
4209
4212
|
|
4210
4213
|
def deserialize(params)
|
@@ -4233,6 +4236,10 @@ module TencentCloud
|
|
4233
4236
|
@HLSPullSettings = CreateInputHLSPullSettings.new
|
4234
4237
|
@HLSPullSettings.deserialize(params['HLSPullSettings'])
|
4235
4238
|
end
|
4239
|
+
unless params['ResilientStream'].nil?
|
4240
|
+
@ResilientStream = ResilientStreamConf.new
|
4241
|
+
@ResilientStream.deserialize(params['ResilientStream'])
|
4242
|
+
end
|
4236
4243
|
end
|
4237
4244
|
end
|
4238
4245
|
|
@@ -6227,10 +6234,13 @@ module TencentCloud
|
|
6227
6234
|
# @param HLSPullSettings: 输入的HLS_PULL配置信息。
|
6228
6235
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6229
6236
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.DescribeInputHLSPullSettings`
|
6237
|
+
# @param ResilientStream: 延播平滑吐流配置信息。
|
6238
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6239
|
+
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
6230
6240
|
|
6231
|
-
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings
|
6241
|
+
attr_accessor :InputId, :InputName, :Description, :Protocol, :InputAddressList, :AllowIpList, :SRTSettings, :RTPSettings, :InputRegion, :RTMPSettings, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
6232
6242
|
|
6233
|
-
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)
|
6243
|
+
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)
|
6234
6244
|
@InputId = inputid
|
6235
6245
|
@InputName = inputname
|
6236
6246
|
@Description = description
|
@@ -6245,6 +6255,7 @@ module TencentCloud
|
|
6245
6255
|
@RTMPPullSettings = rtmppullsettings
|
6246
6256
|
@RTSPPullSettings = rtsppullsettings
|
6247
6257
|
@HLSPullSettings = hlspullsettings
|
6258
|
+
@ResilientStream = resilientstream
|
6248
6259
|
end
|
6249
6260
|
|
6250
6261
|
def deserialize(params)
|
@@ -6287,6 +6298,10 @@ module TencentCloud
|
|
6287
6298
|
@HLSPullSettings = DescribeInputHLSPullSettings.new
|
6288
6299
|
@HLSPullSettings.deserialize(params['HLSPullSettings'])
|
6289
6300
|
end
|
6301
|
+
unless params['ResilientStream'].nil?
|
6302
|
+
@ResilientStream = ResilientStreamConf.new
|
6303
|
+
@ResilientStream.deserialize(params['ResilientStream'])
|
6304
|
+
end
|
6290
6305
|
end
|
6291
6306
|
end
|
6292
6307
|
|
@@ -11903,10 +11918,12 @@ module TencentCloud
|
|
11903
11918
|
# @type RTSPPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputRTSPPullSettings`
|
11904
11919
|
# @param HLSPullSettings: HLS_PULL的配置信息。
|
11905
11920
|
# @type HLSPullSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputHLSPullSettings`
|
11921
|
+
# @param ResilientStream: 延播平滑吐流配置信息。
|
11922
|
+
# @type ResilientStream: :class:`Tencentcloud::Mps.v20190612.models.ResilientStreamConf`
|
11906
11923
|
|
11907
|
-
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings
|
11924
|
+
attr_accessor :InputId, :InputName, :Description, :AllowIpList, :SRTSettings, :RTPSettings, :Protocol, :FailOver, :RTMPPullSettings, :RTSPPullSettings, :HLSPullSettings, :ResilientStream
|
11908
11925
|
|
11909
|
-
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil)
|
11926
|
+
def initialize(inputid=nil, inputname=nil, description=nil, allowiplist=nil, srtsettings=nil, rtpsettings=nil, protocol=nil, failover=nil, rtmppullsettings=nil, rtsppullsettings=nil, hlspullsettings=nil, resilientstream=nil)
|
11910
11927
|
@InputId = inputid
|
11911
11928
|
@InputName = inputname
|
11912
11929
|
@Description = description
|
@@ -11918,6 +11935,7 @@ module TencentCloud
|
|
11918
11935
|
@RTMPPullSettings = rtmppullsettings
|
11919
11936
|
@RTSPPullSettings = rtsppullsettings
|
11920
11937
|
@HLSPullSettings = hlspullsettings
|
11938
|
+
@ResilientStream = resilientstream
|
11921
11939
|
end
|
11922
11940
|
|
11923
11941
|
def deserialize(params)
|
@@ -11947,6 +11965,10 @@ module TencentCloud
|
|
11947
11965
|
@HLSPullSettings = CreateInputHLSPullSettings.new
|
11948
11966
|
@HLSPullSettings.deserialize(params['HLSPullSettings'])
|
11949
11967
|
end
|
11968
|
+
unless params['ResilientStream'].nil?
|
11969
|
+
@ResilientStream = ResilientStreamConf.new
|
11970
|
+
@ResilientStream.deserialize(params['ResilientStream'])
|
11971
|
+
end
|
11950
11972
|
end
|
11951
11973
|
end
|
11952
11974
|
|
@@ -14206,6 +14228,28 @@ module TencentCloud
|
|
14206
14228
|
end
|
14207
14229
|
end
|
14208
14230
|
|
14231
|
+
# 延播平滑吐流配置。
|
14232
|
+
class ResilientStreamConf < TencentCloud::Common::AbstractModel
|
14233
|
+
# @param Enable: 是否开启延播平滑吐流,true开启,false不开启,默认不开启。
|
14234
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14235
|
+
# @type Enable: Boolean
|
14236
|
+
# @param BufferTime: 延播时间,单位秒,目前支持的范围为10~300秒。
|
14237
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14238
|
+
# @type BufferTime: Integer
|
14239
|
+
|
14240
|
+
attr_accessor :Enable, :BufferTime
|
14241
|
+
|
14242
|
+
def initialize(enable=nil, buffertime=nil)
|
14243
|
+
@Enable = enable
|
14244
|
+
@BufferTime = buffertime
|
14245
|
+
end
|
14246
|
+
|
14247
|
+
def deserialize(params)
|
14248
|
+
@Enable = params['Enable']
|
14249
|
+
@BufferTime = params['BufferTime']
|
14250
|
+
end
|
14251
|
+
end
|
14252
|
+
|
14209
14253
|
# 转推的目标地址信息。
|
14210
14254
|
class SRTAddressDestination < TencentCloud::Common::AbstractModel
|
14211
14255
|
# @param Ip: 目标地址的IP。
|
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.456
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|