Works fine at my office

Forum Index > Tech Support |
goupyl
France5 Posts
Works fine at my office ![]() | ||
VoLTa.
7 Posts
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
United States1243 Posts
| ||
TheGiftedApe
United States1243 Posts
![]() | ||
TheValley
Poland56 Posts
| ||
AcrossFiveJulys
United States3612 Posts
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.+)"" 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'&', '&', regexResult) # Removing amp; regexResult = re.sub(r'"', '', regexResult) # Removing " 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
Denmark76 Posts
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
United States3612 Posts
| ||
derElbe
Germany571 Posts
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. | ||
AcrossFiveJulys
United States3612 Posts
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
Norway86 Posts
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.+)"" 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'&', '&', regexResult) # Removing amp; regexResult = re.sub(r'"', '', regexResult) # Removing " 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
Germany571 Posts
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) | ||
Nick.TNA
209 Posts
| ||
makoplux
88 Posts
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. | ||
benjammin
United States2728 Posts
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 | ||
Nick.TNA
209 Posts
| ||
benjammin
United States2728 Posts
| ||
Curtismcfly
United States215 Posts
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... | ||
deconduo
Ireland4122 Posts
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
Belgium9947 Posts
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. | ||
| ||
![]() StarCraft 2 StarCraft: Brood War Dota 2 League of Legends Counter-Strike Other Games Organizations
StarCraft 2 • Sammyuel StarCraft: Brood War![]() • AfreecaTV YouTube • intothetv ![]() • Kozan • IndyKCrew ![]() • LaughNgamezSOOP • Migwel ![]() • sooper7s League of Legends |
CranKy Ducklings
SC Evo League
WardiTV Summer Champion…
Classic vs Percival
Spirit vs NightMare
CSO Cup
[BSL 2025] Weekly
Sparkling Tuna Cup
SC Evo League
Replay Cast
Afreeca Starleague
Queen vs HyuN
EffOrt vs Calm
Wardi Open
[ Show More ] RotterdaM Event
Replay Cast
Afreeca Starleague
Rush vs TBD
Jaedong vs Mong
Afreeca Starleague
herO vs TBD
Royal vs Barracks
Replay Cast
The PondCast
Replay Cast
LiuLi Cup
Cosmonarchy
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
BSL Team Wars
Team Hawk vs Team Dewalt
BSL Team Wars
Team Hawk vs Team Bonyth
|
|