Skip to content

JioTV proxy developed using Python and FastAPI framework.

License

Notifications You must be signed in to change notification settings

henry-richard7/JioTV-Proxy

Repository files navigation

JioTV-Proxy

JioTV proxy developed using Python and FastAPI framework.

Total Downloads

Downloads

New Changes

  • For Sony Liv channels I have added direct stream links instead of JIO-TV stream. Found It From Here.

  • (2024-05-31) Added OTP login.

How to use (From Binary)

How To Use (Using Docker)

  • 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.

How To Use (From Source)

  • 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 or python main.py
  • Follow the above steps.

Known Issues

  • CN HD+ Tamil: It is noted that Cartoon Network HD+ Tamil channel does not work under API v2.0 but working in v2.1. Using v2.1 breaks other channels. Need to find a way to use v2.1 endpoint if currently playing channel is CN HD+ Tamil.
  • Sony channels are not playing in Web Browser. This is due to CORS. To workaround Need to install Cors Bypass Extension
  • Internal Server Error 500: Jio has changed API requests, I am not planning to fix this as I don't have free time (Will fix when I have time, I don't have any ETA). Please follow this repo https://github.com/rabilrbl/jiotv_go its actively maintained by @rabilrbl.

Auto Build

This repo uses github actions to build binary for x86_64.