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

Your preferred username that is used when logging in.

Forum user: Anssi Flowplayer Flash & video streaming developer

Basic information

Registered Jul 24, 2007
Last login on wednesday
Forum posts 818
Direct URL http://www.flowplayer.org/forum/users/3

Latest forum posts

Posts:

Registered:

» » » » » RTMP Streaming to Internap CDN

Posted: 2 weeks and 1 days ago

FIxed the RTMP plugin documentation.

Posts:

Registered:

» Akamai Streaming With Tokenization

Posted: 2 weeks and 3 days ago

try escaping the URL:


url: escape('http://rsa.edgeboss.net/flash/rsa/gtfe/stream/081120_envisionpochowto8x6_custom_6x4.flv?timestamp=1257254889&ttl=120000&iprange=0.0.0.0/0&cryptosignature=BD486D0B4DFE9C3DF2CC15720326E40534E52871'),   

Posts:

Registered:

» Autoconvert stream on fly

Posted: 2 weeks and 4 days ago

Sorry the player cannot do this. Transcoding is quite a heavy process and cannot be done on the fly in the player.

Posts:

Registered:

» What is "props" for?

Posted: 2 weeks and 5 days ago

Yep, these are now fixed and committed.

Posts:

Registered:

» Missing SWFs

Posted: 2 weeks and 5 days ago

Thanks for sharing all this info. I've now added flowplayer-3.1.4.min.js to the SVN repository as it was missing. I've also committed a fixed build.properties file that does not refer to all the plugins in the plugin.classes property.

If you want to build the latest 3.1.5 version it's tagged using flow_3_1_5 tag:http://code.google.com/p/flowplayer-core/source/browse/flowplayer/#flowplayer/tags/flow_3_1_5
The plugins are tagged using ver_3_1_5 tag:http://code.google.com/p/flowplayer-plugins/source/browse/#svn/flash/controls/tags/ver_3_1_5

Posts:

Registered:

» just bought multi-domain, adding domains to license

Posted: 3 weeks and 2 days ago

With multidomain you have to log in to flowplayer.org every time you need a new domain. This is unfortunately the case right now.

With the Bundled license we provide you with a license key algorithm that you can use to generate keys.

Posts:

Registered:

» WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player

Posted: 3 weeks and 3 days ago

This should be possible by implementing a custom URL Resolver for ustream. This is ActionScript development.http://developer.ustream.tv has info about this.

Posts:

Registered:

» » » » » Play button overlaid on video

Posted: 3 weeks and 4 days ago

Sorry the changes were not committed to SVN yet. Now they are.

Posts:

Registered:

» fix for wmode transparent initialization

Posted: 3 weeks and 6 days ago

OK, the fix is out with 3.1.5 now. Had to be quick with this as we are heading to NY tomorrow.

Posts:

Registered:

» » Play button overlaid on video

Posted: 3 weeks and 6 days ago

OK, the fix is out with 3.1.5 now. Had to be quick with this as we are heading to NY tomorrow.

Posts:

Registered:

» Play button overlaid on video

Posted: 3 weeks and 6 days ago

This should be fixed now in this version. Please let me know how this works for you, you will need the player and the controls plugin from the page linked above.

Posts:

Registered:

fix for wmode transparent initialization

Posted: 3 weeks and 6 days ago

This version should fix the issue. Please test with flowplayer 3.1.5-dev and controls 3.1.5-dev and let me know how it works.

Anssi

Posts:

Registered:

» Wowza Load Balancing and rtmpe protocol

Posted: 4 weeks and 3 days ago

Wowza has now updated the Loadbalancer package so that it passes the querystring through. Re-download the package from here and it should fix this issue:http://www.wowzamedia.com/forums/showthread.php?t=4637

Anssi

Posts:

Registered:

» » » » » » » » » (cant edit post) - there is definetly a flowplayer bug in all this

Posted: 4 weeks and 4 days ago

Hi all. I will be addressing this issue for the next version of Flowplayer. Right now I don't have a computer I can use to debug this as Tero's test page works fine in my Firefox on Mac.

Posts:

Registered:

» Still present in version 3.1.4

Posted: 4 weeks and 5 days ago

This issue is now fixed in our current development version. Checked the available properties in the info object with following code:


onFI: function(clip, info) {
    console.log("onFI event triggered");
    for (var prop in info) {
        console.log("prop " + prop + ": " + info.prop);
    }
}