tencentcloud-sdk-python-live 3.0.1279__tar.gz → 3.0.1289__tar.gz
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.
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/live/v20180801/models.py +48 -8
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1289/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1279/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1279 → tencentcloud-sdk-python-live-3.0.1289}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1289"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2834,7 +2834,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
2834
2834
|
def __init__(self):
|
|
2835
2835
|
r"""
|
|
2836
2836
|
:param _InputIndex: 输入源Index。
|
|
2837
|
-
范围[1,
|
|
2837
|
+
范围[1, 24]
|
|
2838
2838
|
:type InputIndex: int
|
|
2839
2839
|
:param _InputType: 输入源类型。
|
|
2840
2840
|
范围[0,1,2,3,4]。
|
|
@@ -2894,7 +2894,7 @@ class CasterInputInfo(AbstractModel):
|
|
|
2894
2894
|
@property
|
|
2895
2895
|
def InputIndex(self):
|
|
2896
2896
|
"""输入源Index。
|
|
2897
|
-
范围[1,
|
|
2897
|
+
范围[1, 24]
|
|
2898
2898
|
:rtype: int
|
|
2899
2899
|
"""
|
|
2900
2900
|
return self._InputIndex
|
|
@@ -5110,7 +5110,7 @@ class CreateCasterInputPushUrlRequest(AbstractModel):
|
|
|
5110
5110
|
:param _CasterId: 导播台ID
|
|
5111
5111
|
:type CasterId: int
|
|
5112
5112
|
:param _InputIndex: 请求生成推流地址的输入Index。
|
|
5113
|
-
允许范围[1,
|
|
5113
|
+
允许范围[1,24]。
|
|
5114
5114
|
:type InputIndex: int
|
|
5115
5115
|
:param _Protocol: 生成推流地址协议。
|
|
5116
5116
|
范围[rtmp,webrtc]。
|
|
@@ -5135,7 +5135,7 @@ class CreateCasterInputPushUrlRequest(AbstractModel):
|
|
|
5135
5135
|
@property
|
|
5136
5136
|
def InputIndex(self):
|
|
5137
5137
|
"""请求生成推流地址的输入Index。
|
|
5138
|
-
允许范围[1,
|
|
5138
|
+
允许范围[1,24]。
|
|
5139
5139
|
:rtype: int
|
|
5140
5140
|
"""
|
|
5141
5141
|
return self._InputIndex
|
|
@@ -6792,6 +6792,15 @@ rtmp、rtmps、rtsp、rtp、srt。
|
|
|
6792
6792
|
|
|
6793
6793
|
注意:签名时间需要超过任务结束时间,避免因签名过期造成任务失败。
|
|
6794
6794
|
:type ToUrl: str
|
|
6795
|
+
:param _FileIndex: 指定播放文件索引。
|
|
6796
|
+
注意: 1. 从1开始,不大于SourceUrls中文件个数。
|
|
6797
|
+
2. 该偏移仅在首次轮播时有效。
|
|
6798
|
+
3. 提前创建的任务指定的偏移最长有效期为24小时,24小时后未开始的任务偏移失效。
|
|
6799
|
+
:type FileIndex: int
|
|
6800
|
+
:param _OffsetTime: 指定播放文件偏移。
|
|
6801
|
+
注意:
|
|
6802
|
+
1. 单位:秒,配合FileIndex使用。
|
|
6803
|
+
:type OffsetTime: int
|
|
6795
6804
|
:param _BackupSourceType: 备源的类型:
|
|
6796
6805
|
PullLivePushLive -直播,
|
|
6797
6806
|
PullVodPushLive -点播。
|
|
@@ -6838,6 +6847,8 @@ PullVodPushLive -点播。
|
|
|
6838
6847
|
self._SpecifyTaskId = None
|
|
6839
6848
|
self._Comment = None
|
|
6840
6849
|
self._ToUrl = None
|
|
6850
|
+
self._FileIndex = None
|
|
6851
|
+
self._OffsetTime = None
|
|
6841
6852
|
self._BackupSourceType = None
|
|
6842
6853
|
self._BackupSourceUrl = None
|
|
6843
6854
|
self._WatermarkList = None
|
|
@@ -7098,6 +7109,33 @@ rtmp、rtmps、rtsp、rtp、srt。
|
|
|
7098
7109
|
def ToUrl(self, ToUrl):
|
|
7099
7110
|
self._ToUrl = ToUrl
|
|
7100
7111
|
|
|
7112
|
+
@property
|
|
7113
|
+
def FileIndex(self):
|
|
7114
|
+
"""指定播放文件索引。
|
|
7115
|
+
注意: 1. 从1开始,不大于SourceUrls中文件个数。
|
|
7116
|
+
2. 该偏移仅在首次轮播时有效。
|
|
7117
|
+
3. 提前创建的任务指定的偏移最长有效期为24小时,24小时后未开始的任务偏移失效。
|
|
7118
|
+
:rtype: int
|
|
7119
|
+
"""
|
|
7120
|
+
return self._FileIndex
|
|
7121
|
+
|
|
7122
|
+
@FileIndex.setter
|
|
7123
|
+
def FileIndex(self, FileIndex):
|
|
7124
|
+
self._FileIndex = FileIndex
|
|
7125
|
+
|
|
7126
|
+
@property
|
|
7127
|
+
def OffsetTime(self):
|
|
7128
|
+
"""指定播放文件偏移。
|
|
7129
|
+
注意:
|
|
7130
|
+
1. 单位:秒,配合FileIndex使用。
|
|
7131
|
+
:rtype: int
|
|
7132
|
+
"""
|
|
7133
|
+
return self._OffsetTime
|
|
7134
|
+
|
|
7135
|
+
@OffsetTime.setter
|
|
7136
|
+
def OffsetTime(self, OffsetTime):
|
|
7137
|
+
self._OffsetTime = OffsetTime
|
|
7138
|
+
|
|
7101
7139
|
@property
|
|
7102
7140
|
def BackupSourceType(self):
|
|
7103
7141
|
"""备源的类型:
|
|
@@ -7208,6 +7246,8 @@ PullVodPushLive -点播。
|
|
|
7208
7246
|
self._SpecifyTaskId = params.get("SpecifyTaskId")
|
|
7209
7247
|
self._Comment = params.get("Comment")
|
|
7210
7248
|
self._ToUrl = params.get("ToUrl")
|
|
7249
|
+
self._FileIndex = params.get("FileIndex")
|
|
7250
|
+
self._OffsetTime = params.get("OffsetTime")
|
|
7211
7251
|
self._BackupSourceType = params.get("BackupSourceType")
|
|
7212
7252
|
self._BackupSourceUrl = params.get("BackupSourceUrl")
|
|
7213
7253
|
if params.get("WatermarkList") is not None:
|
|
@@ -22334,12 +22374,12 @@ class DescribePushBandwidthAndFluxListRequest(AbstractModel):
|
|
|
22334
22374
|
def __init__(self):
|
|
22335
22375
|
r"""
|
|
22336
22376
|
:param _StartTime: 查询开始时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
22337
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543
|
|
22377
|
+
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。
|
|
22338
22378
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
22339
22379
|
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
22340
22380
|
:type StartTime: str
|
|
22341
22381
|
:param _EndTime: 查询结束时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
22342
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543
|
|
22382
|
+
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。
|
|
22343
22383
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
22344
22384
|
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
22345
22385
|
:type EndTime: str
|
|
@@ -22382,7 +22422,7 @@ https://cloud.tencent.com/document/product/267/34019。
|
|
|
22382
22422
|
@property
|
|
22383
22423
|
def StartTime(self):
|
|
22384
22424
|
"""查询开始时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
22385
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543
|
|
22425
|
+
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。
|
|
22386
22426
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
22387
22427
|
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
22388
22428
|
:rtype: str
|
|
@@ -22396,7 +22436,7 @@ https://cloud.tencent.com/document/product/267/34019。
|
|
|
22396
22436
|
@property
|
|
22397
22437
|
def EndTime(self):
|
|
22398
22438
|
"""查询结束时间点,精确到分钟粒度,接口查询支持两种时间格式:
|
|
22399
|
-
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543
|
|
22439
|
+
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。
|
|
22400
22440
|
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
|
22401
22441
|
支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。
|
|
22402
22442
|
:rtype: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1289
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1279
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|