Package org.red5.server.api.service
Interface ISubscriberStreamService
- All Superinterfaces:
IScopeService
- All Known Implementing Classes:
AdminApplication
,AntMediaApplicationAdapter
,ApplicationAdapter
,MultiThreadedApplicationAdapter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSubscriberStream
(IScope scope, String name) Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".
-
Field Details
-
BEAN_NAME
- See Also:
-
-
Method Details
-
getSubscriberStream
Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".- Parameters:
scope
- the scope to return the stream fromname
- the name of the stream- Returns:
- the stream object
-