class VideoPlayerScreen extends StatefulWidget final String streamUrl; final String title; // streamUrl = http://server:port/live/username/password/streamID.m3u8

As of 2025, the IPTV industry is shifting away from the "unlimited" model. Major providers are moving toward where resellers create limited accounts (e.g., 1 device, 3 months).

CREATE TABLE live_streams ( id INTEGER PRIMARY KEY, server_id TEXT, stream_id INTEGER, name TEXT, category_id INTEGER, stream_icon TEXT, FOREIGN KEY(server_id) REFERENCES servers(id) );