• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:02
CEST 09:02
KST 16:02
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature3Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18Serral wins EWC 202549
Community News
Maestros of The Game—$20k event w/ live finals in Paris18Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195Weekly Cups (Jul 28-Aug 3): herO doubles up6
StarCraft 2
General
What mix of new and old maps do you want in the next 1v1 ladder pool? (SC2) : Geoff 'iNcontroL' Robinson has passed away The GOAT ranking of GOAT rankings RSL Revival patreon money discussion thread Weekly Cups (Aug 11-17): MaxPax triples again!
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris Sparkling Tuna Cup - Weekly Open Tournament Monday Nights Weeklies Master Swan Open (Global Bronze-Master 2) $5,100+ SEL Season 2 Championship (SC: Evo)
Strategy
Custom Maps
External Content
Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below Mutation # 484 Magnetic Pull
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ Flash Announces (and Retracts) Hiatus From ASL BW General Discussion BW AKA finder tool Maps with Neutral Command Centers
Tourneys
[ASL20] Ro24 Group C [Megathread] Daily Proleagues [ASL20] Ro24 Group A [ASL20] Ro24 Group B
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
General RTS Discussion Thread Dawn of War IV Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The year 2050 European Politico-economics QA Mega-thread
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
High temperatures on bridge(s) Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment"
TL Community
"World Leading Blockchain Asset Retrieval" The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Evil Gacha Games and the…
ffswowsucks
Breaking the Meta: Non-Stand…
TrAiDoS
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 3370 users

Mac & Linux fans, you can now watch the GSL live. - Page 4

Forum Index > Tech Support
Post a Reply
Prev 1 2 3 4 5 6 7 8 Next All
goupyl
Profile Joined September 2010
France5 Posts
December 03 2010 10:17 GMT
#61
Thanks a lot for this great script.
Works fine at my office
VoLTa.
Profile Joined December 2010
7 Posts
December 03 2010 23:30 GMT
#62
On December 02 2010 20:54 RoyalCheese wrote:
I'm sorry this doesn't work for you guys, i would love to help but i am not familiar with the changes op did to my program, so i will take a look at them when i get home from school and hopefully make a post with working script later today, perhaps even with an instruction video!


Thanks for all the help so far and I would love you if you did this!
TheGiftedApe
Profile Blog Joined September 2010
United States1243 Posts
December 03 2010 23:41 GMT
#63
OP is a Saint
xO-Gaming.com || [xO]TheGiftedApe.364 || xO-Gaming Manager.
TheGiftedApe
Profile Blog Joined September 2010
United States1243 Posts
December 06 2010 10:03 GMT
#64
doesnt work on mac
xO-Gaming.com || [xO]TheGiftedApe.364 || xO-Gaming Manager.
TheValley
Profile Joined July 2010
Poland56 Posts
December 06 2010 10:40 GMT
#65
i think something stops working
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
December 06 2010 10:50 GMT
#66
On November 26 2010 19:56 Centorian wrote:
Traceback (most recent call last):
File "./gomstreamer.py", line 205, in <module>
main()
File "./gomstreamer.py", line 132, in main
url = parseStreamURL(responseData)
File "./gomstreamer.py", line 191, in parseStreamURL
regexResult = re.search(patternHTTP, regexResult).group(0)
AttributeError: 'NoneType' object has no attribute 'group'


got this error.


I was having the same problem, and was able to resolve it by deleting the following lines from gomstreamer.py:

# Collected the gomcmd URL, now need to extract the correct HTTP URL
# from the string
patternHTTP = r"(http%3a.+)&quot;"
regexResult = re.search(patternHTTP, regexResult).group(0)

# Found URL, just need to fix URL characters
regexResult = re.sub(r'%3[Aa]', ':', regexResult) # Fixing :
regexResult = re.sub(r'%3[Ff]', '?', regexResult) # Fixing ?
regexResult = re.sub(r'%3[Dd]', '=', regexResult) # Fixing =
regexResult = re.sub(r'%26', '&', regexResult) # Fixing &
regexResult = re.sub(r'%2[Ff]', '/', regexResult) # Fixing /
regexResult = re.sub(r'&amp;', '&', regexResult) # Removing amp;
regexResult = re.sub(r'&quot;', '', regexResult) # Removing &quot;

It seems the script was expecting the URL characters to be encoded when in fact they were not.

