Basics Flashcards
VGA
Video graphics array 640x480 16 colors 320x200 256 colors Analog 1987
XGA
Extended graphics array 640x480 1024x768 65000 colors Allows monitors to be non-interlaced
SVGA
Super VGA
800x600
16M colors
Analog
RTMFP
Real Time Message Flow Protocol Adobe UDP Adds Player to player communication Flash Player 10, AIR 1.5
RTMP
This is the standard, unencrypted Real-Time Messaging Protocol. The default port is 1935; if a port is not specified, the client attempts to connect to ports in the following order: 1935, 443, 80 (RTMP), 80 (RTMPT).
RTMPT
his protocol is RTMP tunneled over HTTP; the RTMP data is encapsulated as valid HTTP. The default port is 80.
RTMPS
This protocol is RTMP over SSL. SSL is a protocol for enabling secure communications over TCP/IP. (Adobe Media Server provides native support for both incoming and outgoing SSL connections.) The default port is 443.
RTMPE
This protocol is an encrypted version of RTMP. RTMPE is faster than SSL, does not require certificate management, and is enabled in the server’s Adaptor.xml file. If you specify RTMPE without explicitly specifying a port, the Flash Player scans ports just like it does with RTMP, in the following order: 1935 (RTMPE), 443 (RTMPE), 80 (RTMPE), and 80 (RTMPTE).
RTMPTE
This protocol is RTMPE with an encrypted tunneling connection. The default port is 80.
HDS
HTTP Dynamic Streaming
packages media files into fragments that Flash Player clients can access instantly without downloading the entire file. Adobe HTTP Dynamic Streaming contains several components that work together to package media and stream it over HTTP to Flash Player.
Progressive Download
The content must transfer from the server to the client in a progression from the beginning to the end of a file. A client cannot seek to a forward location until that location and all the data before it has downloaded.
Stream “RTMP”
The media server (such as Adobe Media Server) creates a socket connection to the client over which the content is sent in a continuous stream. The client can seek to any point in the content instantly, regardless of how much data has been transferred.
HLS
Apple HTTP Live Streaming
same as HDS from Adobe, but targeted for iOS
FLV
All versions of Adobe Media Server support playback and recording of the FLV file format. On-demand, real-time HTTP Dynamic Streaming does not support the FLV format.
F4V (MPEG-4 compatible)
playback of all Adobe Media Server-supported audio and video codecs within MPEG-4 Part 12 container formats. File types supported by the MPEG-4 format include F4V, MP4, M4A, MOV, MP4V, 3GP, and 3G2.