| Package | Description |
|---|---|
| org.red5.server.net.rtmp | |
| org.red5.server.stream | |
| org.red5.server.stream.consumer |
| Modifier and Type | Method and Description |
|---|---|
Channel |
RTMPConnection.getChannel(int channelId)
Return channel by id.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseRTMPHandler.onChunkSize(RTMPConnection conn,
Channel channel,
Header source,
ChunkSize chunkSize)
Chunk size change event handler.
|
protected void |
RTMPHandler.onChunkSize(RTMPConnection conn,
Channel channel,
Header source,
ChunkSize chunkSize)
Chunk size change event handler.
|
protected void |
BaseRTMPHandler.onClientBandwidth(RTMPConnection conn,
Channel channel,
ClientBW message)
Client bandwidth / Peer bandwidth set event handler.
|
protected abstract void |
BaseRTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command)
Command event handler, which current consists of an Invoke or Notify type object.
|
protected void |
RTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command)
Command event handler, which current consists of an Invoke or Notify type object.
|
protected abstract void |
BaseRTMPHandler.onPing(RTMPConnection conn,
Channel channel,
Header source,
Ping ping)
Ping event handler.
|
protected void |
RTMPHandler.onPing(RTMPConnection conn,
Channel channel,
Header source,
Ping ping)
Ping event handler.
|
protected void |
BaseRTMPHandler.onServerBandwidth(RTMPConnection conn,
Channel channel,
ServerBW message)
Server bandwidth / Window ACK size event handler.
|
protected abstract void |
BaseRTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage message)
Shared object event handler.
|
protected void |
RTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage message)
Shared object event handler.
|
protected void |
BaseRTMPHandler.onStreamBytesRead(RTMPConnection conn,
Channel channel,
Header source,
BytesRead streamBytesRead)
Stream bytes read event handler.
|
void |
DeferredResult.setChannel(Channel channel)
Setter for channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
OutputStream.getAudio()
Getter for audio channel
|
Channel |
OutputStream.getData()
Getter for data channel
|
Channel |
OutputStream.getVideo()
Getter for video channel
|
| Constructor and Description |
|---|
OutputStream(Channel video,
Channel audio,
Channel data)
Creates output stream from channels
|
| Constructor and Description |
|---|
ConnectionConsumer(Channel videoChannel,
Channel audioChannel,
Channel dataChannel)
Create connection consumer without an RTMP connection.
|
ConnectionConsumer(RTMPConnection conn,
Channel videoChannel,
Channel audioChannel,
Channel dataChannel)
Create RTMP connection consumer for given connection and channels.
|
Copyright © 2005–2017 Red5. All rights reserved.