I Watched Thousands of Fans Crash GitHub for a World Cup Stream. Here’s What They Found.

You’ve probably noticed something strange in the last week. Your Twitter feed, your Reddit threads, even your group chats. They’re all buzzing about the same thing. Not about a goal. Not about a player. About a link on GitHub.

It sounds absurd. A software development platform, usually home to code reviews and pull requests, suddenly became the most popular way to watch the World Cup. And it worked. It worked so well that the project, called IPTV, gained over 12,000 stars in a single night. It’s currently sitting at over 120,000 stars. More than 2,000 people are watching it at any given moment.

You might think this is just another story about piracy. You’d be wrong. This is a story about a fundamental market failure, and the quiet, desperate ingenuity of the people who are left to clean up the mess.

IPTV doesn’t stream a single pixel. It just tells a player where to find one.

At its core, IPTV is a list. A master list of TV channel addresses, collected from publicly available streams. It’s an M3U file, a simple text document that says, ‘Channel 1 is at this URL. Channel 2 is at this URL.’ You paste it into a free player like VLC, and suddenly you have a global TV remote. You can watch French news, Korean drama, or a British football match, all without a subscription, an app, or a single ad.

For the 2026 World Cup, this is a godsend. The tournament has been expanded from 32 to 48 teams. The number of matches has jumped from 64 to 104. Games are played across three time zones: USA, Canada, and Mexico. For a fan in Asia, the games are at 3 AM, 6 AM, and 9 AM. You want to watch two games at once? Good luck finding a single official broadcaster that lets you do that without a second subscription.

This is where the market breaks. The official broadcasters buy exclusive rights for a specific country. They set a high price. They offer a clunky app. They show ads. And they expect you to be happy with one game at a time.

But the fan doesn’t care about your business model. The fan wants to watch their home team, with their home language commentary, alongside a rival game, on a device they already own. The official channels can’t deliver that. So the fans went to the one place that could: an open-source community on GitHub.

When a market fails to serve its customers, the customers will build their own infrastructure.

The project, maintained by a developer named Aleksandr Statciuk, has seen over 34,000 code commits. More than 1,300 developers have contributed. They are not pirates. They are librarians. They are cataloging the world’s television, tagging each channel by country, language, and genre. They use automated scripts (GitHub Actions) to check every link every day, removing dead ones and adding new ones. They are building a map of the global broadcast landscape, and they are giving it away for free.

This is why the legal question is so fascinating. Is IPTV illegal? It depends on who you ask. In the US, the famous ‘myVidster’ case set a precedent. A judge argued that a site that merely provides a link to a video is like a newspaper that tells you where a concert is playing. The newspaper didn’t perform the concert. A link is an address. It is not a broadcast.

But Europe is stricter. The ‘GS Media’ case said that if you know a link leads to pirated content, and you profit from it, you are liable. The ‘Filmspeler’ case added that selling a device with pre-installed pirate links is a crime. The key legal question has shifted from ‘Where is the video stored?’ to ‘Who is profiting from this?’

IPTV currently sits in a gray area. It doesn’t host the video. It doesn’t profit from the video. It just organizes the map. And it does so with the transparency of a public, open-source repository. Anyone can see who added a link. Anyone can challenge a link. The community polices itself.

This is the real story. This isn’t just about a bunch of people stealing football. This is about a structural crack in the foundation of the entertainment industry. The old model of selling exclusive, territorial rights is collapsing under the weight of a globalized, multi-timezone, 104-game tournament. The fans are not the problem. The system is.

So, look at this project while it lasts. It might be taken down tomorrow. It might be sued. Or it might be the template for a new kind of media distribution. A system that is not owned by a corporation, but curated by a community. A system that is not held together by legal contracts, but by trust and a shared love of the game.

FAQ

Q: Is using IPTV to watch the World Cup illegal?

A: Probably. But it's a gray area. The project doesn't host any video files. It only provides links to public streams. In the US, providing a link is generally considered legal, like a directory. In Europe, it's riskier, especially if you know the link is to an unauthorized stream. The user is the one streaming the content, which is the infringing act.

Q: Why can't official broadcasters just offer a better product?

A: Because their business model is built on scarcity. They pay billions for exclusive rights to specific territories. Allowing you to watch a game from a different country, or to watch two games at once, would undermine their ability to sell that exclusivity. They are structurally unable to offer the global, flexible experience that fans actually want.

Q: What happens to IPTV now? Is it going to be shut down?

A: It's a cat-and-mouse game. The legal threat is real, especially if a rights holder can prove the maintainers are actively encouraging piracy. But the project's open-source nature makes it resilient. Even if this specific repo is taken down, the code is forked by thousands of people. The 'map' will survive. The question is whether the map will be forced underground.

📎 Source: View Source