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

Your preferred username that is used when logging in.

Cluster Plugin - unable to connect Created Jan 28, 2010

This thread is solved

Views: 2684     Replies: 9     Last reply Aug 13, 2011  
You must login first before you can use this feature

mwood

Posts: 13

Registered:
Jun 19, 2009

Cluster Plugin - unable to connect

Posted: Jan 28, 2010

I have been trying to implement the Cluster plugin. We use limelight to stream our videos and we were hoping to use Cluster to add Amazon Cloudfront as a failover if limelight goes down.

Here is a video working with limelight, without cluster -
http://floatmargin.com/flowvideo/index.html

Here is a video working with Amazon, without cluster -
http://floatmargin.com/flowvideo/indexamazon.html

Here is me trying to use Cluster with limelight first and amazon second -http://floatmargin.com/flowvideo/indexcluster.html

You can see the js I am using for cluster here -
http://floatmargin.com/flowvideo/multimedia-cluster.js

I am using flowplayer 3.1.5 and the latest version of all the plugins.

If you open firebug and look at the console you will see the messages for it trying to connect to limelight, failing and not trying amazon -

attempting to connect to: rtmp://mgraphics.fcod.llnwd.net/a3661/o33
connection failed to: rtmp://mgraphics.fcod.llnwd.net/a3661/o33
connection failed to: rtmp://mgraphics.fcod.llnwd.net/a3661/o33

Any ideas? Thanks.

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» Cluster Plugin - unable to connect

Posted: Feb 1, 2010

Reply to: Cluster Plugin - unable to connect, from mwood
There was a bug in the cluster plugin causing it to fail when using it to cluster RTMP servers. I have now fixed this. Please test with this development version:https://flowplayer-releases.s3.amazonaws.com/flowplayer.cluster/flowplayer.cluster-3.1.2-dev.zip

mwood

Posts: 13

Registered:
Jun 19, 2009

» » Cluster Plugin - unable to connect

Posted: Feb 1, 2010

Reply to: » Cluster Plugin - unable to connect, from Anssi
This worked great, thanks.

A couple of ideas for future development, if they are even possible. Right now it appears that the plugin only rolls over to the second if the first server can't be reached at all. But it does not roll over if it can't reach the application (tested by adding some random characters to the end of the host) and it does not roll over if the file you are trying to stream is not found on that server.

mbahar

Posts: 6

Registered:
Nov 19, 2009

» » Cluster Plugin - unable to connect

Posted: Feb 13, 2010

Reply to: » Cluster Plugin - unable to connect, from Anssi
Anssi, same problem for me;

Still with the cluster.3.1.2-dev.zip, the problem is not solved.

here is the configuration.

http://media.samanyoluhaber.com/video/habervideo/t/player/v3/player_v2_clustering.htm

need urgent help, many thanks...

cristian_sfercoci@yahoo.com

Posts: 1

Registered:
Dec 10, 2009

» » » Cluster Plugin - unable to connect

Posted: Feb 18, 2010

Reply to: » » Cluster Plugin - unable to connect, from mbahar
The same problem I encounter either with this plugin!
It's urgent!

jayme

Posts: 2

Registered:
Mar 11, 2010

» » » » Cluster Plugin - unable to connect

Posted: Mar 11, 2010

Reply to: » » » Cluster Plugin - unable to connect, from cristian_sfercoci@yahoo.com
I am having similar problems. Has this been addressed in another thread?

jayme

Posts: 2

Registered:
Mar 11, 2010

» » » » » Cluster Plugin - unable to connect

Posted: Mar 16, 2010

Reply to: » » » » Cluster Plugin - unable to connect, from jayme
anyone?

Loris

Posts: 7

Registered:
Oct 20, 2009

» » » » » » Cluster Plugin - unable to connect

Posted: Mar 16, 2010

Reply to: » » » » » Cluster Plugin - unable to connect, from jayme
Bump, this is very urgent
Can't connect to FMS neither using the cluster plugin and since the RTMP plugin do not raise any error event when connection fail, i need to use the cluster plugin

Dirty South TV
The Future Of Music Television

Posts: 2

Registered:
Mar 12, 2010

for mwood

Posted: Mar 12, 2010

Reply to: Cluster Plugin - unable to connect, from mwood
Dear mwood,

Firstly-Short of a world war or the end of the earth itself-Limelight will never be or go down (just trust me on this).
My question is, why are you with Limelight in the first place when Singlehop trounces them in value for the dollar? Maybe you should give Singlehop a call one of these days so they can explain to you how much you are over-paying with Limelight each month.

Secondly: I'm happy to hear that you seem to be all squared away with your initial connecting issue.

Thirdly: Can someone from Flowplayer please give us a call at 404 759 0046 (Atlanta, Georgia US). We have a few questions to ask you about one of the multi-licenses.

One Love,
G.

Rosane

Posts: 4

Registered:
Jun 4, 2010

rtmp and limelight

Posted: Jun 4, 2010

Reply to: Cluster Plugin - unable to connect, from mwood
Hi Mwood,

I cannot get the rtmp plugin to work with Limelight. I would very much appreciate if you could help me as we're hoping to integrate this on our production sites.

Here is my code - I've also added the flowplayer-3.2.2.js in the <header> tags.


<a style="display:block;width:425px;height:300px;" id="player" ></a>
<script type="text/javascript">
  flowplayer("player", "/images/flowplayer/flowplayer-3.2.2.swf", {
    plugins: {
      rtmp: {
	 url: '/images/flowplayer/flowplayer.rtmp-3.2.0.swf',
	 netConnectionUrl: 'rtmp://myaccount.llnwd.net/somefolders',
	 subscribe: true
      },		   		
    },
    clip: {
       provider: 'rtmp',
       url: '138'
    }
});
</script>

This is an ondemand video. The video is not loading and I'm getting a 303: cannot load resources #2124 error.

Thanks so much in advance!