tencentcloud-sdk-python-live 3.1.64__tar.gz → 3.1.70__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.64 → tencentcloud_sdk_python_live-3.1.70}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/setup.py +1 -1
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/v20180801/live_client.py +1 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/v20180801/live_client_async.py +1 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/v20180801/models.py +40 -98
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_live-3.1.70/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_live-3.1.64/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/README.rst +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/setup.cfg +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_live-3.1.64 → tencentcloud_sdk_python_live-3.1.70}/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.70
|
|
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.70
|
|
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.70,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Live SDK for Python',
|
|
@@ -3647,6 +3647,7 @@ class LiveClient(AbstractClient):
|
|
|
3647
3647
|
|
|
3648
3648
|
def DescribeLogDownloadList(self, request):
|
|
3649
3649
|
r"""批量获取日志URL。
|
|
3650
|
+
日志数据打包存在一定延迟,24小时候数据包趋于完整。
|
|
3650
3651
|
|
|
3651
3652
|
:param request: Request instance for DescribeLogDownloadList.
|
|
3652
3653
|
:type request: :class:`tencentcloud.live.v20180801.models.DescribeLogDownloadListRequest`
|
|
@@ -12115,23 +12115,21 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12115
12115
|
|
|
12116
12116
|
def __init__(self):
|
|
12117
12117
|
r"""
|
|
12118
|
-
:param _StreamName:
|
|
12118
|
+
:param _StreamName: <p>流名称。</p>
|
|
12119
12119
|
:type StreamName: str
|
|
12120
|
-
:param _DomainName:
|
|
12120
|
+
:param _DomainName: <p>推流域名。</p>
|
|
12121
12121
|
:type DomainName: str
|
|
12122
|
-
:param _AppName:
|
|
12122
|
+
:param _AppName: <p>推流路径。</p>
|
|
12123
12123
|
:type AppName: str
|
|
12124
|
-
:param _EndTime:
|
|
12124
|
+
:param _EndTime: <p>录制任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且小于当前时间+7天。</p>
|
|
12125
12125
|
:type EndTime: int
|
|
12126
|
-
:param _StartTime:
|
|
12126
|
+
:param _StartTime: <p>录制任务开始时间,Unix时间戳。如果不填表示立即启动录制。EndTime - StartTime不能超过24小时。</p>
|
|
12127
12127
|
:type StartTime: int
|
|
12128
|
-
:param _StreamType:
|
|
12129
|
-
0-直播推流。
|
|
12130
|
-
1-合成流,即 A+B=C 类型混流。
|
|
12128
|
+
:param _StreamType: <p>推流类型,默认0。取值:<br>0-直播推流。<br>1-合成流,即 A+B=C 类型混流。</p>
|
|
12131
12129
|
:type StreamType: int
|
|
12132
|
-
:param _TemplateId:
|
|
12130
|
+
:param _TemplateId: <p>录制模板ID,CreateLiveRecordTemplate 返回值。如果不填或者传入错误ID,则默认录制 HLS 格式、永久存储至 VOD 主应用下。<br>示例值:0。</p>
|
|
12133
12131
|
:type TemplateId: int
|
|
12134
|
-
:param _Extension:
|
|
12132
|
+
:param _Extension: <p>扩展字段,暂无定义。默认为空。</p>
|
|
12135
12133
|
:type Extension: str
|
|
12136
12134
|
"""
|
|
12137
12135
|
self._StreamName = None
|
|
@@ -12145,7 +12143,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12145
12143
|
|
|
12146
12144
|
@property
|
|
12147
12145
|
def StreamName(self):
|
|
12148
|
-
r"""
|
|
12146
|
+
r"""<p>流名称。</p>
|
|
12149
12147
|
:rtype: str
|
|
12150
12148
|
"""
|
|
12151
12149
|
return self._StreamName
|
|
@@ -12156,7 +12154,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12156
12154
|
|
|
12157
12155
|
@property
|
|
12158
12156
|
def DomainName(self):
|
|
12159
|
-
r"""
|
|
12157
|
+
r"""<p>推流域名。</p>
|
|
12160
12158
|
:rtype: str
|
|
12161
12159
|
"""
|
|
12162
12160
|
return self._DomainName
|
|
@@ -12167,7 +12165,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12167
12165
|
|
|
12168
12166
|
@property
|
|
12169
12167
|
def AppName(self):
|
|
12170
|
-
r"""
|
|
12168
|
+
r"""<p>推流路径。</p>
|
|
12171
12169
|
:rtype: str
|
|
12172
12170
|
"""
|
|
12173
12171
|
return self._AppName
|
|
@@ -12178,7 +12176,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12178
12176
|
|
|
12179
12177
|
@property
|
|
12180
12178
|
def EndTime(self):
|
|
12181
|
-
r"""
|
|
12179
|
+
r"""<p>录制任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且小于当前时间+7天。</p>
|
|
12182
12180
|
:rtype: int
|
|
12183
12181
|
"""
|
|
12184
12182
|
return self._EndTime
|
|
@@ -12189,7 +12187,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12189
12187
|
|
|
12190
12188
|
@property
|
|
12191
12189
|
def StartTime(self):
|
|
12192
|
-
r"""
|
|
12190
|
+
r"""<p>录制任务开始时间,Unix时间戳。如果不填表示立即启动录制。EndTime - StartTime不能超过24小时。</p>
|
|
12193
12191
|
:rtype: int
|
|
12194
12192
|
"""
|
|
12195
12193
|
return self._StartTime
|
|
@@ -12200,9 +12198,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12200
12198
|
|
|
12201
12199
|
@property
|
|
12202
12200
|
def StreamType(self):
|
|
12203
|
-
r"""
|
|
12204
|
-
0-直播推流。
|
|
12205
|
-
1-合成流,即 A+B=C 类型混流。
|
|
12201
|
+
r"""<p>推流类型,默认0。取值:<br>0-直播推流。<br>1-合成流,即 A+B=C 类型混流。</p>
|
|
12206
12202
|
:rtype: int
|
|
12207
12203
|
"""
|
|
12208
12204
|
return self._StreamType
|
|
@@ -12213,7 +12209,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12213
12209
|
|
|
12214
12210
|
@property
|
|
12215
12211
|
def TemplateId(self):
|
|
12216
|
-
r"""
|
|
12212
|
+
r"""<p>录制模板ID,CreateLiveRecordTemplate 返回值。如果不填或者传入错误ID,则默认录制 HLS 格式、永久存储至 VOD 主应用下。<br>示例值:0。</p>
|
|
12217
12213
|
:rtype: int
|
|
12218
12214
|
"""
|
|
12219
12215
|
return self._TemplateId
|
|
@@ -12224,7 +12220,7 @@ class CreateRecordTaskRequest(AbstractModel):
|
|
|
12224
12220
|
|
|
12225
12221
|
@property
|
|
12226
12222
|
def Extension(self):
|
|
12227
|
-
r"""
|
|
12223
|
+
r"""<p>扩展字段,暂无定义。默认为空。</p>
|
|
12228
12224
|
:rtype: str
|
|
12229
12225
|
"""
|
|
12230
12226
|
return self._Extension
|
|
@@ -12260,7 +12256,7 @@ class CreateRecordTaskResponse(AbstractModel):
|
|
|
12260
12256
|
|
|
12261
12257
|
def __init__(self):
|
|
12262
12258
|
r"""
|
|
12263
|
-
:param _TaskId:
|
|
12259
|
+
:param _TaskId: <p>任务ID,全局唯一标识录制任务。返回TaskId字段说明录制任务创建成功。</p>
|
|
12264
12260
|
:type TaskId: str
|
|
12265
12261
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12266
12262
|
:type RequestId: str
|
|
@@ -12270,7 +12266,7 @@ class CreateRecordTaskResponse(AbstractModel):
|
|
|
12270
12266
|
|
|
12271
12267
|
@property
|
|
12272
12268
|
def TaskId(self):
|
|
12273
|
-
r"""
|
|
12269
|
+
r"""<p>任务ID,全局唯一标识录制任务。返回TaskId字段说明录制任务创建成功。</p>
|
|
12274
12270
|
:rtype: str
|
|
12275
12271
|
"""
|
|
12276
12272
|
return self._TaskId
|
|
@@ -39085,59 +39081,32 @@ class RecordParam(AbstractModel):
|
|
|
39085
39081
|
|
|
39086
39082
|
def __init__(self):
|
|
39087
39083
|
r"""
|
|
39088
|
-
:param _RecordInterval:
|
|
39089
|
-
单位秒,默认:1800。
|
|
39090
|
-
FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
39091
|
-
此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
|
|
39084
|
+
:param _RecordInterval: <p>录制间隔。<br>单位秒,默认:1800。<br>FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。<br>此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。</p>
|
|
39092
39085
|
:type RecordInterval: int
|
|
39093
|
-
:param _StorageTime:
|
|
39094
|
-
单位秒,取值范围: 0 - 1500天。
|
|
39095
|
-
0:表示永久存储。
|
|
39096
|
-
注:此参数只对录制到VOD有效。
|
|
39086
|
+
:param _StorageTime: <p>录制存储时长。<br>单位秒,取值范围: 0 - 1500天。<br>0:表示永久存储。<br>注:此参数只对录制到VOD有效。</p>
|
|
39097
39087
|
:type StorageTime: int
|
|
39098
|
-
:param _Enable:
|
|
39088
|
+
:param _Enable: <p>是否开启当前格式录制,默认值为0,0:否, 1:是。</p>
|
|
39099
39089
|
:type Enable: int
|
|
39100
|
-
:param _VodSubAppId:
|
|
39090
|
+
:param _VodSubAppId: <p>点播子应用 ID。</p>
|
|
39101
39091
|
:type VodSubAppId: int
|
|
39102
|
-
:param _VodFileName:
|
|
39103
|
-
支持的特殊占位符有:
|
|
39104
|
-
{StreamID}: 流ID
|
|
39105
|
-
{StartYear}: 开始时间-年
|
|
39106
|
-
{StartMonth}: 开始时间-月
|
|
39107
|
-
{StartDay}: 开始时间-日
|
|
39108
|
-
{StartHour}: 开始时间-小时
|
|
39109
|
-
{StartMinute}: 开始时间-分钟
|
|
39110
|
-
{StartSecond}: 开始时间-秒
|
|
39111
|
-
{StartMillisecond}: 开始时间-毫秒
|
|
39112
|
-
{EndYear}: 结束时间-年
|
|
39113
|
-
{EndMonth}: 结束时间-月
|
|
39114
|
-
{EndDay}: 结束时间-日
|
|
39115
|
-
{EndHour}: 结束时间-小时
|
|
39116
|
-
{EndMinute}: 结束时间-分钟
|
|
39117
|
-
{EndSecond}: 结束时间-秒
|
|
39118
|
-
{EndMillisecond}: 结束时间-毫秒
|
|
39119
|
-
|
|
39120
|
-
若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}
|
|
39092
|
+
:param _VodFileName: <p>录制文件名。<br>支持的特殊占位符有:<br>{StreamID}: 流ID<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p><p>若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}</p>
|
|
39121
39093
|
:type VodFileName: str
|
|
39122
|
-
:param _Procedure:
|
|
39094
|
+
:param _Procedure: <p>任务流</p>
|
|
39123
39095
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39124
39096
|
:type Procedure: str
|
|
39125
|
-
:param _StorageMode:
|
|
39126
|
-
normal:标准存储。
|
|
39127
|
-
cold:低频存储。
|
|
39097
|
+
:param _StorageMode: <p>视频存储策略。<br>normal:标准存储。<br>cold:低频存储。</p>
|
|
39128
39098
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39129
39099
|
:type StorageMode: str
|
|
39130
|
-
:param _ClassId:
|
|
39100
|
+
:param _ClassId: <p>点播应用分类</p>
|
|
39131
39101
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39132
39102
|
:type ClassId: int
|
|
39133
|
-
:param _CosBucketName:
|
|
39134
|
-
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
39103
|
+
:param _CosBucketName: <p>存储至 cos 的 bucket 桶名称。<br>注:CosBucketName参数值不能包含-[appid] 部分。</p>
|
|
39135
39104
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39136
39105
|
:type CosBucketName: str
|
|
39137
|
-
:param _CosBucketRegion:
|
|
39106
|
+
:param _CosBucketRegion: <p>存储至 cos 的 bucket 区域。</p>
|
|
39138
39107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39139
39108
|
:type CosBucketRegion: str
|
|
39140
|
-
:param _CosBucketPath:
|
|
39109
|
+
:param _CosBucketPath: <p>存储至 cos 的 bucket 路径。<br>注意:若为输入参数,则该参数必填,且必须以斜杠(/)开头,建议至少包含 {StartYear}、{StartMonth}、{StartDay}、{StartHour}、{StartMinute}、{StartSecond} 或 {RandomID} 任意一种,否则可能出现录制文件名重复造成文件相互覆盖;若为返回参数,则此字段可能返回 null,表示取不到有效值。<br>示例值:/{RecordSource}/{Domain}/{AppName}/{StreamID}/{RecordId}-{RandomID}/{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}</p><p>支持的特殊占位符有:<br>{RecordSource}:区分录制内容,若录制原始流、水印流则为“origin”,录制转码流时,代表转码模板ID<br>{StreamID}: 流ID<br>{RecordId}:录制任务ID,断流前后该值可能重复;<br>{RandomID}:随机数,断流前后该值不同;<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p>
|
|
39141
39110
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39142
39111
|
:type CosBucketPath: str
|
|
39143
39112
|
"""
|
|
@@ -39155,10 +39124,7 @@ cold:低频存储。
|
|
|
39155
39124
|
|
|
39156
39125
|
@property
|
|
39157
39126
|
def RecordInterval(self):
|
|
39158
|
-
r"""
|
|
39159
|
-
单位秒,默认:1800。
|
|
39160
|
-
FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
39161
|
-
此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
|
|
39127
|
+
r"""<p>录制间隔。<br>单位秒,默认:1800。<br>FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。<br>此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。</p>
|
|
39162
39128
|
:rtype: int
|
|
39163
39129
|
"""
|
|
39164
39130
|
return self._RecordInterval
|
|
@@ -39169,10 +39135,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39169
39135
|
|
|
39170
39136
|
@property
|
|
39171
39137
|
def StorageTime(self):
|
|
39172
|
-
r"""
|
|
39173
|
-
单位秒,取值范围: 0 - 1500天。
|
|
39174
|
-
0:表示永久存储。
|
|
39175
|
-
注:此参数只对录制到VOD有效。
|
|
39138
|
+
r"""<p>录制存储时长。<br>单位秒,取值范围: 0 - 1500天。<br>0:表示永久存储。<br>注:此参数只对录制到VOD有效。</p>
|
|
39176
39139
|
:rtype: int
|
|
39177
39140
|
"""
|
|
39178
39141
|
return self._StorageTime
|
|
@@ -39183,7 +39146,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39183
39146
|
|
|
39184
39147
|
@property
|
|
39185
39148
|
def Enable(self):
|
|
39186
|
-
r"""
|
|
39149
|
+
r"""<p>是否开启当前格式录制,默认值为0,0:否, 1:是。</p>
|
|
39187
39150
|
:rtype: int
|
|
39188
39151
|
"""
|
|
39189
39152
|
return self._Enable
|
|
@@ -39194,7 +39157,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39194
39157
|
|
|
39195
39158
|
@property
|
|
39196
39159
|
def VodSubAppId(self):
|
|
39197
|
-
r"""
|
|
39160
|
+
r"""<p>点播子应用 ID。</p>
|
|
39198
39161
|
:rtype: int
|
|
39199
39162
|
"""
|
|
39200
39163
|
return self._VodSubAppId
|
|
@@ -39205,25 +39168,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39205
39168
|
|
|
39206
39169
|
@property
|
|
39207
39170
|
def VodFileName(self):
|
|
39208
|
-
r"""
|
|
39209
|
-
支持的特殊占位符有:
|
|
39210
|
-
{StreamID}: 流ID
|
|
39211
|
-
{StartYear}: 开始时间-年
|
|
39212
|
-
{StartMonth}: 开始时间-月
|
|
39213
|
-
{StartDay}: 开始时间-日
|
|
39214
|
-
{StartHour}: 开始时间-小时
|
|
39215
|
-
{StartMinute}: 开始时间-分钟
|
|
39216
|
-
{StartSecond}: 开始时间-秒
|
|
39217
|
-
{StartMillisecond}: 开始时间-毫秒
|
|
39218
|
-
{EndYear}: 结束时间-年
|
|
39219
|
-
{EndMonth}: 结束时间-月
|
|
39220
|
-
{EndDay}: 结束时间-日
|
|
39221
|
-
{EndHour}: 结束时间-小时
|
|
39222
|
-
{EndMinute}: 结束时间-分钟
|
|
39223
|
-
{EndSecond}: 结束时间-秒
|
|
39224
|
-
{EndMillisecond}: 结束时间-毫秒
|
|
39225
|
-
|
|
39226
|
-
若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}
|
|
39171
|
+
r"""<p>录制文件名。<br>支持的特殊占位符有:<br>{StreamID}: 流ID<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p><p>若未设置默认录制文件名为{StreamID}_{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}_{EndYear}-{EndMonth}-{EndDay}-{EndHour}-{EndMinute}-{EndSecond}</p>
|
|
39227
39172
|
:rtype: str
|
|
39228
39173
|
"""
|
|
39229
39174
|
return self._VodFileName
|
|
@@ -39234,7 +39179,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39234
39179
|
|
|
39235
39180
|
@property
|
|
39236
39181
|
def Procedure(self):
|
|
39237
|
-
r"""
|
|
39182
|
+
r"""<p>任务流</p>
|
|
39238
39183
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39239
39184
|
:rtype: str
|
|
39240
39185
|
"""
|
|
@@ -39246,9 +39191,7 @@ FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
|
|
39246
39191
|
|
|
39247
39192
|
@property
|
|
39248
39193
|
def StorageMode(self):
|
|
39249
|
-
r"""
|
|
39250
|
-
normal:标准存储。
|
|
39251
|
-
cold:低频存储。
|
|
39194
|
+
r"""<p>视频存储策略。<br>normal:标准存储。<br>cold:低频存储。</p>
|
|
39252
39195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39253
39196
|
:rtype: str
|
|
39254
39197
|
"""
|
|
@@ -39260,7 +39203,7 @@ cold:低频存储。
|
|
|
39260
39203
|
|
|
39261
39204
|
@property
|
|
39262
39205
|
def ClassId(self):
|
|
39263
|
-
r"""
|
|
39206
|
+
r"""<p>点播应用分类</p>
|
|
39264
39207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39265
39208
|
:rtype: int
|
|
39266
39209
|
"""
|
|
@@ -39272,8 +39215,7 @@ cold:低频存储。
|
|
|
39272
39215
|
|
|
39273
39216
|
@property
|
|
39274
39217
|
def CosBucketName(self):
|
|
39275
|
-
r"""
|
|
39276
|
-
注:CosBucketName参数值不能包含-[appid] 部分。
|
|
39218
|
+
r"""<p>存储至 cos 的 bucket 桶名称。<br>注:CosBucketName参数值不能包含-[appid] 部分。</p>
|
|
39277
39219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39278
39220
|
:rtype: str
|
|
39279
39221
|
"""
|
|
@@ -39285,7 +39227,7 @@ cold:低频存储。
|
|
|
39285
39227
|
|
|
39286
39228
|
@property
|
|
39287
39229
|
def CosBucketRegion(self):
|
|
39288
|
-
r"""
|
|
39230
|
+
r"""<p>存储至 cos 的 bucket 区域。</p>
|
|
39289
39231
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39290
39232
|
:rtype: str
|
|
39291
39233
|
"""
|
|
@@ -39297,7 +39239,7 @@ cold:低频存储。
|
|
|
39297
39239
|
|
|
39298
39240
|
@property
|
|
39299
39241
|
def CosBucketPath(self):
|
|
39300
|
-
r"""
|
|
39242
|
+
r"""<p>存储至 cos 的 bucket 路径。<br>注意:若为输入参数,则该参数必填,且必须以斜杠(/)开头,建议至少包含 {StartYear}、{StartMonth}、{StartDay}、{StartHour}、{StartMinute}、{StartSecond} 或 {RandomID} 任意一种,否则可能出现录制文件名重复造成文件相互覆盖;若为返回参数,则此字段可能返回 null,表示取不到有效值。<br>示例值:/{RecordSource}/{Domain}/{AppName}/{StreamID}/{RecordId}-{RandomID}/{StartYear}-{StartMonth}-{StartDay}-{StartHour}-{StartMinute}-{StartSecond}</p><p>支持的特殊占位符有:<br>{RecordSource}:区分录制内容,若录制原始流、水印流则为“origin”,录制转码流时,代表转码模板ID<br>{StreamID}: 流ID<br>{RecordId}:录制任务ID,断流前后该值可能重复;<br>{RandomID}:随机数,断流前后该值不同;<br>{StartYear}: 开始时间-年<br>{StartMonth}: 开始时间-月<br>{StartDay}: 开始时间-日<br>{StartHour}: 开始时间-小时<br>{StartMinute}: 开始时间-分钟<br>{StartSecond}: 开始时间-秒<br>{StartMillisecond}: 开始时间-毫秒<br>{EndYear}: 结束时间-年<br>{EndMonth}: 结束时间-月<br>{EndDay}: 结束时间-日<br>{EndHour}: 结束时间-小时<br>{EndMinute}: 结束时间-分钟<br>{EndSecond}: 结束时间-秒<br>{EndMillisecond}: 结束时间-毫秒</p>
|
|
39301
39243
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
39302
39244
|
:rtype: str
|
|
39303
39245
|
"""
|
|
@@ -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.70
|
|
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.70
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.70
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|