Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USToday i had a closer look at my data transfers. Here a (shockwave format) movie
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!! Clearly, a thing such as a "5GB transfer limit" doesnt exist anymore!, but sometimes you do get disconnected. |
|
#12
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USi think its easier to use proxy sites
|
|
#13
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the US |
|
#14
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USSimply use a proxy server to access the site, but be careful with the Russian sites.
|
|
#15
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USYou 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. |
|
#16
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USI 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 ![]() |
|
#17
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USQuote:
Thanks for the tips. I will give UnoTelly.com a try and let you know if it works. |
|
#18
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the USI just had mine test and it works great! How is it for you?
|
|
#19
|
|||
|
|||
Re: How to watch/record videos on Hulu from outside the UShttps://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';
}
}
![]() ^- you can just enter C:\whatever\PAC_script.js (Tested with win7) but File://C:/whatever/PAC_script.js might work as well. |
|
#20
|
|||
|
|||
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:
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';
}
}
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:
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 Last edited by cw2k : 12-23-2015 at 09:10 PM. |
|
| Tags: geographical, hulu, hulu outside us, overcome, regional, restricted, restriction, restrictions |
| Thread Tools | |
| Display Modes | |
|
|