Skip to main content
Participant
March 17, 2011
Question

Sharing streaming between applications?

  • March 17, 2011
  • 1 reply
  • 433 views

I wonder if it is possible to share live video streaming between applications on the FMIS.
and also if it's possible SharedObject sharing between applications.

Sorry my english.

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    March 17, 2011

    You can make a netconnection from one server/application to another, and then use the Stream and SharedObject classes to connect to the resources over the netconnection.

    See the docs for more information:

    NetConnection: http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e76.html

    Stream: http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e42.html

    SharedObject: http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc95e-7e63.html