• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:58
CEST 15:58
KST 22:58
  • 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] Ro4 Preview: Descent0Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5TL.net Map Contest #21 - Finalists5
Community News
5.0.15 Patch Balance Hotfix (2025-10-8)60Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition285.0.15 Balance Patch Notes (Live version)119$2,500 WardiTV TL Map Contest Tournament 154
StarCraft 2
General
TL.net Map Contest #21 - Finalists PartinG joins SteamerZone, returns to SC2 competition 5.0.15 Patch Balance Hotfix (2025-10-8) Geoff 'iNcontroL' Robinson has passed away Classic Games #3: Rogue vs Serral at BlizzCon
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament SC2's Safe House 2 - October 18 & 19 RSL Offline Finals Dates + Ticket Sales! SC4ALL $6,000 Open LAN in Philadelphia $2,500 WardiTV TL Map Contest Tournament 15
Strategy
Custom Maps
External Content
Mutation # 494 Unstable Environment Mutation # 493 Quick Killers Mutation # 492 Get Out More Mutation # 491 Night Drive
Brood War
General
[ASL20] Ro4 Preview: Descent Whose hotkey signature is this? Any rep analyzer that shows resources situation? BW General Discussion BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Semifinal A [Megathread] Daily Proleagues [ASL20] Ro8 Day 4 Small VOD Thread 2.0
Strategy
BW - ajfirecracker Strategy & Training Siegecraft - a new perspective TvZ Theorycraft - Improving on State of the Art Current Meta
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread ZeroSpace Megathread Dawn of War IV Path of Exile
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
SPIRED by.ASL Mafia {211640} TL Mafia Community Thread
Community
General
US Politics Mega-thread The Games Industry And ATVI Stop the Construction YouTube Thread Things Aren’t Peaceful in Palestine
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Inbreeding: Why Do We Do It…
Peanutsc
From Tilt to Ragequit:The Ps…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1709 users

How to get live GomTV Streams [Guide]

Forum Index > Brood War Tournaments
Post a Reply
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 11:53 GMT
#1
I haven't seen this posted anywhere here and, while most people have access to a Windows computer and the GOM player, for the few of us who are Mac and Linux users it's nice to have an alternative. The live streams are all viewable in VLC and all one needs to do is to get the URL - here's how.

1) Find the live game - the low quality and high quality stream links are shown here :


[image loading]


2) The links send a list of parameters to a javascript that builds the URL to a page which will launch the stream in the GOM player. For the high quality stream, for example, the command is this (mouseover the link to get it):

javascript:showMovie('live',1,'10077','1','','','http://explive.gomtv.com/view.gom?liveid=10077')

The link calls the javascript function showMovie, which is found in the js file here :

http://img.gomtv.com/js/play.js

and looks like this :

var baseUrl = "http://tv.gomtv.com/cgi-bin/launcher/";

function showMovie(type, param1, param2, param3, param4, param5, param6)
{
var launcher = baseUrl + "launcher_"+type+".cgi";
var param = "";
param += playParam[type][0] + "=" + param1 + "&";
param += playParam[type][1] + "=" + param2 + "&";
param += playParam[type][2] + "=" + param3 + "&";
param += playParam[type][3] + "=" + param4 + "&";
param += playParam[type][4] + "=" + param5 + "&";
param += playParam[type][5] + "=" + escape(param6);
launcher += "?" + param;
playing(launcher);
}


So, to get the live page, we simply take the base URL

http://tv.gomtv.com/cgi-bin/launcher/

and start adding the parameters :
showMovie('live',1,'10077','1','','','http://explive.gomtv.com/view.gom?liveid=10077')

The first parameter is "live", and from the play.js the format is given as :

playParam['live'] = new Array("isweb", "liveid", "chnum", "", "", "navurl", "isnav");

so we start adding the next parameters from this list like this :

http://tv.gomtv.com/cgi-bin/launcher/launcher_live.cgi?

http://tv.gomtv.com/cgi-bin/launcher/launcher_live.cgi?isweb=1

... etc


http://tv.gomtv.com/cgi-bin/launcher/launcher_live.cgi?isweb=1&liveid=10077&chnum=1&navurl=http://explive.gomtv.com/view.gom?liveid=10077

^ and that's it. Load this url now and you get a blank page. Do a view source on this page and search for an http:// link that starts like this :

http://218.232.76.233:8159/view.cgi?systype=500&subtype=30&hid=50&cid=10077&nid=59&ptic=8bac..... etc

and copy it into VLC - PRESTO! Live MSL in VLC
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
Last Edited: 2008-05-03 12:57:50
May 03 2008 12:19 GMT
#2
I'm getting:


http://121.125.69.106:8159/view.cgi?systype=500&subtype=30&h ... etc

Super super long with even Korean in the url.

Then when I load it I get a very brief commercial followed by these errors:

Unable to open 'MSL'
Unable to open '32강'
Unable to open 'E조]'
Unable to open '이윤열,이영호P,이병민,서경종'
Unable to open '5/3(토)'
Unable to open '19:30&impurl=http://ana.gomtv.com/cgi-bin/launch_play.cgi?param= etc

[edit]
Ok, now I see the url with the same ip number as you had and when I tried to load same problem. Except this time I did see MSL intro. So it does have the correct url.
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 12:25 GMT
#3
Maybe try it with the trailing \ in the URL removed? I think it should finish with "...196.241"
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
Last Edited: 2008-05-03 12:43:08
May 03 2008 12:35 GMT
#4
Makes no difference for me. The first time I try it shows very short, then error. The second time it no longer works. Then I refresh and get a new url. I assume it's a slightly different ones. There are several different IPs as well.
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 12:41 GMT
#5
So did you get it working then? Could also be router settings - you may have to make sure that port 8159 is open on your router, I think.
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
Last Edited: 2008-05-03 12:47:10
May 03 2008 12:44 GMT
#6
Only for half a second. Then that URL no longer works and I have to get a new one.

