Best Flash Audio/Video + Interactivity server? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T15:52:21Z http://stackoverflow.com/feeds/question/168114 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/168114/best-flash-audio-video-interactivity-server 10 Best Flash Audio/Video + Interactivity server? davr 2008-10-03T17:58:15Z 2009-03-16T21:40:56Z <p>I'm looking for suggestions on Flash realtime servers. Currently, we use a combination of Moock's <a href="http://www.moock.org/unity/" rel="nofollow">Unity</a> and <a href="http://osflash.org/red5" rel="nofollow">Red5</a>, but there are a couple problems. First, we are moving to AS3, and Unity only supports AS2. Secondly, Red5 is pretty flaky for us, we'd prefer something more stable. We can't use the official Flash Media Server, it's a bit out of our price range (starts at <a href="http://www.adobe.com/products/flashmediaserver/compare/" rel="nofollow">$4,500</a> for a single license).</p> <p>So far, I've found two servers that look like they would meet my needs, <a href="http://www.electro-server.com/overview.aspx" rel="nofollow">ElectroServer</a> and <a href="http://www.wowzamedia.com/products.html" rel="nofollow">Wowza Media Server</a>. Does anyone have any experience with these, or have any other servers to suggest? The main features I'm looking for:</p> <ol> <li>Stable</li> <li>AS3 support in client libraries</li> <li>Can extend server-side (with Java or other languages)</li> <li>Supports real time audio/video from flash clients (eg webcams)</li> <li>(not required, but very helpful) Some method of communicating when all traffic except HTTP or HTTPS is blocked. Eg RTMPT (tunnels RTMP over HTTP) support or similar.</li> <li>Reasonable performance, I'd like to get at least a couple hundred users connected without killing a server.</li> </ol> http://stackoverflow.com/questions/168114/best-flash-audio-video-interactivity-server/175757#175757 4 Answer by Gilles for Best Flash Audio/Video + Interactivity server? Gilles 2008-10-06T19:16:43Z 2008-10-07T14:03:40Z <p>Give <a href="http://www.wowzamedia.com/" rel="nofollow">Wowza</a> a try! I've only used it for webcam recording, but the experience was very seamless, a far cry from Red5. Plus as a developer you can use the full Wowza for free AFAIK, so you don't have to take my word for it. It's easy to install, they have good code samples, it really gave me a good impression.</p> <p>Another interesting fact is that Wowza is made by ex-Adobe/Macromedia engineers who used to work on FMS.</p> http://stackoverflow.com/questions/168114/best-flash-audio-video-interactivity-server/232072#232072 0 Answer by paranoio for Best Flash Audio/Video + Interactivity server? paranoio 2008-10-24T00:16:21Z 2008-10-24T00:16:21Z <p>I prefer red5 , it has been developed a lot these lasts months and i found it pretty stable. Once you get one app working the rest is easy and all the requirements you mention are available. If for "more stable" you mean the red5 source code changes too much , yes it does if you use the svn but you could choose one of the old versions and have a pretty good server for a while until you need to move to a newer version.</p> <p>Also there is nothing like open source , you can change anything and share it so others can help improve it taking something and giving as well, the problem with a commercial solution is that even when you get proffesional support or a pretty stable product you will get the answer "we dont support customized servers" or such when you have very specific requirements, so forget about experimenting :P </p> http://stackoverflow.com/questions/168114/best-flash-audio-video-interactivity-server/232877#232877 2 Answer by Iain for Best Flash Audio/Video + Interactivity server? Iain 2008-10-24T08:58:13Z 2008-10-27T17:30:00Z <p>I vote ElectroServer - it's pretty stable, reasonably priced and I've met the guy who runs the company and he's a swell guy!</p> <ol> <li>Stable - YES</li> <li>AS3 support in client libraries -YES</li> <li>Can extend server-side (with Java or other languages) - YES</li> <li>Supports real time audio/video from flash clients (eg webcams) - YES</li> <li>(not required, but very helpful) Some method of communicating when all traffic except HTTP or HTTPS is blocked. Eg RTMPT (tunnels RTMP over HTTP) support or similar. NO - BUT WILL BE SUPPORTED IN NEXT VERSION</li> <li>Reasonable performance, I'd like to get at least a couple hundred users connected without killing a server. YES - EXTENSIVELY LOAD TESTED WITH THOUSANDS OF USERS</li> </ol> http://stackoverflow.com/questions/168114/best-flash-audio-video-interactivity-server/652254#652254 1 Answer by davr for Best Flash Audio/Video + Interactivity server? davr 2009-03-16T21:40:56Z 2009-03-16T21:40:56Z <p>For future reference, we ended up going with Wowza. Wowza and ElectroServer seemed pretty close in most aspects, so we tried to do a little demo in each one to compare. We had some trouble gettings started with ES, so we just went with Wowza.</p>