Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Overcoming geograhical restrictions (http://stream-recorder.com/forum/forumdisplay.php?f=76)
-   -  

How to watch/record videos on Hulu from outside the US

(http://stream-recorder.com/forum/showthread.php?t=3064)

placebo 04-13-2011 07:03 AM

Re: How to watch/record videos on Hulu from outside the US


 
Today i had a closer look at my data transfers. Here a (shockwave format) movie :D how i pass the 5.00GB's without any problems. unzip the movie and doubleclick on the enclosed *.html-file. the movie will play in your browser.
download movie (Megaupload, Rapidshare, Badongo, etc.)

or here some screenshot:



Repeating myself: if you get disconnected at some point (and we never know why this happens), do a reboot of your machine and reconnect... = Hotspot Shield forever!! :D

Clearly, a thing such as a "5GB transfer limit" doesnt exist anymore!, but sometimes you do get disconnected.

dilip 04-18-2011 02:03 AM

Re: How to watch/record videos on Hulu from outside the US


 
i think its easier to use proxy sites

placebo 04-18-2011 07:38 AM

Re: How to watch/record videos on Hulu from outside the US


 
Quote:

Originally Posted by dilip (Post 27628)
i think its easier to use proxy sites

you got any preferred ones? :)

samchn07 11-12-2011 10:30 PM

Re: How to watch/record videos on Hulu from outside the US


 
Simply use a proxy server to access the site, but be careful with the Russian sites.

johnkim1989 02-05-2012 05:52 AM

Re: How to watch/record videos on Hulu from outside the US


 
You guys can also try unotelly. It is a DNS based redirection service which offers many channels for free. For others you have to pay a monthly fee of $4.95.

I don't know about hotspot, but this thing definitely works.

johnkim1989 05-26-2012 08:09 PM

Re: How to watch/record videos on Hulu from outside the US


 
I have a happy news for each of us. Got a backdoor access to a famous 3rd party vpn provider ( unotelly/unodns ) , just change your dns settings with the below mentioned and have unlimited free access to all US popular entertainment channels like hulu, netflix , spoify etc. etc.

Primary DNS to 23.21.182.24
Secondry DNS to 184.169.139.227

Enjoy :)

Pollyana 06-11-2012 09:13 AM

Re: How to watch/record videos on Hulu from outside the US


 
Quote:

Originally Posted by johnkim1989 (Post 46703)
I have a happy news for each of us. Got a backdoor access to a famous 3rd party vpn provider ( unotelly/unodns ) , just change your dns settings with the below mentioned and have unlimited free access to all US popular entertainment channels like hulu, netflix , spoify etc. etc.

Primary DNS to 23.21.182.24
Secondry DNS to 184.169.139.227

Enjoy :)



Thanks for the tips. I will give UnoTelly.com a try and let you know if it works.

itziar 06-14-2012 11:32 PM

Re: How to watch/record videos on Hulu from outside the US


 
Quote:

Originally Posted by Pollyana (Post 47423)
Thanks for the tips. I will give UnoTelly.com a try and let you know if it works.

I just had mine test and it works great! How is it for you?

cw2k 12-22-2015 12:49 PM

Re: How to watch/record videos on Hulu from outside the US


 
https://proxmate.me will help with that!

