Search
Preparing search index...
The search index is not available
@urtc/plugin-mix
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@urtc/plugin-mix
MixerEvent
Interface MixerEvent
混流服务后台事件,其中 code 的可能值有 '0' | '24151' | '24149' | '24150' | '24152'。
'0': (正常)录制/转推任务开启后10秒左右,如果收到这个消息,表示录制/转推任务开启成功。
'24151': (正常) 如果收到这个消息,表示加流成功。
'24149': (异常)任务被停止,可能的原因有房间内所有用户的推流已停止;或到推流地址(PushURL)的连接已断开(当开启转推时)。
'24150': (异常)任务开启后10秒,如果收到这个消息,则表示任务开启失败。
'24152': (异常)表示加流失败。
Hierarchy
MixerEvent
Index
Properties
data
type
Properties
data
data
:
{
code
:
string
;
message
:
string
}
Type declaration
code
:
string
message
:
string
type
type
:
MixerEventType
Exports
Mixer
Background
Color
Options
Mix
Advances
Options
Mix
Audio
Options
Mix
Input
Options
Mix
Layout
Options
Mix
Options
Mix
Output
Options
Mix
Stream
Mix
Video
Options
Mixer
Event
data
type
Start
Record
Options
Start
Record
Result
Start
Relay
Options
Update
Record
Options
Water
Mark
Options
H264
Quality
Mix
Audio
Codec
Mix
Layout
Type
Mix
Output
Mode
Mix
Stream
Add
Mode
Mix
Video
Codec
Mixer
Event
Type
Update
Relay
Options
Water
Mark
Position
Water
Mark
Type
plugin
version
Generated using
TypeDoc
混流服务后台事件,其中 code 的可能值有 '0' | '24151' | '24149' | '24150' | '24152'。