StandardXtreamServerInfo: {
    id: string;
    url: string;
    port: string;
    httpsPort: string;
    serverProtocol: string;
    rtmpPort: string;
    timezone: string;
    timeNow: Date;
}

Standardized Xtream server information

This type represents the server-specific information in a standardized format

Type declaration

  • id: string

    The unique identifier for the server (URL)

  • url: string

    The base URL of the Xtream server

  • port: string

    The HTTP port number

  • httpsPort: string

    The HTTPS port number

  • serverProtocol: string

    The protocol used by the server

  • rtmpPort: string

    The RTMP port number for streaming

  • timezone: string

    The timezone setting of the server

  • timeNow: Date

    The current server time as a Date object