videosphere
    Preparing search index...

    Short-lived direct media URL suitable for ffprobe reads.

    interface YouTubeDirectMediaUrl {
        url: string;
        expiresAt: number;
        durationSeconds: number;
    }
    Index

    Properties

    url: string

    Progressive or video-only media URL from yt-dlp.

    expiresAt: number

    Approximate Unix expiry time in milliseconds.

    durationSeconds: number

    Total media duration in seconds from yt-dlp metadata.