Yet another Mac/Linux GOMTV solution (Firefox) - Page 5
Forum Index > Tech Support |
Moletrap
United States1297 Posts
| ||
Misanthrope
United States924 Posts
| ||
Epic.MoTH
United States28 Posts
| ||
Chanyman
Australia142 Posts
So first of all get firefox then click this link and install this addon http://www.lrtw.org/~eivind/fakegom/fakegom-0.1.3b.xpi . Once installed go to the addon options and click the 'Show Debug Messages' Option for it. Then go to gomtv.net and click your various stream. Then it should come up with a popup. Click 'Browse' and select VLC.exe. Then Click Ok And Enjoy! | ||
Aim Here
Scotland672 Posts
On February 28 2011 20:11 Sc2NoobCraft wrote: For anyone who needs a quick guide here it is. So first of all get firefox then click this link and install this addon http://www.lrtw.org/~eivind/fakegom/fakegom-0.1.3b.xpi . Once installed go to the addon options and click the 'Show Debug Messages' Option for it. Then go to gomtv.net and click your various stream. Then it should come up with a popup. Click 'Browse' and select VLC.exe. Then Click Ok And Enjoy! You shouldn't need the 'Show Debug Messages' option with 0.1.3b. if you do, let me know. | ||
dashrendar
United States20 Posts
I'm in the latest firefox and latest xpi. thanks | ||
Aim Here
Scotland672 Posts
On March 07 2011 19:15 dashrendar wrote: For some reason I can't even click the SQ link. It's as if it's an image without a link location. When I hover over SQ LIVE it shows "javascript:live.play('SQTest');" and clicking on it doesn't do anything. I'm in the latest firefox and latest xpi. thanks I'm at work at the moment, so I might not be able to solve it today, unfortunately. Can you go to the 'Tools/Addons' section of firefox, check the 'Show Debug Messages' box for fakegom, then navigate to the stream page, go to 'Tools/Error Messages', clear the messages, click the link, and PM me what messages show up there, please? Also, what's your operating system, and what version of firefox. 'Latest firefox' is ambiguous. Do you mean the latest firefox release or the latest beta firefox? | ||
Colourz
England27 Posts
'Your input can't be opened VLC is unable to open the MRL 'http://38.108.112.118:8902/view.cgi?hid=1&cid=20806&nid=902&uno=11692600&uip=90.208.39.51&title=&key=6d10eeb41828d63539515312c204f8c6'. Check the log for details.' regardless of what which stream I click on. Is this something I can fix? | ||
machete
Germany23 Posts
| ||
Colourz
England27 Posts
| ||
Aim Here
Scotland672 Posts
| ||
machete
Germany23 Posts
I will reverse engineer the User-Agent from gom player tomorrow. Fortunately vlc provides a custom useragent with ( --http-user-agent ). As soon as gom is live again I will provide some more information edit:// http://www.teamliquid.net/forum/viewmessage.php?topic_id=197195 use vlc with: --http-user-agent KPeerClient | ||
Gulzt
Netherlands275 Posts
I refer to this one: http://www.teamliquid.net/forum/viewmessage.php?topic_id=179197 | ||
| ||
Chanyman
Australia142 Posts
I have succeeded in getting it to work. Instead of directly clicking open with VLC or your player you click open with firefox. It should then open up a download link where you click save link. Then go to your download location, it should have a view.cgi file and a view.cgi.part. Open view.cgi.part with vlc/your player and your golden. | ||
Aim Here
Scotland672 Posts
On March 21 2011 18:25 Sc2NoobCraft wrote: While we wait for Aimhere to update it here's a quick fix for now: I have succeeded in getting it to work. Instead of directly clicking open with VLC or your player you click open with firefox. It should then open up a download link where you click save link. Then go to your download location, it should have a view.cgi file and a view.cgi.part. Open view.cgi.part with vlc/your player and your golden. The trouble with fixing this is that the problem is outwith the scope of my plugin, since it's a problem between GOM and vlc, and not something a firefox plugin can easily fix. If you want to automate the process you describe above and make my plugin work similar to how it worked before, you could make a small shellscript program to download and play the stream using a similar method to what you suggest. I've put a sample one below. I nicked the command lines here from gomstreamer (thanks, gomstreamer guy!). If you're on a mac, commenting out the 'wget' line and uncommenting the 'curl' line with '#' might work, but I've not tested it, since I don't have a mac to test it with. Put this somewhere where you can find it (I call it ~/bin/gomplay), chmod it so that it's executable ('chmod ugo+x gomplay'), and then point my plugin at this, instead of vlc. This should work for the free stream, I don't know about the paid-for stream (I've stopped buying season tickets now, since I'm not going to pay to be discriminated against). + Show Spoiler +
| ||
Askr
Germany139 Posts
Windows 64, firefox 3.6, VLC 1.1.somewhat
EDIT: DON'T, i repeat, DON'T forget to change the useragent afterwards, some website (facebook for example) will redirect you based on your useragent and you might see some funny sites and not the ones you are used to | ||
Chanyman
Australia142 Posts
You dont really need to use the user agent, as I said before, just run the FakeGom but instead of clicking on your player just click open with firefox then save the view.cgi and it should start downloading. Note that the download wont stop because its streaming. After that just run your player and open up view.cgi.part, make sure that you dont close your browser as this will stop the download. | ||
Chanyman
Australia142 Posts
You do the same thing with fakegom, but instead of downloading the file, you get the url. Then use terminal and if you have wget then here is the command. wget -O "your file name here" -K kPeerClient "fake gom url here" and then open the file with vlc. if you dont have wget on a mac you can use macport to install wget. | ||
linuxfan
Denmark55 Posts
http://www.teamliquid.net/forum/viewmessage.php?topic_id=154485 Thanks to this user: On May 09 2011 17:04 JWill wrote: Sorry about the bump, but if anyone's still having problems watching GSL in linux, I found this script works perfectly (uses vlc, handles all the mucky config). Oh, if you have a problem launching it you may have to change the path in the play.sh script to an absolute rather than relative one. Other than that it worked out of the box. | ||
| ||