FMS XMLSocket Connection to .Net Web Server
I have an interactive environment (classroom) and I would like to create an HTML 5 client. For example, I already have Flash Clients which connection via RTMP in order to send/recieve data events, as well as live audio.
Can I use the XMLSocket class (or something else) to create a connection to a web server (for example .Net). The web server would then act as an intermediary between the Flash Media Server and the HTML 5 client. The web server could communicate with the HTML 5 page via AJAX, and the Web Server and FMS could hopefully communicate via the XMLSocket.
When events are dispatched to clients on the server, a message would also be sent via the XMLSocket to the web server. The web server could then relay these messages via AJAX.
Would the XMLSocket functionality in FMS be compatible with a .Net application via a Socket Connection? Is there a better way to relay messages between Flash Media Server and an HTML 5 page? The interaction requires two way communication, for example Chat.
The other component to the process is the Live Audio. My plan is to use HTTP Live Streaming HLS to play the live audio on a mobile device using HTML 5 tags. I have been having some trouble getting this working, but my focus for this question is the data event messaging side of the equation.
Thanks.
