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
Post a Comment