Commit 8892739a authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '7d8d726b'

* commit '7d8d726b':
  rtmpproto: Don't include a client version in the unencrypted C1 handshake
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents ddcd3960 7d8d726b
......@@ -1228,10 +1228,7 @@ 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
RTMP_CLIENT_VER1,
RTMP_CLIENT_VER2,
RTMP_CLIENT_VER3,
RTMP_CLIENT_VER4,
0, 0, 0, 0, // zeros
};
uint8_t clientdata[RTMP_HANDSHAKE_PACKET_SIZE];
uint8_t serverdata[RTMP_HANDSHAKE_PACKET_SIZE+1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment