Hi, concerning the JWPlayerView on Android:
Programmatically seeking to a position with seek(Long position) seems to only work when the video is playing, not when the video is paused.
When the video is paused and I want to seek to a position, I have to add an OnPlayListener, then play, then seek when the video is playing, add an OnSeekedListener, then pause again when seeking is done. Very cumbersome.
Should (programmatically) seeking when paused work? Will this be fixed? Do you have a better alternative to my approach?
Best, Florian
↧