I have a project where I load and unload a dozens of FLVPlaybacks. I have the "normal" memory leak which FLVPlayback gives, but when I use a DynamicStream video (using RTMP) the leak is bigger! About 10MB added at each video change.
I'm using all material I have found in internet, like this, and this in my dispose method, but nothing seems to work.