Skip to main content
Participant
October 15, 2012
Question

What's the maximum numuber of folders can FMS4.0 support in fms.ini's LIVE_DIR deploy ?

  • October 15, 2012
  • 2 replies
  • 737 views

  Hey guys, I want to "Duplicate the live service" by "Stream live media (RTMP)" on flashmediaserver_4.0&linux .

 

  I have successfully tried   2 ways  as follows, they can be previewed by FVPlayer:

 

  LIVE2_DIR = /opt/adobe/fms/applications/live2

 

  LIVE3_DIR = /opt/adobe/fms/applications/live3/live2

  But in this way as follows cann't be previewed:

 

  LIVE4_DIR = /opt/adobe/fms/applications/live4/live3/live2

 

  So whether the maximum numuber of folders can FMS4.0 support in fms.ini's LIVE_DIR deploy under the

"/opt/adobe/fms/applications/" is 2 ?

  I have looked up this  in  flashmediaserver_4.0_dev_guide.pdf, but there are no releated instuctions mentioned.

  Can anybody help me ?

    This topic has been closed for replies.

    2 replies

    Adobe Employee
    October 18, 2012

    To duplicate

    do

    1. Create /opt/adobe/fms/applications/live1, /opt/adobe/fms/applications/live2, /opt/adobe/fms/applications/live3 /opt/adobe/fms/applications/live4

    2. Rename LIVE_DIR in /opt/adobe/fms/applications/live1/application.xml to LIVE1_DIR ,

    Rename LIVE_DIR in /opt/adobe/fms/applications/live2/application.xml to LIVE2_DIR.. same for other duplicates

    3. Add the value of LIVE1_DIR, LIVE2_DIR etc in ams.ini

        LIVE1_DIR can be configured to C:\Program Files\Adobe\Adobe Media Server 5\applications\live1

        LIVE2_DIR can be configured to C:\Program Files\Adobe\Adobe Media Server 5\applications\live2

    Adobe Employee
    October 18, 2012

    LIVE_DIR parameter is used in Application.xml of the live application. So whatever you configured there, it is substituted in application.xml of live application and is used for Virtual directory for that application.

    LIVEX_DIR has no meaning unless you are referencing the same in any of the configuration xml.