Skip to content

henry-richard7/JioTV-Proxy

Repository files navigation

JioTV-Proxy

JioTV proxy developed using Python and FastAPI framework.

New Changes

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

How to use (From Binary)

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

Auto Build

This repo uses github actions to build binary for x86_64.