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

    Interface RtmpOutput

    RtmpOutput

    interface RtmpOutput {
        audio?: null | OutputRtmpClientAudioOptions;
        type: "rtmp_client";
        url: string;
        video?: null | OutputRtmpClientVideoOptions;
    }
    Index

    Properties

    Properties

    Audio stream configuration.

    RtmpOutput

    type: "rtmp_client"

    RtmpOutput

    url: string

    RTMP endpoint url.

    RtmpOutput

    Video stream configuration.

    RtmpOutput