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

    Interface RtmpInput

    RtmpInput

    interface RtmpInput {
        streamKey: string;
        type: "rtmp_server";
    }
    Index

    Properties

    Properties

    streamKey: string

    The RTMP stream key. This is the path segment of the RTMP stream URL that Smelter listens on for incoming streams. Format: rtmp://<ip_address>:<port>/<stream_key>

    RtmpInput

    type: "rtmp_server"

    RtmpInput