JioTV Go new channels and DRM support #471
rabilrbl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have already implemented a new DRM component for the web which enables new channels that JioTV added recently.
The reason it's not ready for release will be this new DRM component hasn't been implemented to work with an IPTV client at the moment.
If you are impatient to try it then check our recent pre-release on GitHub. Docker users can use the develop tag in their image url
Remember DRM will only work on http://localhost or https. Meaning if you're not using a host as localhost or 127.0.0.1 then you must enable https or tls 1.3 using self signed certificates. We have enabled them right now in JioTV Go. Users who have reverse proxy with https won't be affected and can you use application as before with DRM enabled.
To non-technical users out there, only use it if you are running on the same device. Cross device access won't be possible when DRM is enabled
Also, DRM will be disabled by default, use the config value or environment variable JIOTV_DRM=true
Only official browsers such as firefox and chrome are supported from our end due to DRM -- widevine L3. It will work on other browsers but we won't provide support for it.
You are free to discuss on community support group but please don't bother admins and Moderators with how-to questions
The stable release will be delayed until we decide the support for IPTV clients with new DRM component
If you appreciate our work, give a ⭐ reaction on this telegram post 😉 or give a ⭐ in GitHub for free
Thank you🙏
Beta Was this translation helpful? Give feedback.
All reactions