I'm wondering if anyone knows whether YouTube uses different protocols and/or port numbers in streaming video to different clients. For example, is it possible that they use HTTP, Port 80 for Mozilla Firefox (or any other web browser) and something like say RTSP, port 53, to stream to the Android platform? I know that Android VideoView/MediaPlayer libraries supports HTTP streaming, but the answers at this SO thread suggest that RTSP is possible.
And more generally, are there any nice ways of determining what streaming protocols and ports video servers/providers like YouTube, Netflix, ESPN use? I've tried using Wireshark but I realize how cumbersome it is to associate specific IP addresses to host/domain names. In addition, Wireshark doesn't seem to differentiate between transport and application layer protocols (that is, for some 2 random packets with the same source IP address, for the first packet it lists that the protocol in use is TCP, for the second packet it says it's protocol is HTTP).