Live data from Hacker News

Better and Cheaper Than IPTV

github.com

51–60 of 113 posts

Re: Better and Cheaper Than IPTV

#51
post #7

I thought the whole point of turnstile was that it detects headless browsers and it's supposed to be "difficult" to bypass. Apparently this just simulates clicking on the checkmark. Is it really that easy?

People have been automating WoW for a generation using things like peripherals duct taped to oscillating fans despite multi-million dollar budgets designed to defeat things far more sophisticated than this.

I would think of headless browser automation in exactly the same way you would about cheating in FPS video games. The red team always has the initiative and can win if they want to spend enough time and money.

Re: Better and Cheaper Than IPTV

#52

For a no hacks alternative, I built TV Explorer. It puts the channel's published HLS stream into your browser with no interim steps. Uses the public GitHub list of more than 10,000 free channels. https://tvexplorer.live

I think https://tv.garden/ has more channels than your especially if i look at Japan

Seems to depend on the country, tv.garden has nothing in Namibia, for example

Re: Better and Cheaper Than IPTV

#53

For a no hacks alternative, I built TV Explorer. It puts the channel's published HLS stream into your browser with no interim steps. Uses the public GitHub list of more than 10,000 free channels. https://tvexplorer.live

Just stays on the loading screen for me (Safari, iOS 26).

Same here. I wonder if it's hugged to death?

Re: Better and Cheaper Than IPTV

#55
post #29

> I built it because I couldn't cast web video from my laptop to my TV: no Chromecast, no AirPlay. Looks like Claude built it.

I'm pretty sure it was built by a compiler, using libraries provided by Google and others. Until Claude can directly output machine code packaged for distribution, it's just another middleman between the source of intent (the human) and the final deliverable.

Re: Better and Cheaper Than IPTV

#56
post #7

I thought the whole point of turnstile was that it detects headless browsers and it's supposed to be "difficult" to bypass. Apparently this just simulates clicking on the checkmark. Is it really that easy?

With the right simulated events, a headless browser becomes indistinguishable from a real browser without platform detection. It's not hard to figure out that these headless browsers are running a software renderer on Linux. In time, they're just going to have to detect Linux users and force them to fill out one or multiple challenges if workarounds like these keep getting used.

The checkbox is just a small part of what the checks are doing. It's monitoring everything the browser is doing and how the browser is responding to certain events up until you tick the checkbox, at which point it determines if you need one of those "are you human" challenges or if you can pass without interruption, based on how bot-like you are.

Re: Better and Cheaper Than IPTV

#58
post #57

>Castor launches headless Chrome with a randomized fingerprint and stealth scripts to hide automation. you lost me in there.

I work with browser fingerprinting, so I took a look at the repo to see what it actually does. From what I can tell, it only patches navigator, the Audio API, and the Canvas API. That is pretty basic, so it will likely get flagged easily.

Re: Better and Cheaper Than IPTV

#59

For a no hacks alternative, I built TV Explorer. It puts the channel's published HLS stream into your browser with no interim steps. Uses the public GitHub list of more than 10,000 free channels. https://tvexplorer.live

This is incredible! It loaded so fast on my mobile and I’m able to watch channels from all over. Amazing stuff man. It requires a thread of its own

https://news.ycombinator.com/item?id=48325624

Re: Better and Cheaper Than IPTV

#60

Can this be used without a TV, lets say if I just want to play the streams with VLC?

I would hope it would do the "find and extract stream source" on the web page bit well. (This is quite hard on some sites). From there VLC can handle it.

I use "Web Video Caster" on Android to stream videos from websites to my TV. Free version is fine.

Post reply on HN