Open axlemilio opened 10 years ago
atv-ext.amazon.com and atv-ps.amazon.com should do it
thanks albi90!
would you know the domain used for HULU+? to add to the "master"
You also need fals.atv-ps.amazon.com to point to atv-ps.amazon.com
For Hulu+ i have been able t get it running on my Fire Tv to work using the following URLs, most of them are to akamai cnames so you can just use one ipaddress to override.
play.hulu.com -> play.hulu.com firehose.hulu.com -> a1017.b.akamai.net s.hulu.com -> a1017.b.akamai.net pt.hulu.com -> a1017.b.akamai.net tempo.hulu.com -> a1017.b.akamai.net mozart.hulu.com -> a1017.b.akamai.net p.hulu.com -> a1017.b.akamai.net
this is great! Thanks Man!!!!!
no problem enjoy :)
oh missed t.hulu.com -> a1017.b.akamai.net
thanks! i owe you a drink!
its working on my PC but doesnt work on my ios devices, any idea?
Hulu+? There might be a different url that the ios app uses I need to check ios as part of a service I'm building once I track the urls for ios ill let you know
hulu+ works on my ipad using these urls
Do you know the amazon prime servers for roku? I can get it to work on my pc but the roku keeps on failing and going to next show.
These should work www.amazon.com atv-ps.amazon.com fals.atv-ps.amazon.com atv-ext.amazon.com
Thanks a different error but still getting trouble streaming. I think the roku is missing sni for streaming since my logs say request from does not contain host name.
Hi, i try this with Amazon, but it doesnt work. Could someone help ? I want to use Amazon Instant Video in German. Or how can i find out, witch Server i should enter there ?
samuel4711, try this:
sniproxy.conf
atv-ext\.amazon\.com *
atv-ps\.amazon\.com *
bind zones.override
zone "atv-ext.amazon.com." {
type master;
file "/etc/bind/db.override";
};
zone "atv-ps.amazon.com." {
type master;
file "/etc/bind/db.override";
};
I use this settings at http://portaller.com, so you can check it out.
thanks. i have just one Problem, if i use sniproxy, i can't use the vServer as a "normal" Webserver. So at this point i prefer haproxy. So i can use the normal Port for Apache. But i don't know how i have to Change the Settings for harpy and Amazon :-(
Figured it out for Roku for some reason it does sni then changes to no using a sni if you put atv-ext.amazon.com as the fallback amazon instant streaming well work on the roku. You only need to forward address=/atv-ext.amazon.com address=/atv-ps.amazon.com address=address=/llnwd.net
Regarding with https://github.com/corporate-gadfly/Tunlr-Clone/issues/46#issuecomment-44763969 how to put sni info into play.hulu.com issit on cname in bind9 can you explain in detail. I already put it as master in zones.override. I revert back to sniproxy as haproxy give lots of error in my fire tv
does anyone have the domain used for AMAZON VIDEO? to add to the "master" thanks