Modifier and Type | Method and Description |
---|---|
void |
AlivcLivePushInfoListener.onAdjustBitRate(AlivcLivePusher pusher,
int curBr,
int targetBr)
The bitrate is adjusted.
|
void |
AlivcLivePushInfoListener.onAdjustFps(AlivcLivePusher pusher,
int curFps,
int targetFps)
The frame rate is adjusted.
|
void |
AlivcLivePushNetworkListener.onConnectFail(AlivcLivePusher pusher)
The connection failed.
|
void |
AlivcLivePushNetworkListener.onConnectionLost(AlivcLivePusher pusher)
The network is disconnected.
|
void |
AlivcLivePushInfoListener.onDropFrame(AlivcLivePusher pusher,
int countBef,
int countAft)
Frames drop.
|
void |
AlivcLivePushInfoListener.onFirstAVFramePushed(AlivcLivePusher pusher)
The first audio and video package is sent.
|
void |
AlivcLivePushInfoListener.onFirstFramePreviewed(AlivcLivePusher pusher)
The first frame is rendered.
|
void |
AlivcLivePushNetworkListener.onNetworkPoor(AlivcLivePusher pusher)
The network is poor.
|
void |
AlivcLivePushNetworkListener.onNetworkRecovery(AlivcLivePusher pusher)
The network recovers.
|
void |
AlivcLivePushNetworkListener.onPacketsLost(AlivcLivePusher pusher)
The callback for packet loss during the stream ingest.
|
void |
AlivcLivePushInfoListener.onPreviewStarted(AlivcLivePusher pusher)
The preview starts.
|
void |
AlivcLivePushInfoListener.onPreviewStoped(AlivcLivePusher pusher)
The preview ends.
|
void |
AlivcLivePushInfoListener.onPushPauesed(AlivcLivePusher pusher)
The stream ingest is paused.
|
void |
AlivcLivePushInfoListener.onPushRestarted(AlivcLivePusher pusher)
The stream ingest is restarted.
|
void |
AlivcLivePushInfoListener.onPushResumed(AlivcLivePusher pusher)
The stream ingest is resumed.
|
void |
AlivcLivePushInfoListener.onPushStarted(AlivcLivePusher pusher)
The stream ingest starts.
|
void |
AlivcLivePushInfoListener.onPushStatistics(AlivcLivePusher pusher,
AlivcLivePushStatsInfo statistics)
直播推流器统计数据回调(每2秒回调一次)
|
void |
AlivcLivePushInfoListener.onPushStoped(AlivcLivePusher pusher)
The stream ingest is stopped.
|
java.lang.String |
AlivcLivePushNetworkListener.onPushURLAuthenticationOverdue(AlivcLivePusher pusher)
The authentication expired.
|
void |
AlivcLivePushNetworkListener.onReconnectFail(AlivcLivePusher pusher)
The reconnection failed.
|
void |
AlivcLivePushNetworkListener.onReconnectStart(AlivcLivePusher pusher)
The reconnection starts.
|
void |
AlivcLivePushNetworkListener.onReconnectSucceed(AlivcLivePusher pusher)
The reconnection succeeded.
|
void |
AlivcLivePushErrorListener.onSDKError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for SDK errors.
|
void |
AlivcLivePushNetworkListener.onSendDataTimeout(AlivcLivePusher pusher)
The request to send data timed out.
|
void |
AlivcLivePushNetworkListener.onSendMessage(AlivcLivePusher pusher)
Send an SEI message.
|
void |
AlivcLivePushErrorListener.onSystemError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for system errors.
|