This is a message.

Forum user: chrisnofneur

Basic information

Registered Mar 20, 2009
Last login Dec 29, 2009
Forum posts 8
Direct URL http://www.flowplayer.org/forum/users/9326

Latest forum posts

Posts:

Registered:

» Fast forward with sound (pitch correction)

Posted: Dec 29, 2009

have you found a trick ?

You should have a look at VLC :http://www.videolan.org/doc/play-howto/en/ch04.html#id310965

you can embed it in an html page and set the player rate :


vlc.input.rate : input speed given as float (1.0 for normal speed, 0.5 for half speed, 2.0 for twice as fast, etc.)


Posts:

Registered:

» GWT and Flow Player

Posted: Dec 29, 2009

Have you tried using JSNI ?

http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html

You can call Javascript code directly from your java classes.

Posts:

Registered:

» Activate log

Posted: Sep 2, 2009

Ok, I got it.

I need to activate Firebug, I thought that the Firefox console was enough.

Posts:

Registered:

Play a RTMP-E Stream with flowplayer

Posted: Sep 2, 2009

Hi

I've followed the example on this page :http://flowplayer.org/plugins/streaming/rtmp.html

I got the player working perfectly.

Now, when I try to connect to a rtmp-e stream (hosted by an external service : I have no access to the server) the player doesn't load and play the video. I have the play button but nothing is loaded (the duration is 0:0).

My question is, is it possible to play a video streamed from a RTMP-E server ? which plugin should I use ?

Posts:

Registered:

Activate log

Posted: Sep 2, 2009

Hi

When I try to activate log :


