Package | Description |
---|---|
org.red5.server.adapter | |
org.red5.server.api.stream |
Modifier and Type | Method and Description |
---|---|
IOnDemandStream |
MultiThreadedApplicationAdapter.getOnDemandStream(IScope scope,
String name)
Returns VOD stream with given name from specified scope.
|
Modifier and Type | Method and Description |
---|---|
IOnDemandStream |
IOnDemandStreamService.getOnDemandStream(IScope scope,
String name)
Get a stream that can be used for playback of the on-demand stream
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamHandler.onOnDemandStreamConnect(IOnDemandStream stream)
Called when a client connects to an on demand stream
|
void |
IStreamHandler.onOnDemandStreamDisconnect(IOnDemandStream stream)
Called when a client disconnects from an on demand stream
|
Copyright © 2006-2012 The Red5 Project