You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake"
This reverts commit 7d8d726be7
.
This commit is contained in:
@@ -1198,7 +1198,10 @@ static int rtmp_handshake(URLContext *s, RTMPContext *rt)
|
|||||||
uint8_t tosend [RTMP_HANDSHAKE_PACKET_SIZE+1] = {
|
uint8_t tosend [RTMP_HANDSHAKE_PACKET_SIZE+1] = {
|
||||||
3, // unencrypted data
|
3, // unencrypted data
|
||||||
0, 0, 0, 0, // client uptime
|
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 clientdata[RTMP_HANDSHAKE_PACKET_SIZE];
|
||||||
uint8_t serverdata[RTMP_HANDSHAKE_PACKET_SIZE+1];
|
uint8_t serverdata[RTMP_HANDSHAKE_PACKET_SIZE+1];
|
||||||
|
Reference in New Issue
Block a user