However you may reduce proxmate to just a single PAC-File (=Proxy Auto-Configuration)
Please see that for post for the full PAC-File and how to use it in windows. (sorry due to the 10 000 chars per post in here, I can't paste it here.)

Okay that's a small version with the mainfocus on hulu.com and some others around:

Code:

function FindProxyForURL(url, host) {
       
        if (        (url.indexOf('urlcheck.hulu.com') != -1) || 
                                (host == 's.hulu.com') || 
                               
                                (host == 'www.funimation.com') || 
                                (host == 'wpc.8c48.edgecastcdn.net') || 
                                (host == 'southpark.cc.com') || 
                                (host == 'api.utils.watchabc.go.com') || 
                                (host == 'www.dramafever.com') || 
                                (host == 'www.logotv.com') || 
                                (host == 'media.mtvnservices.com') || 
                                (host == 'api.watchabc.go.com')) {
                                       
                return 'PROXY ush-node.proxmate.me:8008'

        } else if (        (host == 'counter.yadro.ru') || 
                                (host == 'turbik.tv')) {
                return 'PROXY ru-node.proxmate.me:8008'
        } else {
                return 'DIRECT';
        }
}

Save it to C:\whatever\PAC_script.js and set that here:

^- you can just enter
C:\whatever\PAC_script.js (Tested with win7)
but File://C:/whatever/PAC_script.js might work as well.

cw2k 12-23-2015 08:24 PM

Re: How to watch/record videos on Hulu from outside the US


 
> Selected Proxying <


Well testing the PAC-Script with Internet Explorer 11 (before I was using chrome) in noticed that there some more little details to get it working:
  1. Add this the Registry:
    Code:

    Key:  HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\
    Value: EnableLegacyAutoProxyFeatures
    Type:  REG_DWORD
    Data:  1

    or upload the script on some http server (if the protocol will not be file:// and so this regpatch is not needed)

    Here is RegistryWorkshop 4.6 (32/64-bit *Regged*) so with that the registry is gonna be more fun.
  2. file://C:\whatever\PAC_script.js
    just C:\whatever\PAC_script.js does just work for chrome but not for IE.

And this a cleaner version for the PAC-Skript:

Code:

function FindProxyForURL(url, host) {

        //alert("1_Debug: " + url);
       
        // Block Ads sample
        if (
                        dnsDomainIs( host, '.huluad.com') ||
                        dnsDomainIs( host, 't2.hulu.com') ||
                        dnsDomainIs( host, 't2.hulim.com') ||
                        dnsDomainIs( host, 'ads-v-darwin.hulu.com') ||
                        dnsDomainIs( host, '.googleadservices.com') ||
                        dnsDomainIs( host, '.doubleclick.net')
                ) {

                return 'PROXY 127.0.0.2:65535'
        }

        // Sneak around Geo-ip blocker via Proxy
        if (
                        dnsDomainIs( host, 's.hulu.com'                                ) ||
                        dnsDomainIs( host, 'www.funimation.com'                ) ||
                        dnsDomainIs( host, 'wpc.8c48.edgecastcdn.net') ||
                        dnsDomainIs( host, 'southpark.cc.com'                ) ||
                        dnsDomainIs( host, 'api.utils.watchabc.go.com') ||
                        dnsDomainIs( host, 'www.dramafever.com'                ) ||
                        dnsDomainIs( host, 'www.logotv.com'                        ) ||
                        dnsDomainIs( host, 'media.mtvnservices.com'        ) ||
                        dnsDomainIs( host, 'api.watchabc.go.com'        )
                ) {

                return 'PROXY ush-node.proxmate.me:8008'

        } else if (
                        dnsDomainIs( host, 'counter.yadro.ru') ||
                        dnsDomainIs( host, 'turbik.tv')
                        ) {
                               
                return 'PROXY ru-node.proxmate.me:8008'

        } else {
                return 'DIRECT';
        }
}

For debugging Uncomment that alert( can be useful.
Note the alertboxes only work on IE.
... and for digging deeper Process Monitor with filter:
Include Process=="iexplore.exe", Include Path constains ".pac"
so you can watch if IE has loaded/reloaded the script.


________________________________________________
And beside proxying sometimes also consider to give XFF a try. Well doesn't work on yt and hulu.com but it's so simple and fast that it's really worth s try:
  1. Get Modify Headers for Chrome
  2. X-Forwarded-For: 213.96.118.62
and that's it. It'll add to all HTTP GET request 'X-Forwarded-For' and the server that block you now might think well that british-ip is just a proxy forwarding traffic for a user with the ip 213.96....
So here I tooked an IP from a spanish proxy.

But you can use any other IP - no data is transmitted to it. Just choose one that'll satisfy Server-GeoIP constains.
You can test the settings here:
https://wtfismyip.com


All times are GMT -6. The time now is 06:22 PM.