@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface OutputRtmpClientVideoOptions

    OutputRtmpClientVideoOptions

    interface OutputRtmpClientVideoOptions {
        initial: VideoScene;
        resolution: Resolution;
        sendEosWhen?: null | OutputEndCondition;
    }
    Index

    Properties

    initial: VideoScene

    Root of a component tree/scene that should be rendered for the output. Use update_output request to update this value after registration. Learn more.

    OutputRtmpClientVideoOptions

    resolution: Resolution

    Output resolution in pixels.

    OutputRtmpClientVideoOptions

    sendEosWhen?: null | OutputEndCondition

    Condition for termination of the output stream based on the input streams states. If output includes both audio and video streams, then EOS needs to be sent for every type.

    OutputRtmpClientVideoOptions