TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is Kick.com somehow using Twitch to not have to pay bandwidth costs?

6 pointsby Invertigratealmost 2 years ago
For those not involved in the whole streaming scene, Kick.com is a huge rival to Twitch and they recently paid an insane amount of money (read $100M) to sign a contract for a streamer called XQC to stream on their platform.<p>I headed over to their site and saw that the user was doing their first stream and had &gt;60k live viewers so I was curious to see where they were hosting their servers and when I looked the IP up (99.181.66.216), it said Twitch to my surprise.<p>Now I&#x27;m honestly baffled and are they somehow exploiting Twitch&#x27;s embedded player to serve the content from them (do not that this streamer [XQC] is not streaming on Twitch at the same time, at least not using his regular account).<p>This is honestly the only theory I could come up with, but this shouldn&#x27;t even be possible since CORS should stop it, right...?<p>Anyway, immensely excited to see if anyone here on HN knows what&#x27;s going on because seeing a rival stream using their competitor&#x27;s servers is mind-blowing to me.

5 comments

wmfalmost 2 years ago
I think this is the answer: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;ivs&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aws.amazon.com&#x2F;ivs&#x2F;</a> It&#x27;s branded as an AWS service but it&#x27;s delivered over the Twitch CDN.
评论 #36367012 未加载
smoldesualmost 2 years ago
Twitch uses AWS to encode video, so the IPs may be identified as Twitch even if they&#x27;re actually assigned to generic AWS address space. That&#x27;s by best guess, I <i>highly doubt</i> this is a case of malicious abuse.
评论 #36366515 未加载
8chanAnonalmost 2 years ago
Renting out bandwidth to the &quot;competition&quot; is not uncommon. It&#x27;s not really competition when you&#x27;re making money.<p>&gt;this shouldn&#x27;t even be possible since CORS should stop it, right...?<p>CORS is meaningless outside the controlled environment of a web browser. Besides, CORS is opt-in. Website operators can chose whether or not to share (it&#x27;s in the name).
评论 #36370541 未加载
Blahahalmost 2 years ago
It&#x27;s not exciting. Sorry. The services that identify ip addresses are using the same data as you. If someone using a provider is identifiable with their shitty heuristics, they will label them. If not it&#x27;s labelled as the provider. There is not a conspiracy and not even a small reason to suspect malfeasance.
Invertigratealmost 2 years ago
Now Kick is down - I wonder what happened.