mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-21 21:01:43 +00:00
Merge commit 'fe0337e89bbbe84b7274fbb0d9d56ed992937931'
* commit 'fe0337e89bbbe84b7274fbb0d9d56ed992937931': rtmp: Do not send the first field twice within the handshake Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9589b61904
@ -1346,7 +1346,7 @@ static int rtmp_send_hs_packet(RTMPContext* rt, uint32_t first_int,
|
||||
int inoutsize;
|
||||
|
||||
AV_WB32(arraydata, first_int);
|
||||
AV_WB32(arraydata + 4, first_int);
|
||||
AV_WB32(arraydata + 4, second_int);
|
||||
inoutsize = ffurl_write(rt->stream, arraydata,
|
||||
RTMP_HANDSHAKE_PACKET_SIZE);
|
||||
if (inoutsize != RTMP_HANDSHAKE_PACKET_SIZE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user