1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 12:21:55 +00:00

add TODO for complex handshake

This commit is contained in:
winlin 2013-10-23 22:25:35 +08:00
parent 2ee913bd70
commit 2987a24877

View file

@ -173,6 +173,7 @@ int SrsRtmp::handshake()
ssize_t nsize;
SrsSocket skt(stfd);
// TODO: complex handshake for h264 codec.
char* c0c1 = new char[1537];
SrsAutoFree(char, c0c1, true);
if ((ret = skt.read_fully(c0c1, 1537, &nsize)) != ERROR_SUCCESS) {