trunk/3rdparty/srs-docs/doc/rtmp-handshake.md
The rtmp specification 1.0 defines the RTMP handshake:
While the server connected by flash player only support simple handshake, the flash player can only play the vp6 codec, and do not support h.264+aac. Adobe changed the simple handshake to encrypted complex handshake, see: Changed Handshake of RTMP
The handshake summary: |
| Handshake | Depends | Player | Client | SRS | Use Scenario |
|---|---|---|---|---|---|
| Simple | |||||
| Standard | No | vp6+mp3/speex | All | Supprted | Encoder, for examle, FMLE, FFMPEG |
| Complex | openssl | vp6+mp3/speex | |||
| h264+aac | Flash | Supported | Flash player requires complex handshake to play h.264+aac codec. |
Player(Flash palyer): The supported codec for flash player.
Notes: When compile SRS with SSL, SRS will try complex, then simple.
Winlin 2014.10