Publishing Flash video streaming - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T10:24:06Zhttp://stackoverflow.com/feeds/question/44143http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/44143/publishing-flash-video-streaming3Publishing Flash video streamingGreg Roberts2008-09-04T16:39:07Z2009-11-15T09:33:42Z
<p>What options do I have to publish Flash video from webcams other than Adobe's Flash Media Server and Red5? I would prefer a solution in .NET, Python or PHP but can't find anything.</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/44155#441551Answer by Stu Thompson for Publishing Flash video streamingStu Thompson2008-09-04T16:46:11Z2008-09-04T16:46:11Z<p>Besides another commercial product, like <a href="http://www.wowzamedia.com/" rel="nofollow">Wowza Media Server</a>, you could go with a CDN (Content Delivery Network), like <a href="http://www.limelightnetworks.com/" rel="nofollow">Limelight Networks</a> or <a href="http://www.voxel.net/" rel="nofollow">Voxel.net</a>. You might even be able to find a local hosting provider that would serve up live Flash video for you.</p>
<p>(Live Flash video in a non-trivial thing to do, so the options are a bit limited.)</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/45136#451360Answer by 81bronco for Publishing Flash video streaming81bronco2008-09-05T02:25:44Z2008-09-05T02:25:44Z<p>It looks like WebOrb can do it: <a href="http://www.themidnightcoders.com/weborb/dotnet/faq.shtm" rel="nofollow">WebOrb FAQ</a> (last entry)</p>
<blockquote>
<p>Can I stream Flash video to a Flex/Flash client through WebORB?
Yes, WebORB supports FLV video streaming. An example is included with the WebORB for .NET product distribution.</p>
</blockquote>
<p>I haven't worked with WebOrb though, so I can't say for sure how easy it is.</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/45173#451730Answer by onekidney for Publishing Flash video streamingonekidney2008-09-05T03:13:51Z2008-09-05T03:20:47Z<p>Weborb (<a href="http://www.themidnightcoders.com/weborb/" rel="nofollow">http://www.themidnightcoders.com/weborb/</a>) has some awesome benefits on the data access side if you're looking to do some AMF as well as streaming video it could be a very decent option (and has a php and .net version). </p>
<p>On the python side I found (<a href="http://rtmpy.org/" rel="nofollow">http://rtmpy.org/</a>) but couldn't say too much about it as I have never used it...</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/108600#1086000Answer by mike.eci for Publishing Flash video streamingmike.eci2008-09-20T16:13:33Z2008-09-20T16:13:33Z<p>Weborb can play flv over http, but cannot accept an rtmp live stream from a webcam, so cannot re-stream this input. In addition to the alternatives given for rtmp (FMS,red5,wowza) you could also use haxevideo. </p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/108902#1089020Answer by unknown (yahoo) for Publishing Flash video streamingunknown (yahoo)2008-09-20T18:13:51Z2008-09-20T18:13:51Z<p>WebORB actually can accept live video stream from a user camera and definitely can restream it to other clients. I provides a video chat demo right in the product distribution. </p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/214765#2147650Answer by Lieven Cardoen for Publishing Flash video streamingLieven Cardoen2008-10-18T08:39:36Z2008-10-18T08:39:36Z<p>I have mainly used FluorineFX and WebORB in Flex business applications. I don't think fluorine supports video streaming, but WebORB definetely does. However, a colleague of mine searched a while to get it working with AS2 and didn't manage. Red5 was up and running with AS2 in no time. With AS3 there's lots of documentation from the site of WebORB. WebORB does has the advantage that is supports .NET, Java, PHP and Ruby. Silverlight will also be supported, so that'll be great!</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/1228377#12283770Answer by Neb for Publishing Flash video streamingNeb2009-08-04T16:00:26Z2009-08-04T16:00:26Z<p>If you are looking for a turnkey solution, you can use the <a href="http://nimbb.com/Help/Api.aspx" rel="nofollow">Nimbb API</a>, which allows recording of short videos from webcam using a widget you can embed in your site. You can also download the recorded video files in FLV format if you want (via Web Service), or simply use the Nimbb Player for playback. Hosting of videos is done by their servers, you only need to code a few HTML/Javascript lines.</p>
http://stackoverflow.com/questions/44143/publishing-flash-video-streaming/1390924#13909240Answer by jtvdeveloper for Publishing Flash video streamingjtvdeveloper2009-09-07T20:54:47Z2009-09-07T20:54:47Z<p>Justin.tv has a turnkey API, similar to Nimbb.</p>