Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak #9

Open
mikeevmm opened this issue Aug 17, 2016 · 3 comments
Open

Memory leak #9

mikeevmm opened this issue Aug 17, 2016 · 3 comments

Comments

@mikeevmm
Copy link

Playing video on loop leads to crash on memory overflow. The memory leak is also very visible after a video ends playing.

@mikeevmm
Copy link
Author

mikeevmm commented Aug 19, 2016

Although I know this lib is abandoned, this might be of use for future interested in playing video:

The memory leak is in the sound related code. By removing all sound related code both in the project/common/interface and in WebmPlayer.hx, the memory leak was fixed. I just worked around the sound limitation, by stripping it and playing it at the same time as the video.

@mastef
Copy link

mastef commented Feb 9, 2017

@mikeevmm Care for a PR? :)

@mikeevmm
Copy link
Author

mikeevmm commented Feb 9, 2017

@mastef I doubt it would get merged, but here's a fork.

https://github.com/mikeevmm/haxe-openfl-webm-stable

I wouldn't use this, however; desync happens almost immediately, and the lib is fairly impractical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants