corporate-gadfly / Tunlr-Clone

302 stars 57 forks source link

Hulu Plus not working #48

Open evrynet1 opened 10 years ago

evrynet1 commented 10 years ago

Hey,

I can't get hulu plus working on my device. I forward traffic basically everything now but no luck. I can login to hulu plus however when I try to watch any video I get:

We are sorry but there was an issue while playing this video.

sniproxy.conf:

..akamai.net * ..akamaiedge.net ._.insightexpressai.com a907.g.akamai.net play.hulu.com t2.hulu.com ib.huluim.com assets.huluim.com secure.hulu.com s.hulu.com m.hulu.com www.hulu.com * track.hulu.com play.hulu.com.akadns.net akadns.net ._.hulu.com ..huluim.com * ..a248.e.akamai.net ..a1017.b.akamai.net (hulu|huluim).com

dnsmasq:

address=/akamai.net/23.252.105.115 address=/akamaiedge.net/23.252.105.115 address=/insightexpressai.com/23.252.105.115 address=/a907.g.akamai.net/23.252.105.115 address=/t2.hulu.com/23.252.105.115 address=/ib.huluim.com/23.252.105.115 address=/play.hulu.com/23.252.105.115 address=/assets.huluim.com/23.252.105.115 address=/s.hulu.com/23.252.105.115 address=/www.hulu.com/23.252.105.115 address=/secure.hulu.com/23.252.105.115 address=/m.hulu.com/23.252.105.115 address=/akadns.net/23.252.105.115 address=/track.hulu.com/23.252.105.115 address=/edgesuite.net/23.252.105.115 address=/hulu.com/23.252.105.115 address=/huluim.com/23.252.105.115 address=/a1017.b.akamai.net/23.252.105.115 address=/a248.e.akamai.net/23.252.105.115

Any advise here? I'm struggling for like a week now:(

Thanks

corporate-gadfly commented 10 years ago

Sorry, I don't have a hulu plus subscription. There other issues related to hulu (open and closed)

evrynet1 commented 10 years ago

then a question regarding sniproxy.

If I add a domain like that:

akadns.net *

Does that mean that all subdomains will also be forwarded by sniproxy? like a.akadns.net or tester whatever.akadns.net?

corporate-gadfly commented 10 years ago

Pretty sure you need (so that you match the entire domain):

.*\.akadns\.net *
evrynet1 commented 10 years ago

and why do I need akadns.net? so \ at the back?

corporate-gadfly commented 10 years ago

Sorry, I updated my previous post. Too many backslashes.

evrynet1 commented 10 years ago

Ok. I'm getting somewhere. I enabled logging of sniproxy and I see:

2014-07-14 10:19:03 [::ffff:78.139.26.XXX]:38898 -> [::]:443 -> NONE [] 7/7 bytes tx 0/58 bytes rx 0.000 seconds 2014-07-14 10:19:03 [::ffff:78.139.26.XXX]:38899 -> [::]:443 -> NONE [] 7/7 bytes tx 0/58 bytes rx 0.002 seconds

How do I see where it redirects or what fails to redirect?

I know its not sniproxy forum but I would appreciate if you have any idea….

corporate-gadfly commented 10 years ago

You could try running everything through Fiddler 2 (if you're on windows) or something like Burp proxy if your are on OSX or Linux.

Lamphad commented 10 years ago

Hey everynet1, I am also facing the same issue. Did you manage to get it solved eventually?

andrewsumosized commented 10 years ago

@Lamphad it doesn't work with SNIProxy. I could get it working with Haproxy. (I'm evrynet1)

alkalinelito commented 10 years ago

@andrewsumosized hi, can you share how to do it with haproxy ? Thanks