This Android app serves as an opener for the IPTV player installed by the user after running Termux.
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.
- ✔️ 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.
-
Ensure you have Termux installed and Done JioTV server setup.
-
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. (last line varies as per method of server setup)
termux-wake-lock $HOME/.jiotv_go/bin/jiotv_go run -P
-
Save and exit.
-
-
Select the installed IPTV player app on your device.
-
Run the app.
-
If the server is running successfully, the app will open the installed IPTV player.
-
If you want to choose another app, clear the app data to reset.
Note
Server running at "localhost:5001" is supported.
- Termux (for running the server)
- Server configured with autostart [any one]
- JioTV GO server by rabilrbl (recommended)
- J-TV self server NPM by dhruv-2015