| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.net.rtmp | |
| 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,
Number streamId)
Delete stream
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTMPConnection
RTMP connection.
|
class |
RTMPMinaConnection
Represents an RTMP connection using Mina.
|
| 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,
Number streamId)
Delete stream
|
void |
AbstractClientStream.setConnection(IStreamCapableConnection conn)
Setter for stream capable connection
|
Copyright © 2005–2017 Red5. All rights reserved.