Skip navigation links
C D E F H I N O P R S U W 

C

close() - Method in class net.butterflytv.rtmp_client.RtmpClient
closes the connection.
close() - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 
CONNECTION_LOST - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Connection to the server lost

D

DNS_NOT_REACHABLE - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
DNS server is not reachable

E

errorCode - Variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
 

F

file_close() - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 
file_open(String) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 

H

HANDSHAKE_CONNECT_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Could not connect to the server for handshake
HANDSHAKE_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Handshake with the server failed

I

isConnected() - Method in class net.butterflytv.rtmp_client.RtmpClient
 
isConnected() - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 

N

net.butterflytv.rtmp_client - package net.butterflytv.rtmp_client
 
NO_SSL_TLS_SUPP - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
SSL connection requested but not supported by the client

O

open(String, boolean) - Method in class net.butterflytv.rtmp_client.RtmpClient
opens the rtmp url
open(String, int, int) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 
OPEN_ALLOC - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
RTMP client could not allocate memory for rtmp context structure
OPEN_CONNECT_STREAM - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
RTMP client could not open the stream on server

P

pause(boolean) - Method in class net.butterflytv.rtmp_client.RtmpClient
 

R

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
 

S

setReceiveTimeout(int) - Method in class net.butterflytv.rtmp_client.RtmpClient
Sets the socket's receive timeout value
setSendTimeout(int) - Method in class net.butterflytv.rtmp_client.RtmpClient
Sets the socket's send timeout value
SOCKET_CONNECT_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Could not establish a socket connection to the server
SOCKET_CREATE_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Could not create a socket to connect to RTMP server
SOCKS_NEGOTIATION_FAIL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
SOCKS negotiation failed

U

UNKNOWN_RTMP_AMF_TYPE - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
RTMP server sent a packet with unknown AMF type
UNKNOWN_RTMP_OPTION - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Received an unknown option from the RTMP server
URL_INCORRECT_PORT - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
The port number indicated in the URL is wrong
URL_MISSING_HOSTNAME - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Hostname is missing in the URL
URL_MISSING_PROTOCOL - Static variable in exception net.butterflytv.rtmp_client.RtmpClient.RtmpIOException
Missing a :// in the URL

W

write(byte[]) - Method in class net.butterflytv.rtmp_client.RtmpClient
Sends data to server
write(byte[], int, int) - Method in class net.butterflytv.rtmp_client.RtmpClient
Sends data to server
write_flv_header(boolean, boolean) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
 
writeAudio(byte[], int, int, long) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
Write raw aac data
writeVideo(byte[], int, int, long) - Method in class net.butterflytv.rtmp_client.RTMPMuxer
write h264 nal units
C D E F H I N O P R S U W 
Skip navigation links