Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-richard7 committed Sep 22, 2024
1 parent c3f0b48 commit 30aeb35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ JioTV proxy developed using Python and FastAPI framework.

- Download the latest for your platform from [Releases](https://github.com/henry-richard7/JioTV-Proxy/releases)
- Run JioTV file.
- Login to your Jio Account using OTP at http://localhost:8000/login.
- To play live channels on web http://localhost:8000.
- To play live channels in media player such as vlc http://localhost:8000/playlist.m3u
- To play live channels on your local network http://<your_local_ip>:8000/playlist.m3u (You can get this from console when running the app.)
- 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.)

# How To Use (Using Docker)

Expand Down

0 comments on commit 30aeb35

Please sign in to comment.