-
Notifications
You must be signed in to change notification settings - Fork 37
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
Streamer eats memory and crashes. #12
Comments
What code is this related to? |
@xaiki I am still troubleshooting but so far I see big spikes in memory as the player goes through the video. The spikes coincide with high detailed scenes of the video. There is also no problem with audio files. I am working on isolating if the issue is part of ButterTorrentStreamer.mm code or whether it is with MobileVLCKit. |
@thepearldream thanks for looking into it, this code is widly unmaintained, so any update is welcomed ! |
required_pieces vector uses up a lot of memory so the alert loop should only run during buffering/loading and then it should be stopped. I plan to submit an update once I clean up my code. See the gist below if someone is blocked by this issue before I submit my update: |
The current way of checking if the file is valid using VLC eats up too much memory.
The text was updated successfully, but these errors were encountered: