Interface RtmpUrl

Represents an RTMP URL.

interface RtmpUrl {
    @type: "rtmpUrl";
    stream_key: string;
    url: string;
}

Properties

Properties

@type: "rtmpUrl"
stream_key: string

Stream key.

url: string

The URL.