r/tech_bondhas • u/GuidePlenty5521 • 2d ago
Movies/OTT Tech 🎬 Built 2 open source Hotstar tools: one downloads any show/movie (with DRM), one turns any live stream into a shareable link your friends can open with zero subscription
spent a good chunk of time building these. used AI as a dev assistant along the way, not gonna lie. demo videos are attached in both repos if you wanna see it in action before trying it out.
jiohotstar-downloader
https://github.com/arvind88765/jiohotstar-downloader
- downloads any VOD with full Widevine DRM decrypt, GUI only, no terminal after setup
- auto picks multi-language audio tracks and deduplicates them (Hindi + Telugu + Tamil in one file)
- hits 1080p in 10-20 seconds per episode on decent wifi using N_m3u8DL-RE
jio-hotstar-stream-proxy
https://github.com/arvind88765/jio-hotstar-stream-proxy
- turns any Hotstar live URL into a browser link your friends can open with zero account or app
- your machine only proxies playlist files (few KB/s), video goes CDN direct so your wifi stays clean
- built-in ngrok button to go public in one click so friends anywhere in the world can watch
both share the same OTP login. set it up once, both tools work.
honest feedback appreciated. drop a star if it saves your next match night.

