Flash Media Server uses the RTMP protocol(Real Time Messaging Protocol 实时消息传送协议协议)。
Reference: RTMP Documentation
RTMP就像一个用来装数据包的容器,这些数据可以是AFM格式的数据,也可以是FLV中的视/音频数据。默认端口:1935
The default ports of Flash Media Interactive Server 3.5 are 1935 and 80. But why have 2 ports?
If I write rtmpt://[domain]:1935/[application], client gets connected to port 1935.
If I omit port, cient goes to port 80.
使用RTMP方式播放视频文件不会下载到客户端。

