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

    Interface TranscodingStorage

    Output storage target for an HLS→MP4 transcoding.

    interface TranscodingStorage {
        bucket?: string;
        container?: string;
        dirPath?: string;
        type: "s3" | "blob" | "gcp";
    }
    Index
    bucket?: string
    container?: string
    dirPath?: string
    type: "s3" | "blob" | "gcp"