mnkdon / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Memory release #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When people voice switch will often collapse, ie no release memory 

Original issue reported on code.google.com by jiaxlo...@gmail.com on 7 Mar 2014 at 7:44

GoogleCodeExporter commented 9 years ago
Is the memory leak in the flash-videoio? or in the server?
If in the server, we can check if you are deleting all the connections properly 
after the call is terminated.
Which RTMP server are you using? siprtmp?

In Flash-VideoIO, the cleanest way to cleanup/terminate connection is to set 
the "src" property to null. 

getFlashMovie("video1").setProperty("src", null);

Original comment by theinten...@gmail.com on 18 Mar 2014 at 2:48