JioTV proxy developed using Python and FastAPI framework.
- Download the latest for your platform from Releases
- Run JioTV file.
- Login to your Jio Account using OTP at http://localhost:8000/jiotv/login.
- To play live channels on web http://localhost:8000/jiotv.
- To play live channels in media player such as vlc http://localhost:8000/jiotv/playlist.m3u
- To play live channels on your local network http://<your_local_ip>:8000/jiotv/playlist.m3u (You can get this from console when running the app.)
- Clone or Download this repo.
- In terminal
cd JioTV-Proxy
- Next type
docker build -t jiotv-proxy .
and press enter and wait for build. - Next type
docker run -p 8000:8000 jiotv-proxy
and press enter.
- Clone or Download this repo.
- Install required dependencies
pip install -r requirements.txt
- To run the py file, on a terminal in the root folder and type
python3 main.py
orpython main.py
- Follow the above steps.
- Sony channels will not play.
This repo uses github actions to build binary for x86_64.