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

Your preferred username that is used when logging in.

WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player Created Oct 27, 2009

This thread is solved

Views: 3426     Replies: 10     Last reply Aug 6, 2011  
You must login first before you can use this feature

weezyfbaby

Posts: 2

Registered:
Oct 27, 2009

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

Posted: Oct 27, 2009

i am trying to embed a live ustream channel into flowplayer or jw player but cannot figure it out. if anyone knows how to do this, please email me at mybetex@gmail.com

I WILL BE MORE THAN HAPPY TO COMPENSATE YOU THROUGH PAYPAL FOR YOUR TIME AND EFFORT!

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

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

Posted: Oct 27, 2009

Reply to: WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from weezyfbaby
This should be possible by implementing a custom URL Resolver for ustream. This is ActionScript development.http://developer.ustream.tv has info about this.

gpo1

Posts: 6

Registered:
Apr 16, 2009

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

Posted: Jan 15, 2010

Reply to: » WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from Anssi
Am very interested in this... @Anssi am a bit confused on ActionScript.
Is it like CDN integration?
How is it done?

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

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

Posted: Jan 15, 2010

Reply to: » » WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from gpo1
it is like CDN integration. Take a look at this resolver that is used to resolve a video url hosted in the Sorenson 360 platform:http://code.google.com/p/flowplayer-plugins/source/browse/flash/sorenson/trunk/src/actionscript/org/flowplayer/sorenson360/SorensonURLResolver.as

The key parts you need to do in this resolver are:

  1. The player will call the resolve() method, passing it a clip instance and a success listener function
  2. find out the URL of the live stream using the ustream tools/API
  3. set the resolved URL to the clip using _clip.setResolvedUrl(this, resolvedURL);
  4. Call the success listener function that you received as the resolve() function argument

weezyfbaby

Posts: 2

Registered:
Oct 27, 2009

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

Posted: Jan 18, 2010

Reply to: » » WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from gpo1
i figured out how to do this. if you want to know how email me at blackdiamondelectronic@gmail.com

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

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

Posted: Feb 9, 2010

Reply to: » » » » WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from gpo1
We should have a plugin for this soon. I'll keep you updated. weezyfbaby is working on it.

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

ustream and justin.tv

Posted: Mar 3, 2010

Reply to: » » » » » » WILL PAY CASH whoever can figure this out for me embedding ustream channel into flowplayer or jw player, from gpo1
Haven't heard anything from the developer. Anyone else want to take a shot at this? We will pay for a working plugin, ustream and justin.tv are both something we need plugins for.