You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this wrapper to download the packets from my RTMP server, though it is out of its original purpose(this wrapper is to send/write data to RTMP servers). Anyway, there is some memory leak in RTMP_ClientPacket, RTMP_Read. After I change rtmp.c with that in the 'RTMPdump', everythings are fixed. I think [rtmp.c in rtmp-wrapper] is not the same with [rtmp.c in RTMPdump].
The text was updated successfully, but these errors were encountered:
I use this wrapper to download the packets from my RTMP server, though it is out of its original purpose(this wrapper is to send/write data to RTMP servers). Anyway, there is some memory leak in RTMP_ClientPacket, RTMP_Read. After I change rtmp.c with that in the 'RTMPdump', everythings are fixed. I think [rtmp.c in rtmp-wrapper] is not the same with [rtmp.c in RTMPdump].
The text was updated successfully, but these errors were encountered: