提交 4e43c6df 编写于 作者: C Clément Bœsch

Merge commit 'c541a44e'

* commit 'c541a44e':
  Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake"
Merged-by: NClément Bœsch <u@pkh.me>
......@@ -1228,7 +1228,10 @@ static int rtmp_handshake(URLContext *s, RTMPContext *rt)
uint8_t tosend [RTMP_HANDSHAKE_PACKET_SIZE+1] = {
3, // unencrypted data
0, 0, 0, 0, // client uptime
0, 0, 0, 0, // zeros
RTMP_CLIENT_VER1,
RTMP_CLIENT_VER2,
RTMP_CLIENT_VER3,
RTMP_CLIENT_VER4,
};
uint8_t clientdata[RTMP_HANDSHAKE_PACKET_SIZE];
uint8_t serverdata[RTMP_HANDSHAKE_PACKET_SIZE+1];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册