Interface ILiveStreamTranscoderControl
public interface ILiveStreamTranscoderControl
Interface used to control if stream is transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLiveStreamTranscode
(String transcoder, IMediaStream stream) Called each time a new publishing stream is started.
-
Method Details
-
isLiveStreamTranscode
Called each time a new publishing stream is started. Return true if you wish stream to be transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)- Parameters:
transcoder
- name of transcoderstream
- stream interface- Returns:
- true if wish stream to be transcoded
-