Uses of Interface
org.red5.server.api.stream.IClientStream
Packages that use IClientStream
-
Uses of IClientStream in org.red5.server.api.stream
Subinterfaces of IClientStream in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterface
A broadcast stream that comes from client.interface
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterface
A subscriber stream that has only one item for play.interface
ISubscriberStream is a stream from subscriber's point of view.Methods in org.red5.server.api.stream that return IClientStreamModifier and TypeMethodDescriptionIStreamCapableConnection.getStreamById
(Number streamId) Get a stream by its id.Methods in org.red5.server.api.stream that return types with arguments of type IClientStream -
Uses of IClientStream in org.red5.server.net.rtmp
Fields in org.red5.server.net.rtmp with type parameters of type IClientStreamModifier and TypeFieldDescriptionprivate ConcurrentMap<Number,
IClientStream> RTMPConnection.streams
Client streamsMethods in org.red5.server.net.rtmp that return IClientStreamModifier and TypeMethodDescriptionRTMPConnection.getStreamByChannelId
(int channelId) Return stream by given channel id.RTMPConnection.getStreamById
(Number streamId) Get a stream by its id.Methods in org.red5.server.net.rtmp that return types with arguments of type IClientStreamModifier and TypeMethodDescriptionprotected Collection<IClientStream>
RTMPConnection.getStreams()
Getter for client streams.RTMPConnection.getStreamsMap()
Methods in org.red5.server.net.rtmp with parameters of type IClientStreamModifier and TypeMethodDescriptionvoid
RTMPConnection.addClientStream
(IClientStream stream) void
RTMPConnection.logStream
(IClientStream stream) private boolean
RTMPConnection.registerStream
(IClientStream stream) Store a stream in the connection.private void
RTMPConnection.unregisterStream
(IClientStream stream) Remove a stream from the connection. -
Uses of IClientStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IClientStreamModifier and TypeClassDescriptionclass
Abstract base for client streamsclass
Represents live stream broadcasted from client.class
Stream of playlist subscriberclass
Stream of a single play item for a subscriberMethods in org.red5.server.stream with parameters of type IClientStreamModifier and TypeMethodDescriptionConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesIConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messages