tencentcloud-sdk-python-live 3.1.51__tar.gz → 3.1.56__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.1.51 → tencentcloud_sdk_python_live-3.1.56}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/setup.py +1 -1
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/v20180801/models.py +14 -74
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_live-3.1.56/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_live-3.1.51/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/README.rst +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/setup.cfg +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud/live/v20180801/live_client_async.py +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.51 → tencentcloud_sdk_python_live-3.1.56}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.56
|
|
4
4
|
Summary: Tencent Cloud Live SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.56
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.56,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Live SDK for Python',
|
|
@@ -33284,49 +33284,19 @@ class ModifyPullStreamConfigRequest(AbstractModel):
|
|
|
33284
33284
|
|
|
33285
33285
|
def __init__(self):
|
|
33286
33286
|
r"""
|
|
33287
|
-
:param _ConfigId:
|
|
33288
|
-
获取来源:
|
|
33289
|
-
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
|
|
33290
|
-
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
|
|
33287
|
+
:param _ConfigId: <p>配置 ID。<br>获取来源:</p><ol><li>创建拉流配置接口CreatePullStreamConfig返回的配置 ID。</li><li>通过查询接口DescribePullStreamConfigs获取配置 ID。</li></ol>
|
|
33291
33288
|
:type ConfigId: str
|
|
33292
|
-
:param _FromUrl:
|
|
33293
|
-
注意:
|
|
33294
|
-
1. 多个点播 URL 之间使用空格拼接。
|
|
33295
|
-
2. 目前上限支持10个 URL。
|
|
33296
|
-
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
|
|
33297
|
-
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
|
|
33289
|
+
:param _FromUrl: <p>源 URL,用于拉流的地址。目前可支持直播流及点播文件。<br>注意:</p><ol><li>多个点播 URL 之间使用空格拼接。</li><li>目前上限支持10个 URL。</li><li>支持拉流文件格式:FLV,RTMP,HLS,MP4。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
|
|
33298
33290
|
:type FromUrl: str
|
|
33299
|
-
:param _ToUrl:
|
|
33300
|
-
1. 仅支持 RTMP 协议。
|
|
33301
|
-
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
|
|
33291
|
+
:param _ToUrl: <p>目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。</p><ol><li>仅支持 RTMP 协议。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
|
|
33302
33292
|
:type ToUrl: str
|
|
33303
|
-
:param _AreaId:
|
|
33304
|
-
1-深圳。
|
|
33305
|
-
2-上海。
|
|
33306
|
-
3-天津。
|
|
33307
|
-
4-中国香港。
|
|
33308
|
-
如有改动,需同时传入IspId。
|
|
33293
|
+
:param _AreaId: <p>区域 ID:<br>1-深圳。<br>2-上海。<br>3-天津。<br>4-中国香港。<br>如有改动,需同时传入IspId。</p>
|
|
33309
33294
|
:type AreaId: int
|
|
33310
|
-
:param _IspId:
|
|
33311
|
-
1:电信。
|
|
33312
|
-
2:移动。
|
|
33313
|
-
3:联通。
|
|
33314
|
-
4:其他。
|
|
33315
|
-
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
|
|
33295
|
+
:param _IspId: <p>运营商 ID,<br>1:电信。<br>2:移动。<br>3:联通。<br>4:其他。<br>AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。</p>
|
|
33316
33296
|
:type IspId: int
|
|
33317
|
-
:param _StartTime:
|
|
33318
|
-
使用UTC格式时间,
|
|
33319
|
-
例如:2019-01-08T10:00:00Z。
|
|
33320
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
33297
|
+
:param _StartTime: <p>开始时间。<br>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
|
|
33321
33298
|
:type StartTime: str
|
|
33322
|
-
:param _EndTime:
|
|
33323
|
-
1. 结束时间必须大于开始时间;
|
|
33324
|
-
2. 结束时间和开始时间必须大于当前时间;
|
|
33325
|
-
3. 结束时间 和 开始时间 间隔必须小于七天。
|
|
33326
|
-
|
|
33327
|
-
使用UTC格式时间,
|
|
33328
|
-
例如:2019-01-08T10:00:00Z。
|
|
33329
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
33299
|
+
:param _EndTime: <p>结束时间,注意:</p><ol><li>结束时间必须大于开始时间;</li><li>结束时间和开始时间必须大于当前时间;</li><li>结束时间 和 开始时间 间隔必须小于七天。</li></ol><p>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
|
|
33330
33300
|
:type EndTime: str
|
|
33331
33301
|
"""
|
|
33332
33302
|
self._ConfigId = None
|
|
@@ -33339,10 +33309,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33339
33309
|
|
|
33340
33310
|
@property
|
|
33341
33311
|
def ConfigId(self):
|
|
33342
|
-
r"""
|
|
33343
|
-
获取来源:
|
|
33344
|
-
1. 创建拉流配置接口CreatePullStreamConfig返回的配置 ID。
|
|
33345
|
-
2. 通过查询接口DescribePullStreamConfigs获取配置 ID。
|
|
33312
|
+
r"""<p>配置 ID。<br>获取来源:</p><ol><li>创建拉流配置接口CreatePullStreamConfig返回的配置 ID。</li><li>通过查询接口DescribePullStreamConfigs获取配置 ID。</li></ol>
|
|
33346
33313
|
:rtype: str
|
|
33347
33314
|
"""
|
|
33348
33315
|
return self._ConfigId
|
|
@@ -33353,12 +33320,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33353
33320
|
|
|
33354
33321
|
@property
|
|
33355
33322
|
def FromUrl(self):
|
|
33356
|
-
r"""
|
|
33357
|
-
注意:
|
|
33358
|
-
1. 多个点播 URL 之间使用空格拼接。
|
|
33359
|
-
2. 目前上限支持10个 URL。
|
|
33360
|
-
3. 支持拉流文件格式:FLV,RTMP,HLS,MP4。
|
|
33361
|
-
4. 使用标准三层样式,如:http://test.com/live/stream.flv。
|
|
33323
|
+
r"""<p>源 URL,用于拉流的地址。目前可支持直播流及点播文件。<br>注意:</p><ol><li>多个点播 URL 之间使用空格拼接。</li><li>目前上限支持10个 URL。</li><li>支持拉流文件格式:FLV,RTMP,HLS,MP4。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
|
|
33362
33324
|
:rtype: str
|
|
33363
33325
|
"""
|
|
33364
33326
|
return self._FromUrl
|
|
@@ -33369,9 +33331,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33369
33331
|
|
|
33370
33332
|
@property
|
|
33371
33333
|
def ToUrl(self):
|
|
33372
|
-
r"""
|
|
33373
|
-
1. 仅支持 RTMP 协议。
|
|
33374
|
-
2. 使用标准三层样式,如:http://test.com/live/stream.flv。
|
|
33334
|
+
r"""<p>目的 URL,用于推流的地址,目前限制该目标地址为腾讯域名。</p><ol><li>仅支持 RTMP 协议。</li><li>使用标准三层样式,如:http://test.com/live/stream.flv。</li></ol>
|
|
33375
33335
|
:rtype: str
|
|
33376
33336
|
"""
|
|
33377
33337
|
return self._ToUrl
|
|
@@ -33382,12 +33342,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33382
33342
|
|
|
33383
33343
|
@property
|
|
33384
33344
|
def AreaId(self):
|
|
33385
|
-
r"""
|
|
33386
|
-
1-深圳。
|
|
33387
|
-
2-上海。
|
|
33388
|
-
3-天津。
|
|
33389
|
-
4-中国香港。
|
|
33390
|
-
如有改动,需同时传入IspId。
|
|
33345
|
+
r"""<p>区域 ID:<br>1-深圳。<br>2-上海。<br>3-天津。<br>4-中国香港。<br>如有改动,需同时传入IspId。</p>
|
|
33391
33346
|
:rtype: int
|
|
33392
33347
|
"""
|
|
33393
33348
|
return self._AreaId
|
|
@@ -33398,12 +33353,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33398
33353
|
|
|
33399
33354
|
@property
|
|
33400
33355
|
def IspId(self):
|
|
33401
|
-
r"""
|
|
33402
|
-
1:电信。
|
|
33403
|
-
2:移动。
|
|
33404
|
-
3:联通。
|
|
33405
|
-
4:其他。
|
|
33406
|
-
AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。
|
|
33356
|
+
r"""<p>运营商 ID,<br>1:电信。<br>2:移动。<br>3:联通。<br>4:其他。<br>AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaId。</p>
|
|
33407
33357
|
:rtype: int
|
|
33408
33358
|
"""
|
|
33409
33359
|
return self._IspId
|
|
@@ -33414,10 +33364,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33414
33364
|
|
|
33415
33365
|
@property
|
|
33416
33366
|
def StartTime(self):
|
|
33417
|
-
r"""
|
|
33418
|
-
使用UTC格式时间,
|
|
33419
|
-
例如:2019-01-08T10:00:00Z。
|
|
33420
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
33367
|
+
r"""<p>开始时间。<br>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
|
|
33421
33368
|
:rtype: str
|
|
33422
33369
|
"""
|
|
33423
33370
|
return self._StartTime
|
|
@@ -33428,14 +33375,7 @@ AreaId为4的时候,IspId只能为其他。如有改动,需同时传入AreaI
|
|
|
33428
33375
|
|
|
33429
33376
|
@property
|
|
33430
33377
|
def EndTime(self):
|
|
33431
|
-
r"""
|
|
33432
|
-
1. 结束时间必须大于开始时间;
|
|
33433
|
-
2. 结束时间和开始时间必须大于当前时间;
|
|
33434
|
-
3. 结束时间 和 开始时间 间隔必须小于七天。
|
|
33435
|
-
|
|
33436
|
-
使用UTC格式时间,
|
|
33437
|
-
例如:2019-01-08T10:00:00Z。
|
|
33438
|
-
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
33378
|
+
r"""<p>结束时间,注意:</p><ol><li>结束时间必须大于开始时间;</li><li>结束时间和开始时间必须大于当前时间;</li><li>结束时间 和 开始时间 间隔必须小于七天。</li></ol><p>使用UTC格式时间,<br>例如:2019-01-08T10:00:00Z。<br>注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I">ISO 日期格式说明</a>。</p>
|
|
33439
33379
|
:rtype: str
|
|
33440
33380
|
"""
|
|
33441
33381
|
return self._EndTime
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-live
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.56
|
|
4
4
|
Summary: Tencent Cloud Live SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.56
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.56
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|