ref: 1b64b3b2c2655063d8fb5aa2736316387a549d93
parent: 139fd1d0439e7fc8e8672a371e4c53f7d609e431
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Aug 14 17:07:49 EDT 2021
audio: don't write random crap (GASpecificConfig that makes no sense)
--- a/rtmp.c
+++ b/rtmp.c
@@ -937,11 +937,6 @@
putbyte(x>>8);
putbyte(x);
- /* FIXME wtf */
- putbyte(0x56);
- putbyte(0xe5);
- putbyte(0x00);
-
if(rtmpsend(r, 0) < 0)
return -1;