titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
782 stars 221 forks source link

Using custom VideoView makes the Seekbar go wrong #5

Open shalevmo opened 8 years ago

shalevmo commented 8 years ago

I have an issue that is not quite your issue, but I really need your help. I've downloaded you code and changed the VideoView into a TextureView based one from here now, the progress indicator is not working correctly (it's like its reading the wrong duration, but I checked, and it gets the right duration). I cant understand where this bug is coming from.

Please help me solve this issue. thank you!