Reputation: 582
I'm looking to build an app, which will at least in part require audio streamed live from a client machine to a server. I'd ideally like to run a linux server, the rest of my app is written in Ruby, so bonus points for a Ruby-centric set up, and I would like to avoid the Flash Media Server and/or Red5 if possible. (It just seems like a lot of software that I'm not really going to use.)
Bottom line -- can I stream from Flash without using RTMP/RTMFP? If not, can I receive that in a Ruby-based app? Is this worth even attempting in Silverlight?
Upvotes: 0
Views: 266
Reputation: 24617
Bottom line -- can I stream from Flash without using RTMP/RTMFP?
Yes. The ActionScript 3 API offers two other types of realtime communcation:
Here are some implementation insights from unrelated questions and answers:
Flex - XMLSocket truncates the final closing tag of the XML - why?
How to transmit live video over a Socket using Flex / ActionScript 3?
Upvotes: 0