FIxed the RTMP plugin documentation.
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
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'),
Sorry the player cannot do this. Transcoding is quite a heavy process and cannot be done on the fly in the player.
Yep, these are now fixed and committed.
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
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
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.
With the Bundled license we provide you with a license key algorithm that you can use to generate keys.
» 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.
Sorry the changes were not committed to SVN yet. Now they are.
OK, the fix is out with 3.1.5 now. Had to be quick with this as we are heading to NY tomorrow.
OK, the fix is out with 3.1.5 now. Had to be quick with this as we are heading to NY tomorrow.
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.
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
Anssi
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
Anssi
» » » » » » » » » (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.
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);
}
}