Type Alias XtreamServerInfo

XtreamServerInfo: {
    xui: boolean;
    version: string;
    revision: string | null;
    url: string;
    port: string;
    https_port: string;
    server_protocol: string;
    rtmp_port: string;
    timezone: string;
    timestamp_now: number;
    time_now: string;
}

Xtream server information

This type represents the server-specific part of the profile

Type declaration

  • xui: boolean

    Flag to indicate if it is a XUI instance

  • version: string

    Software version

  • revision: string | null

    Software revision

  • url: string

    The base URL of the Xtream server

  • port: string

    The HTTP port number

  • https_port: string

    The HTTPS port number

  • server_protocol: string

    The protocol used by the server

  • rtmp_port: string

    The RTMP port number for streaming

  • timezone: string

    The timezone setting of the server

  • timestamp_now: number

    The current server timestamp

  • time_now: string

    The current server time as a formatted string