Package | Description |
---|---|
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.net.rtmpt | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
IStreamCapableConnection |
IClientStream.getConnection()
Get connection containing the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamService.deleteStream(IStreamCapableConnection conn,
int streamId)
Delete stream
|
Modifier and Type | Class and Description |
---|---|
class |
RTMPConnection
RTMP connection.
|
class |
RTMPMinaConnection
Represents an RTMP connection using Mina.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRTMPTConnection |
class |
RTMPTConnection
A RTMPT client / session.
|
Modifier and Type | Method and Description |
---|---|
IStreamCapableConnection |
AbstractClientStream.getConnection()
Return connection associated with stream
|
Modifier and Type | Method and Description |
---|---|
void |
StreamService.deleteStream(IStreamCapableConnection conn,
int streamId)
Delete stream
|
void |
AbstractClientStream.setConnection(IStreamCapableConnection conn)
Setter for stream capable connection
|
Copyright © 2006-2012 The Red5 Project