tencentcloud-sdk-live 3.0.445 → 3.0.446
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/v20180801/models.rb +18 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da0bf00227a8a9d4037b19ec4def4cd2fc8f0d3f
|
4
|
+
data.tar.gz: 9dde1a20c02a2b948eda1deb2534eb7cd45086c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c9762ae05b85a4289850b18b4f9efc40e019dc9459b9fe4bd4854eaaefd0d37537710ca25d0d24b2273f71111dedca910016b4b902bbd391fd39c1cc4df77ad
|
7
|
+
data.tar.gz: 3e4ae3e6bb01b2197aadf64967878af6231e1c623acfebb808b38886aa89ebbe99f8cf7d88cc2200a33044aa412ac696e52e9abeb9493a426ca9b59eec3143cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.446
|
data/lib/v20180801/models.rb
CHANGED
@@ -8513,7 +8513,8 @@ module TencentCloud
|
|
8513
8513
|
# @type TaskId: String
|
8514
8514
|
# @param SourceType: 拉流源的类型:
|
8515
8515
|
# PullLivePushLive -直播,
|
8516
|
-
# PullVodPushLive
|
8516
|
+
# PullVodPushLive -点播,
|
8517
|
+
# PullPicPushLive -图片。
|
8517
8518
|
# @type SourceType: String
|
8518
8519
|
# @param SourceUrls: 拉流源url列表。
|
8519
8520
|
# SourceType为直播(PullLiveToLive)只可以填1个,
|
@@ -8612,10 +8613,15 @@ module TencentCloud
|
|
8612
8613
|
# @param WatermarkList: 水印信息列表。
|
8613
8614
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8614
8615
|
# @type WatermarkList: Array
|
8616
|
+
# @param VodLocalMode: 点播源是否启用本地推流模式,默认0,不启用。
|
8617
|
+
# 0 - 不启用。
|
8618
|
+
# 1 - 启用。
|
8619
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8620
|
+
# @type VodLocalMode: Integer
|
8615
8621
|
|
8616
|
-
attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList
|
8622
|
+
attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode
|
8617
8623
|
|
8618
|
-
def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil)
|
8624
|
+
def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil)
|
8619
8625
|
@TaskId = taskid
|
8620
8626
|
@SourceType = sourcetype
|
8621
8627
|
@SourceUrls = sourceurls
|
@@ -8642,6 +8648,7 @@ module TencentCloud
|
|
8642
8648
|
@BackupSourceType = backupsourcetype
|
8643
8649
|
@BackupSourceUrl = backupsourceurl
|
8644
8650
|
@WatermarkList = watermarklist
|
8651
|
+
@VodLocalMode = vodlocalmode
|
8645
8652
|
end
|
8646
8653
|
|
8647
8654
|
def deserialize(params)
|
@@ -8681,6 +8688,7 @@ module TencentCloud
|
|
8681
8688
|
@WatermarkList << pullpushwatermarkinfo_tmp
|
8682
8689
|
end
|
8683
8690
|
end
|
8691
|
+
@VodLocalMode = params['VodLocalMode']
|
8684
8692
|
end
|
8685
8693
|
end
|
8686
8694
|
|
@@ -8844,10 +8852,13 @@ module TencentCloud
|
|
8844
8852
|
# @type Bandwidth: Float
|
8845
8853
|
# @param Flux: 流量,单位MB。
|
8846
8854
|
# @type Flux: Float
|
8855
|
+
# @param ServerIp: 推流服务端 IP。
|
8856
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8857
|
+
# @type ServerIp: String
|
8847
8858
|
|
8848
|
-
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux
|
8859
|
+
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux, :ServerIp
|
8849
8860
|
|
8850
|
-
def initialize(time=nil, pushdomain=nil, appname=nil, clientip=nil, beginpushtime=nil, resolution=nil, vcodec=nil, acodec=nil, sequence=nil, videofps=nil, videorate=nil, audiofps=nil, audiorate=nil, localts=nil, videots=nil, audiots=nil, metavideorate=nil, metaaudiorate=nil, matefps=nil, streamparam=nil, bandwidth=nil, flux=nil)
|
8861
|
+
def initialize(time=nil, pushdomain=nil, appname=nil, clientip=nil, beginpushtime=nil, resolution=nil, vcodec=nil, acodec=nil, sequence=nil, videofps=nil, videorate=nil, audiofps=nil, audiorate=nil, localts=nil, videots=nil, audiots=nil, metavideorate=nil, metaaudiorate=nil, matefps=nil, streamparam=nil, bandwidth=nil, flux=nil, serverip=nil)
|
8851
8862
|
@Time = time
|
8852
8863
|
@PushDomain = pushdomain
|
8853
8864
|
@AppName = appname
|
@@ -8870,6 +8881,7 @@ module TencentCloud
|
|
8870
8881
|
@StreamParam = streamparam
|
8871
8882
|
@Bandwidth = bandwidth
|
8872
8883
|
@Flux = flux
|
8884
|
+
@ServerIp = serverip
|
8873
8885
|
end
|
8874
8886
|
|
8875
8887
|
def deserialize(params)
|
@@ -8895,6 +8907,7 @@ module TencentCloud
|
|
8895
8907
|
@StreamParam = params['StreamParam']
|
8896
8908
|
@Bandwidth = params['Bandwidth']
|
8897
8909
|
@Flux = params['Flux']
|
8910
|
+
@ServerIp = params['ServerIp']
|
8898
8911
|
end
|
8899
8912
|
end
|
8900
8913
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-live
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.446
|
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-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '3.0'
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
28
28
|
allows Ruby developers to write software that makes use of Tencent Cloud service
|
29
29
|
LIVE.
|