HTTP (Hypertext Transfer Protocol), RTSP (Real time Streaming protocol live streaming protocol), RTMP (Routing Table Maintenance Protocol Routing Tables Maintenance Protocol) is the application layer protocol, Theoretically all can do live, on-demand, in fact, live more than rtmp and RTSP, on-demand is more use RTSP and HTTP.
First, common areas:
HTTP (HTTPS) all data as text processing, widely used in network access, is a public agreement, with specialized agencies to maintain. RTSP Streaming protocol, multi-use in the field of surveillance video broadcast on-demand, is a public agreement, with specialized agencies to maintain. RTMP Streaming protocol, used in the Internet Live Broadcast (RTMP+CDN), video conferencing (instead of the original sip), is Adobe's private agreement, not fully disclosed. RTSP transmission generally requires 2-3 channels, command and Data channel separation, HTTP and rtmp generally on a TCP channel to transmit commands and data. The RTMP protocol generally transmits the FLV,F4V format stream, and the RTSP protocol generally transmits the stream in the Ts,mp4 format. HTTP does not have a specific stream.
Ii. agreement to realize the open source implementation of RTSP * live.com c/s + http://www.live555.com* Darwin S C + + Http://www.opensource.apple.com/dar winsource/* VLC c c http://www.videolan.org* mplayer c c http://www.mplayerhq.hu * Omsp c/ S C http://streaming.polito.it/* Spook S C Http://www.litech.org/spook/RTMP implementation, non-open FMS, open-source RMTP server has: C + + implementation of Crtmpserver, Support Flash (RTMP,RTMPE,RTMPS,RTMPS,RTMPT,RTMPTE), Linux platform, Java implementation of RED5, support Flash (RTMP protocol), full platform Linux, Windows. C # implements the FluorineFX, which supports the Flash (rtmp protocol), Windows platform.
Common Application layer protocol HTTP, RTSP, rtmp comparison