Hi guys!
First off, great ressource this forum is!
So I managed to get Firefox to show me Hulu.com videos even if I'm out of the US, but then
Replay Media Catcher 4 does not capture RTMPE streams even with the latest
rtmpdump plugin
I heard
GetFLV still does the job, but the problem is that I can't get Hulu to think I'm from the US due to it's relatively non customizable options of it's browser.
AFAIK, GetFLV gets its proxy/connection settings from IE's.
I was not able to view Hulu videos with IE until I installed and enabled Fiddler2 and added:
Code:
oSession.oResponse.headers.Add("X-Forwarded-For", "<random US based IP");
in the OnBeforeRequest function of Fiddler2's CustomRules (Ctrl-R)
Apparently, GetFLV does not used the "fiddled" settings so there is no way for GetFLV to spoof me
Any ideas ?
Thanks.