@videosdk.live/server-sdk
    Preparing search index...

    Interface RtmpStream

    An RTMP destination ({ url, streamKey }).

    interface RtmpStream {
        streamKey: string;
        url: string;
    }
    Index
    streamKey: string

    RTMP stream key.

    url: string

    RTMP ingest URL.