corporate-gadfly / Tunlr-Clone

301 stars 57 forks source link

AMAZON PRIME INSTANT VIDEO #46

Open axlemilio opened 10 years ago

axlemilio commented 10 years ago

does anyone have the domain used for AMAZON VIDEO? to add to the "master" thanks

albi90 commented 10 years ago

atv-ext.amazon.com and atv-ps.amazon.com should do it

axlemilio commented 10 years ago

thanks albi90!

would you know the domain used for HULU+? to add to the "master"

albi90 commented 10 years ago

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

axlemilio commented 10 years ago

this is great! Thanks Man!!!!!

albi90 commented 10 years ago

no problem enjoy :)

albi90 commented 10 years ago

oh missed t.hulu.com -> a1017.b.akamai.net

axlemilio commented 10 years ago

thanks! i owe you a drink!

axlemilio commented 10 years ago

its working on my PC but doesnt work on my ios devices, any idea?

albi90 commented 10 years ago

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

albi90 commented 10 years ago

hulu+ works on my ipad using these urls

woolmonkey commented 10 years ago

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.

albi90 commented 9 years ago

These should work www.amazon.com atv-ps.amazon.com fals.atv-ps.amazon.com atv-ext.amazon.com

woolmonkey commented 9 years ago

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.

samuel4711 commented 9 years ago

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 ?

alardus commented 9 years ago

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.

samuel4711 commented 9 years ago

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 :-(

woolmonkey commented 9 years ago

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

sahli2k3 commented 9 years ago

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