Uses of Interface
org.red5.server.api.stream.IBroadcastStream
Packages that use IBroadcastStream
Package
Description
-
Uses of IBroadcastStream in io.antmedia.muxer
Methods in io.antmedia.muxer with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidMuxAdaptor.packetReceived(IBroadcastStream stream, IStreamPacket packet) -
Uses of IBroadcastStream in org.red5.server.adapter
Methods in org.red5.server.adapter that return IBroadcastStreamModifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getBroadcastStream(IScope scope, String name) Get a broadcast stream by nameMethods in org.red5.server.adapter with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidMultiThreadedApplicationAdapter.streamBroadcastClose(IBroadcastStream stream) Notification that a broadcasting stream is closing.voidMultiThreadedApplicationAdapter.streamBroadcastStart(IBroadcastStream stream) voidMultiThreadedApplicationAdapter.streamPublishStart(IBroadcastStream stream) voidMultiThreadedApplicationAdapter.streamRecordStart(IBroadcastStream stream) voidMultiThreadedApplicationAdapter.streamRecordStop(IBroadcastStream stream) -
Uses of IBroadcastStream in org.red5.server.api.service
Methods in org.red5.server.api.service that return IBroadcastStreamModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream(IScope scope, String name) Get a broadcast stream by name -
Uses of IBroadcastStream in org.red5.server.api.stream
Subinterfaces of IBroadcastStream in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA broadcast stream that comes from client.interfaceIServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.Methods in org.red5.server.api.stream that return IBroadcastStreamModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream(IScope scope, String name) Get a broadcast stream by nameMethods in org.red5.server.api.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidIStreamHandler.onBroadcastStreamSubscribe(IBroadcastStream stream) Called when a client subscribes to a broadcastvoidIStreamHandler.onBroadcastStreamUnsubscribe(IBroadcastStream stream) Called when a client unsubscribes from a broadcastvoidIStreamListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.voidIStreamAwareScopeHandler.streamBroadcastClose(IBroadcastStream stream) Notified when a broadcaster closes.voidIStreamAwareScopeHandler.streamBroadcastStart(IBroadcastStream stream) Notified when a broadcaster starts.voidIStreamAwareScopeHandler.streamPublishStart(IBroadcastStream stream) A broadcast stream starts being published.voidIStreamAwareScopeHandler.streamRecordStart(IBroadcastStream stream) A broadcast stream starts being recorded.voidIStreamAwareScopeHandler.streamRecordStop(IBroadcastStream stream) A broadcast stream stops being recorded. -
Uses of IBroadcastStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IBroadcastStreamModifier and TypeClassDescriptionclassRepresents live stream broadcasted from client.classAn implementation for server side stream.Methods in org.red5.server.stream with parameters of type IBroadcastStreamModifier and TypeMethodDescriptionvoidIRecordingListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.voidRecordingListener.packetReceived(IBroadcastStream stream, IStreamPacket packet) A packet has been received from a stream.booleanIProviderService.registerBroadcastStream(IScope scope, String name, IBroadcastStream stream) Register a broadcast stream to a scope.booleanProviderService.registerBroadcastStream(IScope scope, String name, IBroadcastStream bs) Register a broadcast stream to a scope.booleanIProviderService.unregisterBroadcastStream(IScope scope, String name, IBroadcastStream stream) Unregister a broadcast stream of a specific name from a scope.booleanProviderService.unregisterBroadcastStream(IScope scope, String name, IBroadcastStream bs) Unregister a broadcast stream of a specific name from a scope.