titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using custom VideoView makes the Seekbar go wrong

shalevmo opened this issue · comments

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.

  • Device OS version: 6.0.1
  • Device Manufacturer: Huawei
  • Device Name: Nexus 6P

Please help me solve this issue.
thank you!