All different reason for error, used when notifying the listener about an error (onServerError).
More...
|
|
| 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.
|
| |
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:
- streamingproxy/src/main/java/com/tritondigital/net/streaming/proxy/server/Server.java