This is a message.

Flowplayer Makes Unnecessary Connections Created Aug 19, 2011

This thread is solved

Views: 1121     Replies: 5     Last reply Nov 10, 2011  
You must login first before you can use this feature

muhasebe

Posts: 5

Registered:
Jul 18, 2011

Flowplayer Makes Unnecessary Connections

Posted: Aug 19, 2011

Hi,

I have a problem about flowplayer's methods. I am using Wowza Media Server to watch the work flow. AFAIK Play or setPlaylist method does an additional unnecessary disconnection and connection to our server which creates a lot of traffic. I am getting rtmp url as clip. When I skip to another song, I am giving new stream url to play method. Later the flow goes like this; stop (old song) disconnect connect-pending connect play (new song).

Is there a way to avoid these unnecessary connections? I want to stay connected at the whole sessions.

Dogan

Anssi
Flowplayer Flash & video streaming developer

Posts: 1197

Registered:
Jul 24, 2007

» Flowplayer Makes Unnecessary Connections

Posted: Aug 20, 2011

Reply to: Flowplayer Makes Unnecessary Connections, from
This is now in our issue tracker, and will be fixed for our next release.

http://code.google.com/p/flowplayer-core/issues/detail?id=364

muhasebe

Posts: 5

Registered:
Jul 18, 2011

» » Flowplayer Makes Unnecessary Connections

Posted: Aug 22, 2011

Reply to: » Flowplayer Makes Unnecessary Connections, from Anssi
Hi,

Is there a release plan or a date for the next release?

Thanks

muhasebe

Posts: 5

Registered:
Jul 18, 2011

» » Flowplayer Makes Unnecessary Connections

Posted: Sep 2, 2011

Reply to: » Flowplayer Makes Unnecessary Connections, from Anssi
Hi,

I still have the same problem. I used flowplayer-3.2.7.swf, flowplayer.controls-3.2.5.swf and flowplayer.rtmp.3.2.3.swf which you posted; but they did not change anything. My logs are still the same.

Connection (at the beginning):
connect-pending
connect

Starting first song:
create
play

Skipping 2.song:
stop
destroy
disconnect
connect-pending
connect
create
play

Skipping 3.song:
stop
destroy
disconnect
connect-pending
connect
create
play

Flowplayer's play method triggers these connections. Do you have any ideas?

muhasebe

Posts: 5

Registered:
Jul 18, 2011

» » Flowplayer Makes Unnecessary Connections

Posted: Sep 5, 2011

Reply to: » Flowplayer Makes Unnecessary Connections, from Anssi
Hello,

We expect a fast return about this issue, it became an emergency situation for us. Hope to hear soon.