You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Joust Dissapointed with noone to fix aac hanging bug.

Basic information

Registered Jan 23, 2009
Last login Aug 2, 2011
Forum posts 57
Direct URL http://www.flowplayer.org/forum/users/7831

Latest forum posts

Posts:

Registered:

» Install Questions

Posted: Aug 2, 2011

1. Download it and save to hdd.
2. Install apxs tool via package manager (yum, deb, or any other). It is usually packaged as apache2-devel, apache2-tools or something like tha
3. "./" means current directory. You don't need to worry about installation though, as "-i" parameter takes care of that.

Posts:

Registered:

» Flowplayer setup is dead

Posted: Jul 10, 2010

Fixed the layout... but Now the "get embed" button is generating server-side error.

Posts:

Registered:

Flowplayer setup is dead

Posted: Jul 9, 2010

http://flowplayer.org/setup/index.html

Tried in FF 3.6, ie8, recent chrome...

http://i27.tinypic.com/2qiodfr.jpg

Posts:

Registered:

» » » » IE6 support for Overlay?

Posted: Dec 15, 2009

No way. IE6 is ~40-60% in 2009 :)

Posts:

Registered:

Content plugin clipping, overflow?

Posted: Oct 15, 2009

Is there a way to force content plugin to behave with large content that does not fit in the declared dimensions?

i.e.:

titleBar: { 
	url: '/flash/flowplayer.content-3.1.0.swf',
	backgroundColor: '#000000',
	border: '0px none',
	padding: 10,
	html: '<p>Some long paragraph text that will not fit in width or height in the container</p>',
	display: 'block',
	height: 50,
	width: '100%',
	top: 0,
	left: 0,
	style: {
		'p' : {
			color: '#ffffff',
			fontSize: 21,
		}
	}
}

.. Despite the given height, if the width is too low the text inside container will wrap down and jump out of the black box.

Naturally there should be a way to control it. In css container we could use height:auto, overflow: hidden or at least (cheap workaround) white-space:nowrap.

If it's not implemented, any ideas how to emulate it ?

ps: please stop messing with js on flowplayer page :) My left/right arrow keys are not working, so there must be some background event handler capturing those.

Posts:

Registered:

[bug] Inconsistent scrollable navigation (demo)

Posted: Jul 9, 2009

Hello!

I've found an "inflexibility" of the page scrolling logic.

  • Go to the following demo:http://flowplayer.org/tools/demos/scrollable/navigation.html
  • Now scroll down to the second example ("Page scroll").
  • We see [0][1][2][3][4]
  • Use your mouse wheel to scroll one item ahead (visible [1][2][3][4][5])
  • Click on RIGHT ARROW icon
  • it scrolls all the way to [10][11][12][13][14] (!?)

It is supposed to scroll 5 items ahead, but instead it detects we are after page 1 (but not on 2), so it skips to page 3 ?

It might be consistent with the API or whatever, but it is totally unusable and confusing for the user. I believe that paging navigation should be handled in regard to current offset.

Cheers!

Posts:

Registered:

» » Seeking and scrubber broken with

Posted: Jun 14, 2009

It's still here with the newest version and Flash updates. So unless you stick to the very basic configuration and dump autoBuffering, you're out of luck. Or dump MP4, who would use that anyways? Or get another player.

And still no workaround.

Posts:

Registered:

» FF only plays first 3 seconds of video on YOUR site :-)

Posted: May 29, 2009

Generally this issue is related to flash rendering of audio or video. I can reproduce this issue on ANY website with any flash player (vimeo, youtube, etc.).

I have 2 monitors (on DVI and HDMI) and Windows Vista. When switching from one to another windows changes default audio playback device (also directsound device). If I switch to a different monitor WHILE having Firefox open, flash will hang after 1-3 seconds on every video because it can not fill the audio buffers.

Note that switching back doesn't help and it's "hang" most of the time. Only closing/reopening whole FF helps. This is because firefox works on single process, while for example Google Chrome creates new process for each tab - in Chrome if flash playback hangs it's enough just to open new tab with the same URL.

This bug is present since early flash 8.0.

Posts:

Registered:

» » » » » » » » » » » » » Seeking and scrubber broken with

Posted: May 29, 2009

Nope. How do you know someone will fill their buffer? Basically it works like this: someone enters site, sees the player and 10:00 length, clicks in the middle then play - and *boing* *crash*

Posts:

Registered:

» » » » » » » » » » » Seeking and scrubber broken with

Posted: May 19, 2009

bump.

What is going on? 4 weeks ? That could be a new record. Any news?

Posts:

Registered:

» » » Apache FLV streaming done right! (no php)

Posted: Apr 20, 2009

Forget the previous!

http://mirror.facebook.com/apache/apr/CHANGES-APR-1.2

Changes with APR 1.0
[...]
  *) Add apr_strtoff() function for converting numeric strings
 into apr_off_t values.  [André Malo <nd perlig.de>, Joe Orton]

Your apr is too old ! (pre 1.0). I've been compiling under apr-1.3.3 and apr-1.2.11-2. Please update your apr and try again.

Posts:

Registered:

» » Apache FLV streaming done right! (no php)

Posted: Apr 20, 2009

Please try adding the following to the beginning of mod_flvx.c file and let me know:

#include "apr.h"
#include "apr_strings.h"

Posts:

Registered:

» » » » » » » » » » » » Seeking and scrubber broken with

Posted: Apr 17, 2009

Any news?
Is fix/workaround coming ? (please)