Android VideoView Http Live Streaming Memory Leak -


i'm trying create application can stream http live streaming (hls) source.

so far, working expected. however, i'm experiencing problem memory leaking issue.

as of point, i'm losing 6mb/hour while videoview streaming hls server.

currently, must set videoview = null , reinitialize videoview memory back. however, means there's interruption on live streaming.

is there better way clear memory of videoview without interrupting video?

any suggestions , feedback appreciated!


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -