Package | Description |
---|---|
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.stream |
Modifier and Type | Interface and Description |
---|---|
interface |
IClientBroadcastStream
A broadcast stream that comes from client.
|
interface |
IPlaylistSubscriberStream
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist
but adds nothing new
|
interface |
ISingleItemSubscriberStream
A subscriber stream that has only one item for play.
|
interface |
ISubscriberStream
ISubscriberStream is a stream from subscriber's point of view.
|
Modifier and Type | Method and Description |
---|---|
IClientStream |
IStreamCapableConnection.getStreamById(int streamId)
Get a stream by its id.
|
Modifier and Type | Method and Description |
---|---|
IClientStream |
RTMPConnection.getStreamByChannelId(int channelId)
Return stream by given channel id.
|
IClientStream |
RTMPConnection.getStreamById(int id)
Get a stream by its id.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<IClientStream> |
RTMPConnection.getStreams()
Getter for client streams.
|
Modifier and Type | Method and Description |
---|---|
void |
RTMPConnection.addClientStream(IClientStream stream) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientStream
Abstract base for client streams
|
class |
ClientBroadcastStream
Represents live stream broadcasted from client.
|
class |
PlaylistSubscriberStream
Stream of playlist subscriber
|
class |
SingleItemSubscriberStream
Stream of a single play item for a subscriber
|
Modifier and Type | Method and Description |
---|---|
IMessageOutput |
ConsumerService.getConsumerOutput(IClientStream stream)
Handles pushed messages
|
IMessageOutput |
IConsumerService.getConsumerOutput(IClientStream stream)
Handles pushed messages
|
Copyright © 2006-2012 The Red5 Project