This guide helps you run the tataplay project on your Android device using KSWEB, or on your PC using XAMPP (a cross-platform PHP development environment).
- For Mobiles: KSWEB PRO v3.987
- For PC (Windows): XAMPP
- Download: Script Zip
-
Extract all files into the
htdocsundertataplayfolder in file manager (path may vary for XAMPP).📂FileManager/ └── 📂htdocs/ └── 📂tataplay/ ├── 📄index.php ├── 📄playlist.php ├── 📄get-mpd.php ├── 📂app/ │ ├── 📄send_otp.php │ ├── 📄verify_otp.php │ ├── 📄functions.php │ ├── 📄check_login.php │ └── 📄logout.php └── ...... -
Open KSWEB app (or XAMPP for PC) and start the APACHE server.
-
The setup is complete, and the script is ready to use.
- Open the Login page
(port80for XAMPP): http://localhost:8000/tataplay - Login with ANY indian mobile number and enter the received OTP.
This playlist is currently only supported by OTT Navigator, TiviMate (latest version), Sparkle, and Ultimate IPTV Loader.
Stay updated and join our community on Telegram by clicking the button below.
The following environment variables can be used to configure the application:
- SESSION_TIMEOUT: The duration (in seconds) of inactivity before a user is automatically logged out. Default is
1800(30 minutes).