mklimek / frame-video-view

Less issues with VideoView
Other
63 stars 19 forks source link

setup(URI) function is synchronise and very slow #20

Closed itzharDev closed 6 years ago

mklimek commented 6 years ago

FrameVideoView is just a wrapper and does nothing with an internal android implementation like mentioned setup() method.

itzharDev commented 6 years ago

in my recyclerview, if I commented this line only, items just flow as well. when I'm using the frame.setup(URI) - recycler get stack till MediaPlayer prepared.

if u have any advice