liguista / sk-dvx

Automatically exported from code.google.com/p/sk-dvx
0 stars 0 forks source link

YouDescribe player occasionally doesn't play a description clip (particularly one at time=0.0) #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play http://youdescribe.ski.org/rel/player.php?v=OfHaV6NN3P8

If there is a clip at time=0.0, sometimes it doesn't get played.

Original issue reported on code.google.com by Owen.R.E...@gmail.com on 8 Nov 2013 at 7:38

GoogleCodeExporter commented 8 years ago
I've managed to observe this a couple of times today, and I have a lead on what 
the problem is; it is related to the video playback being started (after some 
AJAX calls to load description metadata) before the 'VerifyCounter' loop is 
initiated from '<body> onload', probably when the Twitter object is slow to 
load.

Original comment by Owen.R.E...@gmail.com on 8 Nov 2013 at 7:42

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This problem was actually already addressed by changes to allow playback of 
clips during addCreate (i.e. the player itself was moved to dvxPlayer.js).

Original comment by Owen.R.E...@gmail.com on 11 Nov 2013 at 6:53

GoogleCodeExporter commented 8 years ago
Description: 
Clips at Time=0 should always be played  when a video is played from the 
beginning. This does not always happen. A set of reproduceable cases can be 
found
when playing mduigou's YouDescribe videos at: 
http://youdescribe.ski.org/player.php?prefer_d=mduigou&v=oCLTRjF2eq0
or 
http://youdescribe.ski.org/player.php?prefer_d=mduigou&v=dkjbMoj0JY4

When the player first loads with these videos, the clip at T=0 is played 
reliably. 

When the video reaches the end, pressing Alt-P for play starts the video from 
the beginning, but never plays the clip at T=0. 

Pressing Alt-S for stop while the video is playing, then pressing Alt-P for 
play *does* reliably play the clip at T=0. 

Original comment by joshua.a...@gmail.com on 24 Oct 2014 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by Owen.R.E...@gmail.com on 9 Dec 2014 at 12:50