What port does Netflix device streaming use?

Is this port also used by the website direct streaming in the Silverlight app? What is the HTTP Content-Type if it uses port 80? Thanks.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Playback session(s) on devices are almost identical for browser-based sessions. The service uses HTTP and HTTPS session protocols (SSL-443) to netflix's CDN (https://moviecontrol.netflix.com)

Take a look at Pomelollc's blog here for a more detailed explanation of Netflix's video streaming security framework.

link|improve this answer
I am curious about how this could interfere with a content-filtering transparent proxy. Specifically what is the content-type via HTTP? Thanks. – unixman83 Dec 13 '11 at 4:01
Sorry my friend, transparent proxies can be detected. And many of the streaming services block the use of them. See here: changeiponline.com/tag/transparent-proxy – Fergus Dec 13 '11 at 4:49
A transparent proxy of the kind I am using cannot be detected because no modification or redirection of packets is done, only filtering (like a firewall). I was just wondering what Content-Type Netflix uses so I don't filter on that. – unixman83 Dec 13 '11 at 7:47
1  
According to developer.netflix.com/docs/REST_API_Conventions The Content-Type is x-application/x-gzip – Fergus Dec 13 '11 at 16:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.