Uses of Interface
org.red5.server.api.stream.IClientStream
-
Uses of IClientStream in org.red5.server.api.stream
Modifier 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.Modifier and TypeMethodDescriptionIStreamCapableConnection.getStreamById
(Number streamId) Get a stream by its id. -
Uses of IClientStream in org.red5.server.net.rtmp
Modifier and TypeFieldDescriptionprivate ConcurrentMap<Number,
IClientStream> RTMPConnection.streams
Client streamsModifier and TypeMethodDescriptionRTMPConnection.getStreamByChannelId
(int channelId) Return stream by given channel id.RTMPConnection.getStreamById
(Number streamId) Get a stream by its id.Modifier and TypeMethodDescriptionprotected Collection<IClientStream>
RTMPConnection.getStreams()
Getter for client streams.RTMPConnection.getStreamsMap()
Modifier 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
Modifier 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 subscriberModifier and TypeMethodDescriptionConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messagesIConsumerService.getConsumerOutput
(IClientStream stream) Handles pushed messages