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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -