Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
Loading...
Searching...
No Matches
com.tritondigital.net.streaming.proxy.server.Server.StateChangedListener.ErrorDetail Enum Reference

All different reason for error, used when notifying the listener about an error (onServerError). More...

Public Attributes

 UNKNOWN
 
 CREATE_PACKET
 Generic error, cause could not be identified.
 
 LISTEN_FAILED
 Failed to create a packet (received an error from the Data Provider)
 
 NO_DATA_PROVIDER
 Failed to start listening.
 
 OPEN_STREAM_SOCKET
 A data provider must be set before listening.
 
 RECEIVE_REQUEST
 An additional socket is required for streaming but it failed to open.
 
 SEND_RESPONSE
 Failed to receive the Rtsp Request, other than the stream was closed becuase the server is stopping.
 
 WRONG_MEDIA_TYPE
 Failed to send the Rtsp Response to an Rtsp Request.
 

Detailed Description

All different reason for error, used when notifying the listener about an error (onServerError).


The documentation for this enum was generated from the following file: