JioTV Go
728 subscribers
8 photos
1 file
45 links
Cross platform application for JioTV Mobile.

https://jiotv_go.rabil.me/
Download Telegram
Update Reminder!

The new version include updated dependencies.

A new logout feature has been added
- Logout button on the web
- New /logout route to logout

It deletes the existing credentials file.

When you open JioTV Go after long time, there might be buffering/loading error. Just Logout and Login back will fix the problem.
Release v2.16

Adds improved security for passing URL query parameters on m3u8 requests.

This prevents hackers sending modified URLs to server. Please update.

If you think this is unnecessary for you, disable by setting environment variable JIOTV_URL_ENCRYPTION=false

Thanks.
Introducing Web EPG

Currently only supports now playing
🌟 Love JioTV Go?

Support, Star, & Share!


If you've enjoyed our project, consider donating at GitHub Sponsors or a star on GitHub help propel our mission. Spread the word among your loved ones!

Thank you for embracing JioTV Go! Your usage fuels our passion.

We're actively seeking community contributions as an open-source initiative.
Presently, development is spearheaded by a single dedicated developer.

Join us; more developers mean speedier project updates! πŸš€
News:

Jio has started blocking some Sony and Network18 Channels.
Only fix is to move towards new API based on DRM content
Release Update:

V2.18.6 should fix

`GLIBC_2.XX' not found
Some news:

I did a really deep dive into JioTV App, after lots of work and almost giving up.
Here are the results.

DRM Channels:
I have managed to make DRM Channels working with widevine in WEB UI (Browser only).

Sony Channels:
Turns out sony channels aren't DRM protected. Jio only changed CDN servers.
It just required some credentials to be passed to work.

Moreover, now some sony channels supports 1080p


Please stay tuned for updates as lot of code change is required to implement all these features. Be patient.

Thanks.
More news:

Sony channels are now not live. Instead shows are played directly from SonyLiv CDN
It's hard to implement live channel based on current JioTV Go structure.
JioTV Go
More news: Sony channels are now not live. Instead shows are played directly from SonyLiv CDN It's hard to implement live channel based on current JioTV Go structure.
Temporary fix for sony channels:

You will be able to watch sony channels,
Shows will start at beginning, you can seek forward and backward like a regular video.

Once the show is ended in EPG. Refresh the page new show will be loaded.

Sony Sports channels are f-ed.
Major Release v2.20

- Added DRM protected live TV for Web UI (browsers only).
It is disabled by default as all channels in HLS are working fine without DRM.

To enable add environment variable JIOTV_DRM=true

https://github.com/rabilrbl/jiotv_go/releases/latest


Consider supporting development of JioTV Go by donating at https://github.com/sponsors/rabilrbl

Star the repo https://github.com/rabilrbl/jiotv_go

Thank you. Have an awesome day!
Support for SonyLiv Channels has been added

JioTV Go v2.21

- All sonyLiv channels are prefixed with SL in name and id.

- Brings missing sony channels like pix and bbc earth
- Epg not supported
- Quality enforcement not supported

- Sony Wah is disabled for CORS bypass

- More channels can be added if you send me SonyLiv channel URL and Name.


Consider supporting development of JioTV Go by donating at https://github.com/sponsors/rabilrbl

Star the repo https://github.com/rabilrbl/jiotv_go

Thank you. Have an awesome day!
The amount of people here in the community is larger than the no. of stars the project have.

Please star the repo in GitHub. It helps us reach larger audience.

https://github.com/rabilrbl/jiotv_go
Please open Telegram to view this post
VIEW IN TELEGRAM
Hey folks,

I understand that the JioTV Go is having a few bugs on the login part and others.

I stay busy with my personal life and hence couldn't push valuable updates.

For us developers it is important that we understand the bug clearly by looking at all aspects and log files. As some bugs can't be re-produced on our systems.

Please create a relevant issue with jiotv_go.log file data on GitHub at https://GitHub.com/rabilrbl/jiotv_go/issues so that I can track all issues at one place.

I'll try to respond for each issue and potentially push a fix in the future.

By reporting bugs and issues in JioTV Go, you contribute to our open source efforts and keeping this project alive.

And as always if any developers out there. Please participate in GitHub issues and PRs.

Thank you for using JioTV Go.
I am preparing documentation for JioTV Go v3

Please reply to this thread or comment, the questions you had when using JioTV Go for the first time.

Questions will be shortlisted with answer under FAQ section, if needed a seperate page will be created in documentation.

Thank you
πŸŽ‰ Exciting News! πŸŽ‰

We're thrilled to announce the launch of JioTV Go v3, a game-changer in your streaming experience! πŸš€

🌟 What's New:
- πŸ–₯ Standalone Application: JioTV Go v3 is now a standalone CLI application, making it even easier to use.
- 🌐 Start Server: Simply use the "serve" command to kickstart your streaming server effortlessly.
- πŸ”„ Regenerate EPG: Renew your Electronic Program Guide (EPG) hassle-free.
- πŸ‘€ Login/Logout via CLI: Manage your account seamlessly using simple commands.
- πŸš€ Autostart Setup: Set up autostart on your bash terminal for a smoother experience.
- πŸ”„ Self Update Feature: Stay up-to-date effortlessly with the all-new self-update feature.
- βš™οΈ Configuration Makeover: Experience a new configuration file, with added support for environment variables.
- πŸ›  Bug Fixes: Say goodbye to DNS Lookup errors on Android, thanks to native clang with CGO.
- πŸ“š Fresh Documentation: Explore our brand new documentation, written from scratch using mdBook.
- πŸš€ Easy Installation: Enjoy a simplified installation process with our all-new single-command automatic scripts for Unix and Windows.

For more information refer documentation.

πŸ”— Refer to the documentation: JioTV Go Documentation

Upgrade now and rediscover the joy of streaming with JioTV Go v3! 🌈✨

#JioTVGo #NewVersionAlert #StreamWithJoy πŸ“Ίβœ¨
JioTV Go
Temporary fix for sony channels: You will be able to watch sony channels, Shows will start at beginning, you can seek forward and backward like a regular video. Once the show is ended in EPG. Refresh the page new show will be loaded. Sony Sports channels…
🌟 JioTV Go v3.1 Brings Background start feature 🌟

Dear JioTV Go community,

We're thrilled to introduce a brand-new feature that makes your JioTV Go experience even more convenient – the Background Command! πŸš€

Now, you can run your JioTV Go server effortlessly in the background, allowing you to enjoy your favorite content without any interruptions. Here's what you need to know:

πŸ”§ USAGE:
jiotv_go background [command options] [arguments...]


Tip: bg is an alias for background command

πŸ“– DESCRIPTION:
The background command lets you run the JioTV Go server in the background, providing easy subcommands to start and stop the server seamlessly.

🌈 COMMANDS:
1. Start (Run):
- Run JioTV Go server in the background.
jiotv_go background start [command options] [arguments...]


- Example without arguments:
jiotv_go background start


- Example with custom arguments:
jiotv_go background start --args "--port 8080 --config config.toml"



2. Stop (S, Kill):
- Stop JioTV Go server running in the background.
jiotv_go background stop



πŸ”” NOTE:
- Don't forget to stop the background server using the stop command when it's no longer needed.

πŸš€ Upgrade Alert:
Ensure you're making the most of the Background Command by updating to JioTV Go v3.1.0! Experience seamless streaming and easily update using the following command:
jiotv_go update



Upgrade your JioTV Go experience now with the Background Command! 🌟 Stay tuned for more exciting features on your favorite streaming platform.

πŸ”— Refer Documentation for Background command

Happy watching! πŸ“Ίβœ¨