Hope this solution works for the rest of you having this problem!
PencilZerg
Profile Joined October 2010
Denmark76 Posts
Last Edited: 2010-12-06 12:44:23
December 06 2010 11:42 GMT
#67
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
Last Edited: 2010-12-06 12:19:46
December 06 2010 12:18 GMT
#68
derElbe
Profile Joined February 2009
Germany571 Posts
December 07 2010 09:56 GMT
#69
On December 06 2010 20:42 PencilZerg wrote:
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed


doesnt work for me :
AttributeError: 'NoneType' object has no attribute 'group
any idea?

i am not sure about python, i don't know if i got it or not.

Hoejja - Bisu - Leenock - TLO
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
December 07 2010 10:20 GMT
#70
On December 07 2010 18:56 derElbe wrote:
Show nested quote +
On December 06 2010 20:42 PencilZerg wrote:
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed


doesnt work for me :
AttributeError: 'NoneType' object has no attribute 'group
any idea?

i am not sure about python, i don't know if i got it or not.




read my message about 2 posts above for the solution to this.
OneThreeOne
Profile Joined November 2010
Norway86 Posts
December 07 2010 11:12 GMT
#71
On December 06 2010 19:50 AcrossFiveJulys wrote:
Show nested quote +
On November 26 2010 19:56 Centorian wrote:
Traceback (most recent call last):
File "./gomstreamer.py", line 205, in <module>
main()
File "./gomstreamer.py", line 132, in main
url = parseStreamURL(responseData)
File "./gomstreamer.py", line 191, in parseStreamURL
regexResult = re.search(patternHTTP, regexResult).group(0)
AttributeError: 'NoneType' object has no attribute 'group'


got this error.


I was having the same problem, and was able to resolve it by deleting the following lines from gomstreamer.py:

# Collected the gomcmd URL, now need to extract the correct HTTP URL
# from the string
patternHTTP = r"(http%3a.+)&quot;"
regexResult = re.search(patternHTTP, regexResult).group(0)

# Found URL, just need to fix URL characters
regexResult = re.sub(r'%3[Aa]', ':', regexResult) # Fixing :
regexResult = re.sub(r'%3[Ff]', '?', regexResult) # Fixing ?
regexResult = re.sub(r'%3[Dd]', '=', regexResult) # Fixing =
regexResult = re.sub(r'%26', '&', regexResult) # Fixing &
regexResult = re.sub(r'%2[Ff]', '/', regexResult) # Fixing /
regexResult = re.sub(r'&amp;', '&', regexResult) # Removing amp;
regexResult = re.sub(r'&quot;', '', regexResult) # Removing &quot;

It seems the script was expecting the URL characters to be encoded when in fact they were not.

Hope this solution works for the rest of you having this problem!


I was getting the same error, and this fixed it.
derElbe
Profile Joined February 2009
Germany571 Posts
December 07 2010 11:21 GMT
#72
thanks for helping,
i did your fix, but it still doesnt work.

the vlc opens and everything seems fine. but as soon as i click the url in vlc,
there occures another error in the terminal:

