Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.29 KB

README.md

File metadata and controls

70 lines (47 loc) · 2.29 KB

Sparkle-TV2 ✨📺

This Android app serves as an opener for the IPTV player installed by the user after running Termux.

Overview 🌐

The app is designed to check if a server is running successfully on Termux at localhost:5001. If the server is running, the app opens the user's installed IPTV player.

Features 🚀

  • ✔️ Checks for the running server on Termux.
  • ▶️ Opens the installed IPTV player if the server is running.
  • 🚀 Simplifies the process of launching the IPTV player after setting up the server on Termux.
  • ▶️ If the server is already running, it just opens the configured IPTV player.

How to Use 📲

  1. Ensure you have Termux installed and Done JioTV server setup.

  2. Configure Termux autostart via bash.bashrc:

    • Open Termux.

    • Edit bash.bashrc using a text editor like nano:

      nano $PREFIX/etc/bash.bashrc
    • Add the lines at end of file.

      termux-wake-lock
      $HOME/.jiotv_go/bin/jiotv_go run -P
    • Save and exit.

  3. Select the installed IPTV player app on your device.

  4. Run the app.

  5. If the server is running successfully, the app will open the installed IPTV player.

  6. If you want to choose another app, clear the app data to reset.

Note

Server running at "localhost:5001" is supported.

Download ⬇️

Dependencies 🛠️