ghenry22 commented on issue #216: getDuration returns a big number like 316000 
and I can't kill the media file anywhere I still bloqued.
URL: 
https://github.com/apache/cordova-plugin-media/issues/216#issuecomment-464935557
 
 
   On android you have limited system resources, each time you call create it 
takes up resources.  What you should try is track when you have already called 
create previously, if you have first call release and then create your new 
object.  This releases the resources used by the previous object so they can be 
reused.
   
   This may fix your problem as it sounds resource related as it only occurs 
when over a certain number of create calls have been made.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to