google-code-export / flowplayer-core

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

bwcheck checkOnStart stalls player with serverType http #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's an example for pseudostreaming:
http://flowplayer.blacktrash.org/test/bwcheck-pseudo-onstart.html

Without pseudostreaming the player does not even try to autoplay.

Dan, please also answer here: http://flowplayer.org/forum/support.html?id=101075

Original issue reported on code.google.com by blacktrashproduct on 13 Jun 2012 at 8:47

GoogleCodeExporter commented 9 years ago
FWIW, same problem with latest Build time: June 09 2012 10:00 AM GMT.

Original comment by blacktrashproduct on 13 Jun 2012 at 9:00

GoogleCodeExporter commented 9 years ago
oops, sorry, does not work locally (crossdomain), now checking whether it 
always just chooses first clip ... yeah, the problem is that it always seems to 
choose the clip with the lowest bitrate:

[INFO] time 10:03:36.840 :: org.flowplayer.bwcheck::BwCheckProvider : 
dispatching onBwDone, mapped bitrate: 800 detected bitrate 2846.9065411490683 
url: bbb-800.mp4

With that bitrate I'd expect it to choose bbb-1600.mp4?

qos: {screen: false} does not make a difference.

maxWidth: 1080 seems to do the trick.

Original comment by blacktrashproduct on 13 Jun 2012 at 9:13

GoogleCodeExporter commented 9 years ago
Yeah, sorry for the noise, all's working fine, qos is obviously only for 
dynamic. Without maxWidth and a larger container it selects the correct stream 
too, and switches on fullscreen.

Original comment by blacktrashproduct on 13 Jun 2012 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by blacktrashproduct on 13 Jun 2012 at 9:26