google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

acceleration and/or wmode direct: erratic fullscreen behaviour with scaling: fit #503

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$f("playerContainer", {
  // wmode: "direct", // triggers this too
  src: "/path/to/flowplayer-3.2.8.swf"
}, {
  clip: "mymovie.mp4",
  scaling: "fit",
  accelerated: true
});

Go full screen, scrub the playhead: depending on aspect ratio movie jumps 
either to the top or to the left of the screen.

The new wmode direct parameter can also cause a black border at the top of the 
screen (gone with wmode window).

Some simple samples:
http://flowplayer.blacktrash.org/test/accel.html
http://flowplayer.blacktrash.org/test/wmode-direct.html

Set to high priority as this is pretty basic stuff.

Original issue reported on code.google.com by blacktrashproduct on 2 Apr 2012 at 8:20

GoogleCodeExporter commented 9 years ago
See also:
http://flowplayer.org/forum/8/98720

Original comment by blacktrashproduct on 2 Apr 2012 at 8:22

GoogleCodeExporter commented 9 years ago
direct mode enables stage video, I suspect it causes an issue, I assumed its 
enabled by default but seems you also have to specify it 

http://labs.almerblank.com/2011/03/the-wmode-embed-parameter-de-mystified/

Original comment by dani...@electroteque.org on 2 Apr 2012 at 8:48

GoogleCodeExporter commented 9 years ago
This is possibly related to this which is assigned to jonas

http://code.google.com/p/flowplayer-core/issues/detail?id=263

confirm its still an issue with this video. 

Original comment by dani...@electroteque.org on 2 Apr 2012 at 8:50

GoogleCodeExporter commented 9 years ago
I get this and what's discribed in issue263 with every video I am trying. The 
slow loading can be observed in our own demo at:
http://flowplayer.org/demos/configuration/accelerated.html

The image on screen positioning issues obviously depend on scaling: fit. But 
they can be reliably reproduced.

Original comment by blacktrashproduct on 2 Apr 2012 at 5:59

GoogleCodeExporter commented 9 years ago
located the issue its to do with the updating of the stage video feature, the 
rectangle area becomes 0x0 xy coordinates for some reason, but when going in 
and out of fullscreen it sets correctly. this is a core change im afraid. 

Original comment by dani...@electroteque.org on 4 Apr 2012 at 3:18

GoogleCodeExporter commented 9 years ago
Apparently 3.2.9 worsened the situation:
http://flowplayer.org/forum/8/98875
scrubber disappears once the video is loaded.

Original comment by blacktrashproduct on 4 Apr 2012 at 4:02

GoogleCodeExporter commented 9 years ago
thats got nothing to do with it, do they mean autohide does not display the 
controlbar when mouse over ? possible to get more information ? 

 there is a coordinates issue, its basically not receiving the correct x / y coordinates , therefore it doesn't know how to position to the stage, its got to position to the stage when resizing. 

Original comment by dani...@electroteque.org on 4 Apr 2012 at 5:34

GoogleCodeExporter commented 9 years ago
The user is aware of this bug, the 3.2.9 controlbar disappearance is happening 
in IE8 according to him:
http://flowplayer.org/forum/8/98875#post-98880

Original comment by blacktrashproduct on 5 Apr 2012 at 11:25

GoogleCodeExporter commented 9 years ago
again im not sure of the problem. it is unrelated so perhaps setup a new ticket 
with more information if possible, or ill get around to asking him for more 
information cheers. 

Original comment by dani...@electroteque.org on 5 Apr 2012 at 11:28

GoogleCodeExporter commented 9 years ago
Done: issue508.

Original comment by blacktrashproduct on 5 Apr 2012 at 7:59

GoogleCodeExporter commented 9 years ago
blaaah or jns.ferry might be looking into this one as they implemented it and I 
told them where the issue is or it will be fixed on monday. 

Original comment by dani...@electroteque.org on 6 Apr 2012 at 1:33

GoogleCodeExporter commented 9 years ago
this is fixed in trunk. it needs to make the update when its added to the stage 
to get the coordinates correctly which it was not. 

http://dl.dropbox.com/u/3394987/flowplayer-3.2.8.zip

Original comment by dani...@electroteque.org on 10 Apr 2012 at 4:19

GoogleCodeExporter commented 9 years ago
Much better in 3.2.10, however I can still see video "jumping" to top of the 
screen during scrolling. I cannot see this in the examples above, but only in 
my player http://post.lnk.lt/flow/good.html . Possibly because I'm using RTMP 
instead of Progressive Download?

Original comment by vil...@lnk.lt on 23 Apr 2012 at 7:24

GoogleCodeExporter commented 9 years ago
No, it's independent of the protocol. See:
http://flowplayer.blacktrash.org/test/accel.html

1. go into fullscreen mode
2. move the playhead
3. picture flickers (jumps left and right)

Reopening.

Original comment by blacktrashproduct on 8 May 2012 at 10:31

GoogleCodeExporter commented 9 years ago
The full bug behaviour is back in 3.2.11. Video always jumps to top and stays 
there when control bar is used.

Original comment by vil...@lnk.lt on 19 May 2012 at 8:10

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/flowplayer-core/issues/detail?id=542#c12 denotes a 
regression as well.

Original comment by blacktrashproduct on 20 May 2012 at 9:27

GoogleCodeExporter commented 9 years ago
Hi confirming this issue, unfortunately it is related to this ticket, however a 
new problem. its going from the original video size to fullsize and starting 
from the 0 coordinates. the original problem is fixed as such. its evident when 
pausing and playing and when its beginning play while rebuffering. It really 
shouldnt be trying to reposition so its perhaps needing a work around for that. 

Original comment by electrot...@gmail.com on 31 May 2012 at 4:37

GoogleCodeExporter commented 9 years ago
Confirmed that the scaling issue has been fixed, is this ok to be closed ? I 
don't see the stagevideo repositioning anymore. 

Original comment by electrot...@gmail.com on 13 Aug 2012 at 2:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Video still "jumps" during scrolling of the video in latest 3.2.14. Steps to 
reproduce described in comment 13 and comment 14.

Original comment by vil...@lnk.lt on 15 Aug 2012 at 7:37

GoogleCodeExporter commented 9 years ago
I can confirm the jumping to the left and back on seek also for the dev version 
from https://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.13.zip

See: http://flowplayer.blacktrash.org/test/accel.html

Original comment by blacktrashproduct on 20 Aug 2012 at 3:39

GoogleCodeExporter commented 9 years ago
I'm going to make a new ticket it's different to the original report and do see 
it. 

Original comment by electrot...@gmail.com on 20 Aug 2012 at 5:05

GoogleCodeExporter commented 9 years ago
Please visit http://code.google.com/p/flowplayer-core/issues/detail?id=627 
thanks

Original comment by electrot...@gmail.com on 20 Aug 2012 at 5:08

GoogleCodeExporter commented 9 years ago
I'm closing this for now as the scaling position issues are fixed. Please visit 
#627 for seperate fixes. 

Original comment by electrot...@gmail.com on 24 Aug 2012 at 9:22