[req]Tricking hulu?
|
Jan. 09, 2009, 08:00 AM
Post: #1
|
|||
|
|||
[req]Tricking hulu?
I know Jakx scrips makes computer think we are just routers. Can it be used to fool hulu that one is from the US, so I can watch the video?
|
|||
Jan. 09, 2009, 09:42 AM
Post: #2
|
|||
|
|||
RE: [req]Tricking hulu?
bugger;
Possibly. The picture gets complicated, though. If HULU is using some form of IP screening, then the JakXPak filter stands a chance of getting you inside the theater. However, you have to know what address ranges they're screening for. Once you have that info, then you should be able to plug the numbers into the JakXPak, and kick back with a big bowl of popcorn. Just be aware that many content providers who restrict access by geographical area are cognizant of this ability (whether provided by Proxo or some other spoofing method) - you may need to find an alternative method of crashing the party. But try this first, I think it has a good chance of working. HTH Oddysey I'm no longer in the rat race - the rats won't have me! |
|||
Jan. 09, 2009, 10:14 AM
Post: #3
|
|||
|
|||
RE: [req]Tricking hulu?
They screen for US base IP address and I live australia.
Jakxpak choose a random IP from sites i visited. Any method to do something like Code: if(hulu.com) |
|||
Jan. 09, 2009, 01:26 PM
(This post was last modified: Jan. 09, 2009 02:11 PM by lnminente.)
Post: #4
|
|||
|
|||
RE: [req]Tricking hulu?
i worked on that the other day, but i needed to use an proxy from US
This filter helped at the beginning, but not with the ip... Code: [Patterns] BTW, the link..... http://www.hulu.com/ Could someone from US post here the source code of this page to see the differences? |
|||
Jan. 09, 2009, 05:45 PM
Post: #5
|
|||
|
|||
RE: [req]Tricking hulu?
(Jan. 09, 2009 01:26 PM)lnminente Wrote: Could someone from US post here the source code of this page to see the differences? You should be able to get the source by pasting your url at http://www.wannabrowser.com/ Its origin IP for the query is 64.111.122.20 (determined by having it get whatismyip.com). |
|||
Jan. 09, 2009, 08:03 PM
Post: #6
|
|||
|
|||
RE: [req]Tricking hulu?
When I load a video, I see:
Code: +++GET 263+++ cb = current epoch time (I think) I'm thinking sec.swf detects the IP address; I tried killing the connection with a header filter, but I still get "Sorry, this video is currently unavailable. We apologize for any inconvenience." Maybe what we can do is get a hold of a US proxy, and compare/contrast the headers, one with our non-US IP address, and one behind the US proxy. It'd be nice if we wouldn't have to use a proxy at all (e.g. change a few values here and there), but I have a feeling that somewhere, we'd need to use a proxy. |
|||
Jan. 10, 2009, 12:51 AM
Post: #7
|
|||
|
|||
RE: [req]Tricking hulu?
Graycode, clever tip to know the IP from wannabrowser, thanks!
Kye, my HTTP header is very similar, maybe it's a cookie thing. Thanks! By now, i think the problem comes after http://cp39465.edgefcs.net/fcs/ident |
|||
Jan. 10, 2009, 03:08 AM
Post: #8
|
|||
|
|||
RE: [req]Tricking hulu?
(Jan. 10, 2009 12:51 AM)lnminente Wrote: By now, i think the problem comes after http://cp39465.edgefcs.net/fcs/ident For me that link yields this: Code: cp39465.edgefcs.net/fcs/ident Note that IP address. When trying to view a show, two nasty things happened. 1. Their Flash tried to bypass the browser's proxy settings. My firewall altered me several times that Firefox was trying to access 64.208.21.70, ports 1935 and 80. I don't let any browsing activity touch the internet except through my proxy. So be warned that you may need a firewall to stop them bypassing your Proxo, else your filters may be circumvented. 2. On several occassions my proxy flared up with a rarely seen error about invalid garbage being given for HTTP headers. Each time the garbage values were different, and only on POST to 64.208.21.70. My proxy verifies header integrity as self-defense, and I have very little tollerance for something that spews unpredictable crap for headers. Hopefully Proxo has some similar defenses or else Hulu may cause unpredictable abort. I think I'm done with Hulu, maybe forever. Good luck with it. |
|||
Jan. 10, 2009, 03:44 PM
Post: #9
|
|||
|
|||
RE: [req]Tricking hulu?
Graycode, very helpfull post again, i didn't realized the browser make connections bypassing the proxy settings to the ip indicated in http://cp39465.edgefcs.net/fcs/ident
This link also could be important http://t.hulu.com/config/v2/config?distro=Hulu Code: HTTP/1.1 200 OK |
|||
Feb. 02, 2009, 09:19 PM
Post: #10
|
|||
|
|||
RE: [req]Tricking hulu?
any progress so far?
|
|||
Feb. 02, 2009, 10:08 PM
Post: #11
|
|||
|
|||
RE: [req]Tricking hulu?
I doubt that you can "trick" Hulu, because the actual Flash content is streamed via RTMP (vs. HTTP), to the address that you've provided via HTTP:
Code: <video src="rtmp://cp47346.edgefcs.net/ondemand/mp4:hulufms3..."/> So you'd need a remote US proxy, probably Socks, because HTTP proxies speak, well, HTTP. Then you'd need to convince your Flash plugin/AX-control to actually use that proxy. It's a pitty because other major sites are using Hulu's services now as well. |
|||
Feb. 03, 2009, 01:57 AM
Post: #12
|
|||
|
|||
RE: [req]Tricking hulu?
@bugger, I did some more investigations but got nothing, i wasn't able to redirect the flash connections across proxomitron
@sidki3k3, Many thanks Sidki, but i recognize this is really confusing for me. For me would be sufficient by now only knowing how to set a US proxy. I looked for proxies from US and tried them in proxomitron but i couldn't got them working... |
|||
Feb. 03, 2009, 03:57 PM
Post: #13
|
|||
|
|||
RE: [req]Tricking hulu?
http://kb.adobe.com/selfservice/viewCont...d=tn_16466 :
Quote:You are using a proxy server to connect to the Internet. Most proxy servers only negotiate HTTP traffic. For this reason, attempts to connect to the Macromedia Flash Communication Server using RTMP through a proxy server fail. IOW, you might need a Socks proxy. However: http://kb.adobe.com/selfservice/viewCont...&sliceId=1 : Quote:Alternatively, a port number can be omitted from the URI: Blocking the first port of choice worked for me earlier, to force RealPlayer streams through Proxomitron. |
|||
« Next Oldest | Next Newest »
|