andreafabrizi / rtmpSnoop

rtmpSnoop lets you to grab the RTMP properties from live or dumped video streams.
145 stars 39 forks source link

memleak fix #14

Closed burlito closed 10 years ago

burlito commented 10 years ago

I hope you will like this one.

Sometimes espetialli if I forget to turn off rtmpsnoop I experience huge memory consuption after some time. There was a quite huge memory leak because scapy by default save all incoming traffic in to memmory. Just try to run rtmpsnoop for a couple of hours during watching hulu or something and you will be suprised how much memmory it consumed.

This should set scapy to erase packets from memmory after you read them.

andreafabrizi commented 10 years ago

@burlito, thanks!

willwh commented 10 years ago

Nice!