[0x1012b9088] access_http access error: failed to read answer
[0x1012b9088] access_http access error: failed to read answer
[0x1012b9088] access_mms access error: failed to read answer
main input error: open of `http://211.43.144.189:8900/view.cgi?hid=1&cid=23&nid=900&uno=NUMBER&uip=77.22.208.250&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=NUMBER' failed: (null)

Hoejja - Bisu - Leenock - TLO
Nick.TNA
Profile Joined June 2010
209 Posts
Last Edited: 2010-12-18 06:43:47
December 18 2010 06:43 GMT
#73
How do you run run.sh? it just opens into a text pad..
makoplux
Profile Joined April 2010
88 Posts
December 18 2010 07:11 GMT
#74
On December 18 2010 15:43 Nick.TNA wrote:
How do you run run.sh? it just opens into a text pad..


Same for me... but it opens in Coda. VLC doesn't open or anything.
who is john galt?
benjammin
Profile Blog Joined August 2008
United States2728 Posts
December 18 2010 07:57 GMT
#75
for people who don't know how to run it:

open up terminal, navigate to the folder with the script, then type: ./run.sh

vlc will open, press play, give it a few seconds, boom
wash uffitizi, drive me to firenze
Nick.TNA
Profile Joined June 2010
209 Posts
December 18 2010 08:09 GMT
#76
How do i "navigate to the folder with the script"? As in just open it? I have it open and im typing that and it doesn't do anything, says no such file
benjammin
Profile Blog Joined August 2008
United States2728 Posts
December 18 2010 08:14 GMT
#77
navigate to it in terminal, here's more info if you don't know how: http://macapper.com/2007/03/08/the-terminal-an-introduction/
wash uffitizi, drive me to firenze
Curtismcfly
Profile Joined November 2010
United States215 Posts
December 18 2010 09:50 GMT
#78
Unable to find URLs on the Live streaming page. Is the stream available?
curtis-blevinss-imac:sjp-GOMstreamer-81dc6ff curtismcfly$

this is the message i get when i try to run run.sh thru terminal... I couldn't find a URL in the source code on gomtv's page either...
¯\__(O.o)__/¯ curtis-mcfly.tumblr.com
deconduo
Profile Blog Joined January 2008
Ireland4122 Posts
January 02 2011 11:30 GMT
#79
They've changed the way you do it.

1. Open the source of the page with the Live Stream Buttons
2. Ctrl +F and look for 'var goxUrl'
3. Use SQTest (or HQ if you have a ticket) for playtype
4. Paste the url into your browser, should be something like
http://www.gomtv.net/gox/gox.gom?leagueid=20119&strLevel=SQTest&target=live&mb_no=99999999999999&title=
5.Look at the source of the new page. There will be a huge long link. The important part is between LiveAddr= and ;Format
RaGe
Profile Blog Joined July 2004
Belgium9947 Posts
January 02 2011 15:17 GMT
#80
On December 03 2010 04:18 zhurai wrote:
Show nested quote +
On December 02 2010 21:04 VIB wrote:
It's working great, thanks a lot!
You mean illegal like their GomPlayer? http://www.ffmpeg.org/shame.html


hint: just because it's on ffmpeg's hall of shame doesn't mean that you can pirate their stream and host it elsewhere.

those are two seperate shit.

ffmpeg just wants people that use the open source code to _fully_ follow the GPL, which then again I doubt GOMtv even knows what that's supposed to mean, given where they are from.

Code license violations are fucking totally different from pirating streams.
Stop confusing them.


EDIT:

Show nested quote +
On December 02 2010 22:01 VIB wrote:
I think Mac commands are like unix, right? If so you should just run "./run.sh" and that should work.


Yes, mac's commandline is an old version of bash (borne again shell), which most Unix's (Well *BSD's) and Linux (Arch, Gentoo, Ubuntu, Fedora, ...) use (But they use more recent versions)


if somehow you can't run it (permission denied)

$ chmod +x run.sh
$ ./run.sh

https://roundup.ffmpeg.org/issue112

Looks like they're trying to fix the violation.
Moderatorsometimes I get intimidated by the size of my right testicle
Prev 1 2 3 4 5 6 7 8 Next All
Please log in or register to reply.
Live Events Refresh
Korean StarCraft League
03:00
Week 79
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 293
trigger 20
StarCraft: Brood War
Sea 3943
Barracks 3304
actioN 2587
ggaemo 520
TY 228
Dota 2
NeuroSwarm118
League of Legends
JimRising 697
Counter-Strike
Stewie2K835
Other Games
summit1g4362
singsing1229
C9.Mang0298
ViBE189
Mew2King26
Trikslyr22
Organizations
Other Games
gamesdonequick641
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Sammyuel 45
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Lourlo955
• Jankos518
• Stunt318
• HappyZerGling67
Upcoming Events
CranKy Ducklings
2h 58m
SC Evo League
4h 58m
WardiTV Summer Champion…
5h 58m
Classic vs Percival
Spirit vs NightMare
CSO Cup
8h 58m
[BSL 2025] Weekly
10h 58m
Sparkling Tuna Cup
1d 2h
SC Evo League
1d 4h
Replay Cast
1d 16h
Afreeca Starleague
2 days
Queen vs HyuN
EffOrt vs Calm
Wardi Open
2 days
[ Show More ]
RotterdaM Event
2 days
Replay Cast
2 days
Afreeca Starleague
3 days
Rush vs TBD
Jaedong vs Mong
Afreeca Starleague
4 days
herO vs TBD
Royal vs Barracks
Replay Cast
4 days
The PondCast
5 days
Replay Cast
5 days
LiuLi Cup
6 days
Cosmonarchy
6 days
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
BSL Team Wars
6 days
Team Hawk vs Team Dewalt
BSL Team Wars
6 days
Team Hawk vs Team Bonyth
Liquipedia Results

Completed

Jiahua Invitational
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL Season 18: Qualifier 1
Acropolis #4 - TS1
CSLAN 3
SEL Season 2 Championship
WardiTV Summer 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSL Season 18: Qualifier 2
CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
Maestros of the Game
EC S1
Sisters' Call Cup
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.