<script language="JavaScript"> 
flowplayer("fms", "flowplayer/flowplayer-3.1.2.swf", { 

    debug: true,  
    log: { level: 'debug', filter: 'org.flowplayer.rtmp.*' },  
 
    clip: { 
(...)


I got the following error in the firefox console :


Error: console is not defined
Source File: http://srvtest/flv/flowplayer/flowplayer-3.1.2.min.js
Line: 24

What's wrong with my javascript ?

Thanks

Posts:

Registered:

» » » Giving up Compiling flowplayer

Posted: Aug 25, 2009

I am having another issue !!

Here is the log, it speaks from itself :


$Buildfile: build.xml

check-uptodate:
     [echo] main up-to-date: ${uptodate.main}
     [echo] main up-to-date: ${uptodate.commercial}
     [echo] lib up-to-date: true

build-lib:

plugins:

build:
     [echo] ++ flowplayer.akamai.swf +++
     [echo] 
     [echo] checking if flowplayer.akamai.swf is uptodate
     [echo] main up-to-date: true

prepare:

compile:

deploy:

_deploy:
     [echo] deploying plugin to ../flowplayer.core
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/dist

build:
     [echo] ++ flowplayer.audio.swf +++
     [echo] 
     [echo] checking if flowplayer.audio.swf is uptodate
     [echo] main up-to-date: true

prepare:

compile:

deploy:

_deploy:
     [echo] deploying plugin to ../flowplayer.core
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/dist

build:
     [echo] ++ flowplayer.bwcheck.swf +++
     [echo] 
     [echo] checking if flowplayer.bwcheck.swf is uptodate
     [echo] main up-to-date: ${uptodate.main}

prepare:
    [mkdir] Created dir: /data/home/dev/flex/flowplayer/bwcheck/build
    [mkdir] Created dir: /data/home/dev/flex/flowplayer/bwcheck/dist
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/bwcheck/build
    [unzip] Expanding: /data/home/dev/flex/flowplayer/flowplayer.devkit/flowplayer.swc into /data/home/dev/flex/flowplayer/bwcheck/build

compile:
     [echo] compiling with  
     [echo] compiling with  
     [exec] Loading configuration file /data/home/dev/apps/flex-sdk/frameworks/flex-config.xml
     [exec] /data/home/dev/flex/flowplayer/bwcheck/src/actionscript/org/flowplayer/bwcheck/DynamicStream.as(119): col: 40 Error: Access of possibly undefined property info through a reference with static type flash.net:NetStream.

     [exec]                     _previousDroppedFrames = _netStream.info.droppedFrames;
     [exec]                                                         ^

     [exec] /data/home/dev/flex/flowplayer/bwcheck/src/actionscript/org/flowplayer/bwcheck/DynamicStream.as(127): col: 36 Error: Access of possibly undefined property info through a reference with static type flash.net:NetStream.

     [exec]                             var maxbw:Number =  _netStream.info.maxBytesPerSecond*8/1024;
     [exec]                                                            ^

     [exec] /data/home/dev/flex/flowplayer/bwcheck/src/actionscript/org/flowplayer/bwcheck/DynamicStream.as(131): col: 34 Error: Access of possibly undefined property info through a reference with static type flash.net:NetStream.

     [exec]                              _maxBandwidth =  _netStream.info.maxBytesPerSecond*8/1024;
     [exec]                                                          ^

     [exec] /data/home/dev/flex/flowplayer/bwcheck/src/actionscript/org/flowplayer/bwcheck/DynamicStream.as(169): col: 21 Error: Access of possibly undefined property info through a reference with static type flash.net:NetStream.

     [exec]                             || ((_netStream.info.droppedFrames - _previousDroppedFrames)*1000/(nowTime - _previousDroppedFramesTime) > _netStream.currentFPS*0.25)) {
     [exec]                                             ^

     [exec] /data/home/dev/flex/flowplayer/bwcheck/src/actionscript/org/flowplayer/bwcheck/DynamicStream.as(201): col: 69 Error: Access of possibly undefined property info through a reference with static type flash.net:NetStream.

     [exec]                                     log.debug("Switching down because of dropped fps "+(_netStream.info.droppedFrames - _previousDroppedFrames)*1000/(nowTime - _previousDroppedFramesTime)+ " is greather than 0.25 of fps: "+ _netStream.currentFPS*0.25);
     [exec]                                                                                                    ^

  (...)

BUILD FAILED
/data/home/dev/flex/flowplayer/flowplayer.core/build.xml:269: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.core/build.xml:283: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:184: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:29: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:175: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:95: exec returned: 10


Posts:

Registered:

» » Giving up Compiling flowplayer

Posted: Aug 25, 2009

I am having the following issue. When I try to compile flowplayer, it tries to load this folder flowplayer/flowplayer/build but can't find it.

I resolved this problem creating a symbolic link between in the parent flowplayer directory : flowplayer >> flowplayer.core.

Is there an other way to solve this issue ?

Here is the log:



Buildfile: build.xml

check-uptodate:
     [echo] main up-to-date: ${uptodate.main}
     [echo] main up-to-date: ${uptodate.commercial}
     [echo] lib up-to-date: true

build-lib:

plugins:

build:
     [echo] ++ flowplayer.akamai.swf +++
     [echo] 
     [echo] checking if flowplayer.akamai.swf is uptodate
     [echo] main up-to-date: true

prepare:

compile:

deploy:

_deploy:
     [echo] deploying plugin to ../flowplayer.core
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/build
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/flowplayer.core/dist

build:
     [echo] ++ flowplayer.audio.swf +++
     [echo] 
     [echo] checking if flowplayer.audio.swf is uptodate
     [echo] main up-to-date: ${uptodate.main}

prepare:
    [mkdir] Created dir: /data/home/dev/flex/flowplayer/audio/example
    [mkdir] Created dir: /data/home/dev/flex/flowplayer/audio/build
    [mkdir] Created dir: /data/home/dev/flex/flowplayer/audio/dist
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/audio/build
    [unzip] Expanding: /data/home/dev/flex/flowplayer/flowplayer.devkit/flowplayer.swc into /data/home/dev/flex/flowplayer/audio/build

compile:
     [echo] compiling with  
     [echo] compiling with  
     [exec] Loading configuration file /data/home/dev/apps/flex-sdk/frameworks/flex-config.xml
     [exec] /data/home/dev/flex/flowplayer/audio/build/flowplayer.audio.swf (2896 bytes)

build:
     [echo] ++ flowplayer.audio.swf +++
     [echo] 
     [echo] checking if flowplayer.audio.swf is uptodate
     [echo] main up-to-date: true

prepare:

compile:
     [copy] Copying 1 file to /data/home/dev/flex/flowplayer/audio/build

example:

BUILD FAILED
/data/home/dev/flex/flowplayer/flowplayer.core/build.xml:269: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.core/build.xml:283: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:184: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:29: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:176: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:180: The following error occurred while executing this line:
/data/home/dev/flex/flowplayer/flowplayer.devkit/plugin-build.xml:162: /data/home/dev/flex/flowplayer/flowplayer/build not found.

Total time: 5 seconds

Posts:

Registered:

» Giving up Compiling flowplayer

Posted: Aug 25, 2009

You need to remove the comment in the build.properties file (and not build.xml as you wrote)

and check out all the following projects:

akamai
audio
bwcheck
captions
cluster
content
controls
pseudostreaming
rtmp
securestreaming
smil

ie: svn checkout http://flowplayer-plugins.googlecode.com/svn/flash/captions/trunk/ captions