| Package | Description |
|---|---|
| org.red5.server.messaging | |
| org.red5.server.stream | |
| org.red5.server.stream.consumer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConsumer
Signature for the message consumer.
|
interface |
IFilter
Filter marker interface groups consumer and provider interfaces
|
interface |
IProvider
Signature for message provider.
|
interface |
IPushableConsumer
A consumer that supports event-driven message handling and message pushing through pipes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessageComponent.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISeekableProvider
Provider that is seekable
|
interface |
IStreamTypeAwareProvider
Interface for providers that know if they contain video frames.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientBroadcastStream
Represents live stream broadcasted from client.
|
class |
PlayEngine
A play engine for playing a IPlayItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlayEngine.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
ClientBroadcastStream.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg)
Out-of-band control message handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionConsumer
RTMP connection consumer.
|
class |
FileConsumer
Consumer that pushes messages to file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionConsumer.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
FileConsumer.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg)
Out-of-band control message handler
|
Copyright © 2005–2017 Red5. All rights reserved.