- read(byte[], int, int) - Method in class net.butterflytv.rtmp_client.RtmpClient
-
read data from rtmp connection
- read(byte[], int, int) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
-
- RTMP_AMF_ENCODE_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
AMF Encode failed while preparing a packet
- RTMP_CONNECT_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
RTMP server connection failed
- RTMP_GENERIC_ERROR - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
RTMP client has encountered an unexpected error
- RTMP_IGNORED - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
Error code used by JNI to return after throwing an exception
- RTMP_KEYFRAME_TS_MISMATCH - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
Received an unexpected timestamp from the server
- RTMP_MEM_ALLOC_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
Memory allocation failed
- RTMP_PACKET_TOO_SMALL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
RTMP packet received is too small
- RTMP_READ_CORRUPT_STREAM - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
The RTMP stream received is corrupted
- RTMP_READ_DONE - Static variable in class net.butterflytv.rtmp_client.RtmpClient
-
RTMP read has received an EOF or READ_COMPLETE from the server
- RTMP_SANITY_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
A sanity check failed in the RTMP client
- RTMP_SEND_PACKET_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
Could not send packet to RTMP server
- RTMP_STREAM_BAD_DATASIZE - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
Stream indicated a bad datasize, could be corrupted
- RtmpClient - Class in net.butterflytv.rtmp_client
-
Created by faraklit on 01.01.2016.
- RtmpClient() - Constructor for class net.butterflytv.rtmp_client.RtmpClient
-
- RtmpClient.RtmpIOException - Exception in net.butterflytv.rtmp_client
-
- RtmpIOException(int) - Constructor for exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
-
- RTMPMuxer - Class in net.butterflytv.rtmp_client
-
Created by faraklit on 08.02.2016.
- RTMPMuxer() - Constructor for class net.butterflytv.rtmp_client.RTMPMuxer
-