View Single Post
  #3  
Old 09-23-2016, 10:37 AM
tokola tokola is offline
Member
 
Join Date: Nov 2012
Posts: 67
Wink

Jeff,
I played around with my implementation, which was more complicated than what you sent me (which works fine with my video). I think I identified the culprit. You need to call play() AFTER the actual setTime(). I am not sure why, but if you leave it the way I have in the example (see attachment), then playback jumps arbitrarily (maybe once every 3-4 times) to the 12th second of the video.

It seems like a bug to me, but if you decide not to fix it you might want to emphasize in the documentation that the video MUST be playing for setTime() to work right.

Thanks for looking into this promptly! Let me know if I should know something more.
Attached Files
File Type: zip Video_test.zip (1.1 KB, 648 views)
Reply With Quote