public interface AlivcLivePushNetworkListener
Modifier and Type | Method and Description |
---|---|
void |
onConnectFail(AlivcLivePusher pusher)
The connection failed.
|
void |
onConnectionLost(AlivcLivePusher pusher)
The network is disconnected.
|
void |
onNetworkPoor(AlivcLivePusher pusher)
The network is poor.
|
void |
onNetworkRecovery(AlivcLivePusher pusher)
The network recovers.
|
void |
onPacketsLost(AlivcLivePusher pusher)
The callback for packet loss during the stream ingest.
|
java.lang.String |
onPushURLAuthenticationOverdue(AlivcLivePusher pusher)
The authentication expired.
|
void |
onReconnectFail(AlivcLivePusher pusher)
The reconnection failed.
|
void |
onReconnectStart(AlivcLivePusher pusher)
The reconnection starts.
|
void |
onReconnectSucceed(AlivcLivePusher pusher)
The reconnection succeeded.
|
void |
onSendDataTimeout(AlivcLivePusher pusher)
The request to send data timed out.
|
void |
onSendMessage(AlivcLivePusher pusher)
Send an SEI message.
|
void onNetworkPoor(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onNetworkRecovery(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onReconnectStart(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onConnectionLost(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onReconnectFail(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onReconnectSucceed(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onSendDataTimeout(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.void onConnectFail(AlivcLivePusher pusher)
pusher
- The AlivcLivePusher object.java.lang.String onPushURLAuthenticationOverdue(AlivcLivePusher pusher)
pusher
- void onSendMessage(AlivcLivePusher pusher)
pusher
- AlivcLivePusherobject.void onPacketsLost(AlivcLivePusher pusher)
pusher
- AlivcLivePusherobject.