1

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.

Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
  • 1
    do you have to use the FLVPlayback component? just try and write your own player. then you would have full control over creating and disposing the component. or try using the [osmf](http://blogs.adobe.com/osmf/). – Philipp Kyeck Jul 18 '11 at 06:55
  • Yeah, I know this. But the project is almost ready, and solving that memory leak would save a big amount of work. – Marcelo Assis Jul 18 '11 at 18:54

1 Answers1

1

I didn't found any real solution to my problem, I had to migrate to OSMF, and it rocks!

Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54