android - VideoView: seekTo without loading (buffering) -
videoview.setvideouri(uri.parse("video stream url")); videoview.seekto(1000);
i'm using videoview wathching video videostream. , there need seek without loading(buffering) full video. knows tips or triks that? thank you!
Comments
Post a Comment