| Package | Description |
|---|---|
| org.red5.server.net.rtmp | |
| org.red5.server.stream |
| 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 abstract void |
BaseRTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler.
|
protected void |
RTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler.
|
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 abstract void |
BaseRTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage object)
Shared object event handler.
|
protected void |
RTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage object)
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
|
Copyright © 2006-2012 The Red5 Project