oak-general-business/lib/entities/Livestream.js

38 lines
1.1 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
exports.entityDesc = {
locales: {
zh_CN: {
name: '直播流',
attr: {
title: '名称', // 用户定义直播间名称,
streamTitle: '直播流名称',
liveonly: '活跃状态',
hub: '直播空间名称', // 所属直播空间名称
entity: '所属实体',
entityId: '所属实体id',
rtmpPushUrl: '推流地址',
rtmpPlayUrl: '播放地址',
expireAt: '推流过期时间',
pcPushUrl: 'OBS推流地址',
streamKey: 'OBS串流密钥'
},
v: {
liveonly: {
online: '在线',
offline: '下线',
},
},
},
},
style: {
color: {
liveonly: {
online: '#008000',
offline: '#A9A9A9',
}
}
}
};