7/19/2010 3:54:50 PM
Title:
Speex with Flash and Microsoft
I'd like to integrate a web based Flash site with a .NET 4.0 server, possibly connected to MS Communication Server, to do real time communication. The end goal is speech-to-text from the flash site. Does this seem possible with FP10 and the Speex codec?
Thanks,
David
Rayan
Points: 700
Posts:0
7/19/2010 11:48:43 PM
Flash uses RTMP protocol to connect, send and receive audio or video data. Currently this protocol works with Flash Media server, RED5 Server, WOWZA server. To be able to use MS Communication server it should support communication through RTMP protocol which I don't think is supported by MS communication server.
7/19/2010 11:55:47 PM
Microsoft stays away from adobe, so the MS communication server is not compatible with Flash player. If its just about saving the audio stream then you can go for the free RED5 server. The server side coding can be done using JAVA. you can save the audio on server then use any server API whether its from .net or any other language to do your speech to text conversion.