Skip to main content
Known Participant
August 9, 2011
Question

communicate to FMS from browser not with swf

  • August 9, 2011
  • 1 reply
  • 652 views

Cen i communicate to FMS from browser not with swf.

For example - by javascript from user side or by C# from IIS server side.

I need to built a live chat appliction where the swf only get the live streem and show it to the user

but all the other logic code that communicate to FMS will be not in the swf and not in some *.exe file.

I need this because this live chat appliction will have to work on apple ipad and iphone

soon when FMS will be able to stream to those devices and i will have to abandon the swf anyway.

big thanks for your halp

cheinan

    This topic has been closed for replies.

    1 reply

    August 9, 2011

    Assuming we're talking about data that resides in your application code, the only way to get to it is via RTMP (there is no HTTP provider structure for FMIS).

    Javascript won't work (no reliable sockets yet), but C# might be a viable solution. I don't know of any production ready c# RTMP libraries, but then again, I haven't gone looking for them.

    Alternately, you could use wowza media server. It has an HTTP provider implementation that will allow you to handle HTTP requests, and invoke methods/read variables from application instances.