I could forward the port but it seems to me that can't be it.
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
May 03 2008 12:53 GMT
#7
The only other live thing I found on the live page is this:

http://tv.gomtv.com/cgi-bin/launcher/launcher_live.cgi?isweb=1&liveid=1738&chnum=0&navurl=http://explive.gomtv.com/view.gom?liveid=1738


Same thing. Shows for half a second. It seems like it's a webcam showing a highway or something.
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 12:53 GMT
#8
Hrm, I dunno, then. I'm using the newest VLC (0.8.6e) on OS X 10.4.11 and am copying URLs from Firefox - maybe it's something like a difference between versions or platforms on how VLC interprets something? Seems strange that the stream will start for a bit and then cut out, mind you. It seems like you are at least connecting to the live stream. Maybe try the low quality version? All you have to change is make chnum=0 instead of chnum=1 in the first URL - it could just be that you can't buffer fast enough and the stream is just cutting out. I often have to watch in low quality or I get nothing.
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
Last Edited: 2008-05-03 12:56:43
May 03 2008 12:56 GMT
#9
Let's see how many people can get that highway webcam working then since MSL is over. It's low quality only, so that's not it.
zatic
Profile Blog Joined September 2007
Zurich15352 Posts
May 03 2008 13:46 GMT
#10
Hmm, I tried the MSL Stream in VLC, doesn't work for me. The TG Classic stream does however. But if it really works I'll hack up a script that let's you start the MSL Stream in VLC too.

What is the URL to that page you made the screenshot from?
ModeratorI know Teamliquid is known as a massive building
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 14:17 GMT
#11
I lost the URL to the page where I took the screenshot, but it doesn't seem to be around anymore - they only go up when live streams come on and the URL is different each time. I just go to www.gomtv.com/game and usually anything live is featured on the front page.

At any rate, BlackStar, mate, I have no idea why things aren't working for you. All I can say is that it's the procedure I use and it has always worked for me. Maybe someone even geekier than I has some ideas?
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
May 03 2008 15:15 GMT
#12
MSL is over.

Not live stuff uses different variables/functions/whatever. I don't know javascript.

Try with the highway webcam I posted.
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 03 2008 15:19 GMT
#13
The highway cam plays fine for me, no problems.
콩까지마
BlackStar
Profile Blog Joined July 2007
Netherlands3029 Posts
May 08 2008 09:37 GMT
#14
I tried it again with with an updated VCL player. It works now.

Thanks.
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 08 2008 09:43 GMT
#15
Huzzah! Good to hear it ^^
콩까지마
zatic
Profile Blog Joined September 2007
Zurich15352 Posts
May 08 2008 11:10 GMT
#16
Thanks a lot jgad!

I included this into my TL.net stream sidebar:
http://teamliquid.net/forum/viewmessage.php?currentpage=1&topic_id=67190
ModeratorI know Teamliquid is known as a massive building
jgad
Profile Blog Joined March 2008
Canada899 Posts
May 08 2008 17:08 GMT
#17
^ Brilliant stuff! I didn't even know about your sidebar so that's doubleplus good. I considered doing something with greasemonkey for this but honestly couldn't be bothered - here's to the great collaborative strength of the internet. Nice work, man.
콩까지마
Please log in or register to reply.
Live Events Refresh
OSC
12:00
Masters Cup #150 Qualifier
Liquipedia
Map Test Tournament
11:00
TLMC #15: Playoffs
Reynor vs herOLIVE!
Zoun vs TBD
Clem vs MaxPax
WardiTV1585
ComeBackTV 1177
IndyStarCraft 284
Rex141
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Serral 424
IndyStarCraft 284
Rex 141
ProTech82
MindelVK 36
Codebar 24
Railgan 12
LamboSC2 6
StarCraft: Brood War
Britney 62991
Rain 5338
Hyuk 2034
Horang2 1915
firebathero 1589
Flash 1581
EffOrt 1095
BeSt 834
Mini 650
Shuttle 633
[ Show more ]
Light 494
Stork 431
hero 199
Hyun 189
Last 147
JYJ120
Sharp 111
PianO 103
Pusan 87
Backho 68
soO 68
Sea.KH 60
Mong 55
Sacsri 45
Killer 42
sas.Sziky 38
ivOry 34
Movie 33
ToSsGirL 28
Nal_rA 26
Noble 25
scan(afreeca) 23
Free 23
yabsab 23
Shine 16
Terrorterran 9
Dota 2
Gorgc7000
qojqva2875
XcaliburYe516
Counter-Strike
fl0m1538
Heroes of the Storm
Khaldor312
Liquid`Hasu8
Other Games
singsing2708
B2W.Neo1175
DeMusliM506
Hui .162
KnowMe109
syndereN91
Mew2King48
ArmadaUGS41
Organizations
StarCraft 2
IntoTheiNu 11
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• 3DClanTV 75
• poizon28 3
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 3873
• WagamamaTV785
League of Legends
• Jankos2834
• Nemesis2645
Upcoming Events
IPSL
5h 2m
Bonyth vs Art_Of_Turtle
Razz vs rasowy
Afreeca Starleague
20h 2m
Barracks vs Snow
Wardi Open
21h 2m
Replay Cast
1d 10h
Afreeca Starleague
1d 20h
Soma vs Bisu
OSC
2 days
OSC
2 days
PiGosaur Monday
2 days
The PondCast
3 days
OSC
3 days
[ Show More ]
Wardi Open
4 days
CranKy Ducklings
5 days
Safe House 2
6 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
Maestros of the Game
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
WardiTV TLMC #15
EC S1
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
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.