Package | Description |
---|---|
org.red5.server.messaging | |
org.red5.server.stream | |
org.red5.server.stream.consumer | |
org.red5.server.stream.filter | |
org.red5.server.stream.provider |
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 |
IPullableProvider
A provider that supports passive pulling of messages.
|
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 an IPlayItem.
|
class |
ServerStream
An implementation for server side stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientBroadcastStream.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg)
Out-of-band control message handler
|
void |
PlayEngine.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
ServerStream.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
StreamBandwidthController
Controls stream bandwidth
|
Modifier and Type | Method and Description |
---|---|
void |
StreamBandwidthController.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProvider
Provides connection via pipe
|
class |
FileProvider
Pullable provider for files
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionProvider.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
void |
FileProvider.onOOBControlMessage(IMessageComponent source,
IPipe pipe,
OOBControlMessage oobCtrlMsg) |
Copyright © 2006-2012 The Red5 Project