Skip to main content
December 5, 2012
Question

Creating multicast configurator

  • December 5, 2012
  • 1 reply
  • 508 views

FMS installation comes with configurator and I know it can be implemented in actionscript as well . But I need a way to implement in java as there is some backend process that I need to run to create stream url and manifest file . Is it possible ?

This topic has been closed for replies.

1 reply

December 7, 2012

I don't think that configurator can be implemented in java because it uses GroupSpecifier class of action script to create groupspec strings.

The GroupSpecifier class is used to construct the opaque groupspec strings that can be passed to NetStream and NetGroup constructors. A groupspec specifies an RTMFP Peer-to-Peer Group, including the capabilities, restrictions, and authorizations of the member using the groupspec.