Skip to content

Commit 9a24c75

Browse files
committed
Remove duplicate RTMP end. - https://github.com/jgh-/VideoCore/pull/287
1 parent 262469c commit 9a24c75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

videocore/rtmp/RTMPSession.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,6 @@ namespace videocore
602602
put_byte(enc, 0);
603603
put_byte(enc, kAMFObjectEnd);
604604
}
605-
put_be16(enc, 0);
606-
put_byte(enc, kAMFObjectEnd);
607605
put_named_double(enc, "audiodatarate", 131152. / 1024.);
608606
put_named_double(enc, "audiosamplerate", m_audioSampleRate);
609607
put_named_double(enc, "audiosamplesize", 16);

0 commit comments

Comments
 (0)