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 TypeInterfaceDescriptioninterfaceA broadcast stream that comes from client.interfaceIPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterfaceA subscriber stream that has only one item for play.interfaceISubscriberStream 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.streamsClient 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 TypeMethodDescriptionvoidRTMPConnection.addClientStream(IClientStream stream) voidRTMPConnection.logStream(IClientStream stream) private booleanRTMPConnection.registerStream(IClientStream stream) Store a stream in the connection.private voidRTMPConnection.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 TypeClassDescriptionclassAbstract base for client streamsclassRepresents live stream broadcasted from client.classStream of playlist subscriberclassStream 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