Interface ILiveStreamTranscoderControl


  • public interface ILiveStreamTranscoderControl
    Interface used to control if stream is transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)
    • Method Detail

      • isLiveStreamTranscode

        boolean isLiveStreamTranscode​(String transcoder,
                                      IMediaStream stream)
        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 transcoder
        stream - stream interface
        Returns:
        true if wish stream to be transcoded