Package com.flashphoner.fpwcsapi.bean
Class StreamStatusInfo
java.lang.Object
com.flashphoner.fpwcsapi.bean.StreamStatusInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Shutdown agent servicing origin stream.static final String
Bad referenced rtsp link, check for correct, example: rtsp://user:b@d_password@127.0.0.1/stream.static final String
CDN stream not found.static final String
Stopped shapshot distributor.static final String
Client did not send DTLS packets or packets were lost/corrupted during transmission.static final String
DTLS has wrong fingerprint.static final String
Error occurred on the stream.static final String
Indicates general HLS packetizer error, can occur during initialization or packetization (wrong input or out of disk space).static final String
Indicates general error during ICE negotiation.static final String
Timeout has been reached during ICE establishment.static final String
ICE refresh failed on session.static final String
Indicates general RTMP republishing error, can occur during initialization or rtmp packetization.static final String
RTP session failed by RTP activity timer.static final String
Indicates that error occurred during media session creation.static final String
Server failed to establish websocket connection with origin server.static final String
Failed to connect to rtsp stream.static final String
Indicates that provided URL protocol in stream name is invalid.static String
Failed to create movie, file can not be read.static final String
Failed to play vod stream, this format is not supported.static final String
File does not exist, check filename.static final String
General VOD error, indicates that Exception occurred while reading/processing media file.static final String
Published or subscribed sessions used this MediaSessionId.static final String
Error indicates that stream object received by server has empty mediaSessionId field.static final String
No available transcoders for streamstatic final String
No common codecs on setup track, did not found corresponding trackId->mediaPort.static final String
Publish stream is not ready, try again later.static final String
Requested stream shutdown.static final String
Access restricted by access liststatic final String
RTSP has wrong format on play stream, check correct of the RTSP url.static final String
Rtsp stream is not found, agent received "404-Not Found".static final String
On shutdown RTSP agent.static final String
Actual session does not exist.static final String
Session is not initialized or terminated on play ordinary stream.static final String
Related publisher stopped its stream or lost connection.static final String
Stream was stopped by rest terminate request.static final String
Related session was disconnected.static final String
Stop the media session by user after call was finished or unpublish stream.static final String
Stream failedstatic final String
Server already has a publish stream with the same name, try using different one.static final String
Stream with this name is not found, check the correct of the name.static final String
Terminated by keep-alive on walk through subscribers.static final String
Transcoding required, but disabled in settings -
Constructor Summary
-
Method Summary
-
Field Details
-
FAILED_BY_ICE_ERROR
Indicates general error during ICE negotiation. Usually occurs if client is behind some exotic nat/firewall.- See Also:
-
FAILED_BY_ICE_TIMEOUT
Timeout has been reached during ICE establishment.- See Also:
-
FAILED_BY_KEEP_ALIVE
ICE refresh failed on session.- See Also:
-
FAILED_BY_DTLS_FINGERPRINT_ERROR
DTLS has wrong fingerprint.- See Also:
-
FAILED_BY_DTLS_ERROR
Client did not send DTLS packets or packets were lost/corrupted during transmission.- See Also:
-
FAILED_BY_HLS_WRITER_ERROR
Indicates general HLS packetizer error, can occur during initialization or packetization (wrong input or out of disk space).- See Also:
-
FAILED_BY_RTMP_WRITER_ERROR
Indicates general RTMP republishing error, can occur during initialization or rtmp packetization.- See Also:
-
FAILED_BY_RTP_ACTIVITY
RTP session failed by RTP activity timer.- See Also:
-
STOPPED_BY_SESSION_DISCONNECT
Related session was disconnected.- See Also:
-
STOPPED_BY_REST_TERMINATE
Stream was stopped by rest terminate request.- See Also:
-
STOPPED_BY_PUBLISHER_STOP
Related publisher stopped its stream or lost connection.- See Also:
-
STOPPED_BY_USER
Stop the media session by user after call was finished or unpublish stream.- See Also:
-
FAILED_BY_ERROR
Error occurred on the stream.- See Also:
-
FAILED_TO_ADD_STREAM_TO_PROXY
Indicates that error occurred during media session creation. This might be SDP parsing error, all ports are busy, wrong session related config etc.- See Also:
-
DISTRIBUTOR_STOPPED
Stopped shapshot distributor.- See Also:
-
PUBLISH_STREAM_IS_NOT_READY
Publish stream is not ready, try again later.- See Also:
-
STREAM_NOT_FOUND
Stream with this name is not found, check the correct of the name.- See Also:
-
STREAM_NAME_ALREADY_IN_USE
Server already has a publish stream with the same name, try using different one.- See Also:
-
MEDIASESSION_ID_NULL
Error indicates that stream object received by server has empty mediaSessionId field.- See Also:
-
MEDIASESSION_ID_ALREADY_IN_USE
Published or subscribed sessions used this MediaSessionId.- See Also:
-
SESSION_NOT_READY
Session is not initialized or terminated on play ordinary stream.- See Also:
-
SESSION_DOES_NOT_EXIST
Actual session does not exist.- See Also:
-
RTSP_HAS_WRONG_FORMAT
RTSP has wrong format on play stream, check correct of the RTSP url.- See Also:
-
FILE_HAS_WRONG_FORMAT
Failed to play vod stream, this format is not supported.- See Also:
-
FAILED_TO_CONNECT_TO_RTSP_STREAM
Failed to connect to rtsp stream.- See Also:
-
RTSP_STREAM_NOT_FOUND
Rtsp stream is not found, agent received "404-Not Found".- See Also:
-
RTSPAGENT_SHUTDOWN
On shutdown RTSP agent.- See Also:
-
STREAM_FAILED
Stream failed- See Also:
-
NO_COMMON_CODECS
No common codecs on setup track, did not found corresponding trackId->mediaPort.- See Also:
-
BAD_URI
Bad referenced rtsp link, check for correct, example: rtsp://user:b@d_password@127.0.0.1/stream.- See Also:
-
GOT_EXCEPTION_WHILE_STREAMING_FILE
General VOD error, indicates that Exception occurred while reading/processing media file.- See Also:
-
REQUESTED_STREAM_SHUTDOWN
Requested stream shutdown.- See Also:
-
FAILED_TO_READ_FILE
Failed to create movie, file can not be read. -
FILE_NOT_FOUND
File does not exist, check filename.- See Also:
-
FAILED_TO_CONNECT_TO_ORIGIN_STREAM
Server failed to establish websocket connection with origin server.- See Also:
-
CDN_STREAM_NOT_FOUND
CDN stream not found.- See Also:
-
FAILED_TO_GET_AGENT_STORAGE
Indicates that provided URL protocol in stream name is invalid. Valid: vod://file.mp4 Invalid: dov://file.mp4- See Also:
-
AGENT_SERVICING_ORIGIN_STREAM_IS_SHUTTING_DOWN
Shutdown agent servicing origin stream.- See Also:
-
TERMINATED_BY_KEEP_ALIVE
Terminated by keep-alive on walk through subscribers.- See Also:
-
TRANSCODING_REQUIRED_BUT_DISABLED
Transcoding required, but disabled in settings- See Also:
-
RESTRICTED_ACCESS
Access restricted by access list- See Also:
-
NO_AVAILABLE_TRANSCODERS
No available transcoders for stream- See Also:
-
-
Constructor Details
-
StreamStatusInfo
public StreamStatusInfo()
-