14 sec delay after stopping and restarting a video
Hi,
I am having an issue with playing a video. I get the video to play and stop when I press the appropriate buttons. When I press play after having stoped the video however, the picture jumps 14 seconds ahead before the video starts playing.
I have a label that displays the player media time and I see this count the 14 seconds before the picture starts moving (i.e. video playing).
Here is an example.
1) press play (player time = 0 seconds)
1a) player plays the video as expected.
2) press stop (player time = 10 seconds)
2a) player displays the last frame played as if paused.
3) press play (player time starts counting from 10 to 24 seconds, the picture moves to a still frame of the video at 24 seconds and remains 'paused' for want of a better word).
4) at 24 seconds (10sec + 14sec) the picture and the counter are playing/counting in sync.
I use player.stop() when the stop button is pressed. I have tried several alternatives to restart the video including player.start(), player.realize() and player.prefetch() but always get the same 14sec delay.
Should I be stopping and starting the video differently?
Thanks.

