Uses of Interface
org.red5.server.api.stream.IOnDemandStream
-
Uses of IOnDemandStream in org.red5.server.adapter
Modifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getOnDemandStream
(IScope scope, String name) Returns VOD stream with given name from specified scope. -
Uses of IOnDemandStream in org.red5.server.api.service
Modifier and TypeMethodDescriptionIOnDemandStreamService.getOnDemandStream
(IScope scope, String name) Get a stream that can be used for playback of the on-demand stream -
Uses of IOnDemandStream in org.red5.server.api.stream
Modifier and TypeMethodDescriptionIOnDemandStreamService.getOnDemandStream
(IScope scope, String name) Get a stream that can be used for playback of the on-demand streamModifier and TypeMethodDescriptionvoid
IStreamHandler.onOnDemandStreamConnect
(IOnDemandStream stream) Called when a client connects to an on demand streamvoid
IStreamHandler.onOnDemandStreamDisconnect
(IOnDemandStream stream) Called when a client disconnects from an on demand stream