Configuring FMS 3.5 on External Apache

Hello,
I am currently attempting to migrate a web server. Ideally, the original server would have used FMS's packaged Apache, however, this was not the case.
The problem I am encountering is as follows: The external Apache is Listening on port 80. However, FMS also requires port 80 for the server to function properly.
I've tried removing FMS's dependence on port 80 in fms.ini. However, this leads to the client-side streaming software to not be able to detect the server at all.
The best solution I've discovered thus far is configuring the external Apache to Listen on port 8134, as FMS forwards all non-fms related traffic to port 8134. However, this is a flawed solution. There is a distinct lag and the webpage itself does not act properly.
I know that it is possible to have both FMS and the external Apache to simultaneously bind to port 80 as this was the case in the previous server's configuration. However, I cannot figure out how this was done.
Any and all help and/or suggestions would be greatly appreciated. Thank you.

Hi Hans Christian RVN,
FMS 3.5 is not supported on Win 2012 R2. You may want to give it a spin on the supported platforms listed at https://www.adobe.com/support/documentation/en/flashmediaserver/357/FMS_357_Release_Notes. pdf.
~Ashish

Similar Messages

  • Configure FMS behind a proxy

    Hello,
    I've a problem to configure FMS Streaming 4.5 on an Ubuntu 10.04 Server.
    I've got a website and a FMS on the same server who is behind a proxy (not on the same server)
    Server IP : 192.168.0.2
    Proxy IP : 192.168.0.254
    FMS is configure to listen to port 1935 in fms.ini
    # This section contains configurable parameters in Adaptor.xml #
    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    ADAPTOR.HOSTPORT = :1935
    Apache  listens on port 80
    Apache wasn't installed with FMS, it's pre-installed
    This is my Virtual conf
    NameVirtualHost 192.168.0.2:80
    <VirtualHost 192.168.0.2:80>
    ServerName mydomain.com
    DocumentRoot /var/www/html/
    </VirtualHost>
    Ports 80 1111 and 1935 are opened on my server
    # RTMP Streaming
    iptables -t filter -A INPUT -p tcp --dport 1935 -j ACCEPT
    iptables -t filter -A INPUT -p udp --dport 1935 -j ACCEPT
    iptables -t filter -A INPUT -p tcp --dport 1111 -j ACCEPT
    iptables -t filter -A OUTPUT -p tcp --dport 1935 -j ACCEPT
    iptables -t filter -A OUTPUT -p udp --dport 1935 -j ACCEPT
    iptables -t filter -A OUTPUT -p tcp --dport 1111 -j ACCEPT
    On the proxy server (use Apache), ports 80, 11, 1935 are opened in the firewall (output, input and forward) and the proxy makes a NAT translation to my website.
    But I can't see the videos on my website
    If i test on a machine behind the proxy, the streaming is OK, i see my videos.
    I don't know how to solve this problem. I've got only one IP on my server.
    What is the best solution,
    Thanks for your help

    Here is the flash tutorial:http://kb2.adobe.com/cps/408/kb408205.html
    Without a proxy, it connect locally using the 1935 port.
    I'm also able to connect from the external network to my local network using the same port.  The firewall is configured to accept incoming rtmp connection
    But as soon i use a proxy, the connection fail.

  • How do I configure a Pioneer DVR-XD10 external dvd writer to my macbook pro laptop?

    How do I configure a Pioneer DVR-XD10 external dvd writer to my macbook pro laptop?
    I read online that you could use an external dvd writer on a macbook pro when the internal dvd writer died.
    Please help?
    It shows power running through the external dvd writer when I plug in the two usb ends into the respective ports, but it doesn't recognize it when I try to write media to a DVD.
    Any help would be greatly appreciated.
    Thanks in advance!

    If you have not already done so, your chances will really improve if you....
    1) Connect the printer to the USB port on the AirPort Extreme
    2) Download and install Bonjour Print Services for Windows on the PC

  • How to configure webcenter services to use external LDAP?

    Reassociating the identity store with an external LDAP server is mandatory only if you're using the Documents service and/or the Discussions service, in which case the WC_Spaces server, Content Server, and Collaboration server must all be configured to use the same external LDAP server.
    The question is how to configure?
    Is there any document which details this?
    Please help! this is urgent.
    Regards

    Refer
    http://docs.oracle.com/cd/E28280_01/webcenter.1111/e12405/wcadm_security_id_store.htm#WCADM1845
    http://docs.oracle.com/cd/E28280_01/webcenter.1111/e12405/wcadm_security_id_store.htm#WCADM345
    Thanks

  • Configure fms like p2p server ?

    Configure fms like p2p server ?

    Iccsi,
    Yes. Hostname under 'Testing Server' is the testing server's hostname - in your case, since you're using CF, it has to be the path at which CF runs at. It will be localhost:8888 or something similar - depending on what port you configured for the webroot while installing CF. You could check it in CF Dashboard. Or, you could start CF server, open your browser, enter localhost. If the default CF webpage loads, it is just localhost. If not, add the port number.
    The remote server is your actual webserver. It may be http://www.somesite.com or if you're running it in a separate folder within your main site, it will be http://www.somesite.com/test - depends on where you want to upload the working files remotely.
    The full directory under local configuration is the place where your files reside on your local system. Again, if you're using CF, you might as well use CF webroot to create/ store files - this way, you don't have to make duplicate copies of the files in 2 places since you're configuring the same folder as your Testing Server too.
    -ST

  • BASIS Configuration needed to send an external mail from SAP Program

    Can you please help me about the BASIS configuration needed to send an external mail from SAP Program?
    Regards,
    Subhasish

    Hi Subhasish,
    Please go thru the below link.
    Re: SCOT Configuration--for external mail
    Regards,
    Lakshman.

  • FMS 4 FCUnpublish call external program

    Is it possible with server-side scripting for FMS to call an external program once a stream has been unpublished? Any links would be appreciated. Thanks.

    I've used the File Class from http://help.adobe.com/en_US/flashmediaserver/ssaslr/flashmediaserver_4.5_sslr.pdf to create a file each time an unPublish event is thrown. Then use an external program to monitor a directory where these log files get stored.
    Where there is a will there is always a way

  • Need a hand to configure FMS 4.5 to output HTTP stream...

    Hi folks!
    I'm trying to setup Flash Media Server (Streaming server) and I'm having issues with outputting HTTP stream.
    The system works very well with the Flash ooutput, but for some reason the livepkgr won't work. Tried several things over the past two weeks, I've went thru docs and I don't know anymopre what else I can try... The source of the video feed is upstreamed from my own home computer, via Flash Live Encoder.
    I operate a dedicated server, running Windows 2008 Server. The default web site is IIS. I configured the ports so that port 80 is the default IIS inetpub/webroot, and the FMS 4.5 install is accessed via port 8134. So the IP http://184.107.48.113 opens the default Windows IIS, and http://184.107.48.113:8134 takes the request to the FMS install.
    The video stream is live on the Flash server, I can see it in the console, the livepkgr appears to be working, and I do see the .STREAM file being generated in the _definst_/livebroadcast/livestream folder. So the server works, and process the HTTP output.
    I believe the URL I should use to access the output HLS stream is: http://184.107.48.113:8134/livepkgr/_definst_/livebroadcast/livestream.f4m.m3u8
    but it returns a file not found message. Is there something wrong with the URL syntax? Or there is something else in the .conf files I must tweak? Or is it an issue with Apache 2.2 configuration?
    You can see the live Flash stream from my web site http://www.blackflag.tv I want to change this Flash stream to HTTP stream.
    Thanks for your help folks!!!
    -sv bell

    Hey,
    I tried playing HDS now and its working fine. It wasn't playing earlier.
    You can try it out by playing the content through the player here: http://www.osmf.org/configurator/fmp/#
    Input: http://184.107.48.113:8134/hds-live/livepkgr/_definst_/livebroadcast/l ivestream.f4m
    (Don't forget to select the radio button for HTTP streaming)
    This means everything is working on the server side.
    Now, I don't have an iDevice on me to check out HLS playback.
    You are using an older version of QuickTime, which could be an issue. Please let me know what publish settings you are using (as in the codecs).
    Also can you try playing it back through HTML5. To do that, just create an HTML page with the below content.
    <!DOCTYPE html>
    <html>
    <head>
    <title>Title of the document</title>
    </head>
    <body>
    <video width="320" height="240" controls="controls" src="http://184.107.48.113:8134/hls-live/livepkgr/_definst_/livebroadcast/livestream.m3u8"  />
    </body>
    </html>

  • Configuring MDB to listen to external destination

    Hi,
    Let me start by explaining the setup.
    I have installed Sun MQ in a server lets say serverMQ and have created a Queue by name QueryQueue.
    Application server is installed in another machine (serverAS).
    Configured the file system based objectstore for the adminstered objects in the SunMQ and created external jndi resources in the application server to bind to the MQ objects.
    I am trying to deploy an ejb application with an MDB in it which has to listen to the queue created in serverMQ.
    I get the following exception during deployment
    [#|2005-04-20T15:20:04.019-0400|SEVERE|sun-appserver-ee8.1|javax.enterprise.system.container.ejb.mdb|_ThreadID=10;|com.sun.enterprise.connectors.ConnectorRuntimeException
    com.sun.enterprise.connectors.ConnectorRuntimeException:
    JMS resource not created : jms/test/QueryQueue
    at
    com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:558)
    at
    com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:442)
    at
    com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(ConnectorMessageBeanClient.java:139)
    at
    com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.java:187)
    at
    com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:221)
    at
    com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:477)
    at
    com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:93)
    at
    com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:180)
    at
    com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:197)
    at
    com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:300)
    at
    com.sun.enterprise.server.PEMain.run(PEMain.java:294)
    at
    com.sun.enterprise.server.PEMain.main(PEMain.java:220)
    Can some one please throw some light on
    What am I missing which causes the above problem?
    or
    Is there a limitation with Sun appserver to be used with external MQ middleware?
    Thanks in advance
    P

    Hi pJava,
    Did you follow the steps defined in the "Creating a JMS Connection Factory Resource" of the "Admin Console Tasks for JMS Connection Factories" in the chapter 8 of the SJS App Server 8 EE admin guide ? (p.162 in my guide) This will let you define a connection factory, in a way that it will be visible to the application server.
    TE

  • Can not connect to Admin Console FMS 3.5 running separate Apache Server

    Hi All! I have installed the FMS 3.5 Server on a separate IP from our main Apache Server: The server is running Redhat Linux 2.6.18-128.1.10.el5
    FMS 3.5 running on ***.***.**.138 using ports 1935, 8080 (Admin Server using port 1111)
    Apache 2 running on ***.***.**.139 using port 80, 443. (several sites setup on this IP)
    However, when accessing the fms_adminConsole.htm in the root directory of one of the domains on ***.***.**.139, all login attempts fail. I am connecting to localhost and using the assigned user and password set up in fms.ini. Using either IP fails as well. The FMS server is set up to listen to all hosts as no specific IPs were set.
    /var/log/messages show that FMS and the Admin Server are up an running and listening:
    Jul  7 12:15:37 228215-web1 Service[28196]: Server starting...
    Jul  7 12:15:37 228215-web1 Service[28196]: Server started (/opt/adobe/fms/conf/Server.xml).
    Jul  7 12:15:37 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    Jul  7 12:15:38 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : 1935/v4
    Jul  7 12:15:38 228215-web1 Adaptor[28216]: Listener started ( _defaultRoot__edge1 ) : 8080/v4
    Jul  7 12:16:20 228215-web1 Service[28480]: Server starting...
    Jul  7 12:16:20 228215-web1 Adaptor[28480]: Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Jul  7 12:16:21 228215-web1 Adaptor[28480]: Listener started ( FCSAdminAdaptor ) : 1111/v4
    Jul  7 12:16:22 228215-web1 Service[28480]: Server started (./conf/Server.xml).
    All other settings for FMS are default. This is my first time setting up FMS as a fresh install on a new unknown server and I am at a loss as to what settings to check or which files I may need to modify to get it to connect properly. It is a managed server is hosted by rackspace.com if that makes any difference.
    Sorry if I have not provided enough info... let me know what I missed and I will supply it.

    Sorry for the confusion! *I* am the one really confused. But to answer your question (I hope), the webpage is on the same physical server as the FMS server, but I am using an outside network (I am not on the local server network) to browse the webpages.
    Both IPs fail when trying to reach:
    http://***.***.**.138:1111
    http://***.***.**.139:1111
    Does that mean the ports are blocked? The /var/log/messages shows:
    Jul  7 13:20:37 228215-web1 Service[29862]: Server starting...
    Jul  7 13:20:37 228215-web1 Service[29862]: Server started (/opt/adobe/fms/conf/Server.xml).
    Jul  7 13:20:37 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    Jul  7 13:20:38 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : 1935/v4
    Jul  7 13:20:38 228215-web1 Adaptor[29882]: Listener started ( _defaultRoot__edge1 ) : 8080/v4
    Jul  7 13:20:51 228215-web1 Service[30144]: Server starting...
    Jul  7 13:20:51 228215-web1 Adaptor[30144]: Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Jul  7 13:20:52 228215-web1 Adaptor[30144]: Listener started ( FCSAdminAdaptor ) : 1111/v4
    Jul  7 13:20:53 228215-web1 Service[30144]: Server started (./conf/Server.xml).

  • Configuration of scenario involving an external party

    Can anyone provide me step by step details about configuring a scenario which involves a external party(outside the landscape)?

    Hi,
    This might help you,
    http://help.sap.com/saphelp_nw04/helpdata/en/fe/131eb4ef2fb344abf471c9eac0063a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/68/88a440df800160e10000000a1550b0/frameset.htm
    Regards
    Agasthuri Doss

  • Cannot configure IIS at port 80 as Apache server already running at 80

    I have to install BAM in a PC in which Apache server is already running in port 80. So IIS cannot run at port 80. How can i configure BAM to use a different port of IIS ??
    Please suggest...

    Change 2 config files:
    1) OracleBAMEventEngine.exe.config
    Change value to include port number:
    <!-- WebApplication configuration -->
    <add key="WebServerName" value="SERVERNAME:PORT" />
    This will ensure it makes a correct service call necessary for notification.
    2) Web.config
    Change value to include port number:
    <add key="ApplicationHostName" value="SERVERNAME:PORT" />
    (This is referred to in the Installation guide if you choose to use another port number other than 80 or 443)
    Also, change this value to include port number:
    EventEngineServerName: EventEngine server machine name that DNS resolves to IP address,
    or simply IP address use "localhost" for remoting to the current box
         -->
    <add key="EventEngineServerName" value="SERVERNAME:PORT" />
    -michelle

  • Anyone configured OID with weblogic as external LDAP

    Hey,
    I need help from someone who configured Oracle Internet Directory with weblogic 7 or any version to us as external LDAP server.
    Your Help is greatly appreciated.
    Thanks & Best Regards,
    Nagendra

    I was able to use OID as external LDAP for my Weblogic. I was able to move the stuff from Weblogic Embedded LDAP to Oracle Internet Directory Server, I have done it by myself
    Thanks
    Nagendra

  • How to configure Ironport to Use an external Encrpytion server

    Hi,
    We would like to use an external encryption server to encrypt our emails.
    The Ironport would still be the MX for our domain, and the encryption server would be in the same DMZ as the Ironport.
    Here is the setup we would like to implement:
    Incoming emails:
    - Ironport check the connexion (senderbase)
    - If encrypted (how to detect the mail as encrypted) the mail is not scan AV / SPAM
         - the is it goes to the decryption server
        - then back to Ironport to scan AV/spam
        - then goes to exchange
    - If not encrypted the email is scanned AV/Spam
        - then goes to Exchange for delivery
    Outgoing emails:
    - Exchange to Ironport
    - Scan AV/Spam
    - If needs to be encrypted (with header detected)
         - then goes to encryption server
        - then back to ironport (no scan AV/Spam ) and delivery to Internet
    -If does not need to be encrypted
          - then send to Internet
    Is it possible to configure the Ironport to get this behaviour? and how? I still facing problems with the different flows....
    Any idea would be very helpfull
    Regards
    RD

    For incomig mails you can create a message filter like the following one:
    route_pgp_smime_encrypted_data:
    if (recv-listener == "your listener") AND (encrypted) AND (remote-ip != "IP of your encryption gw")
    alt-mailhost ("IP of your encryption gw");
    Greets
    Jörg

  • FAQ or tutorial for configuring RV220W with multiple static external IP addresses?

    I just acquired a used RV220W and would like to use it with my Comcast business internet service (13 external IP's).
    My network currently consists of multiple linux machines.  Each machine has an internal IP and an external IP.  All firewalling is done on the machine itself (using iptables).
    I would like to configure the RV220W to be a frontline firewall so the individual machines don't need to be firewalled.  I would like each machine to maintain it's network configuration, so as to avoid major disruptions.  IOW, I don't (currently) want to use one-to-one nat mapping.
    I may consider moving to nat routing at some point in the future.
    Does anyone know of a tutorial or FAQ that outlines the configuration steps to accomplish this?
    Although I am an IT professional, I am not a networking guru.
    Thanks!
    david

    Hello, 
    I'm sorry, I'm a little bit confuse about your current setup but I can definitely explain the capabilities on our Small Business Routers.
    On the devices that support any type of connection to a modem providing multiple addresses the only way to use then is as follows:
    1- The router should be configured with a Static IP address
    2- That static IP needs to be part of the same subnet as the other IP addresses that you are planning to use on the inside of the network.
    3- The subnet mask configured on the Static IP address should reflect the amount of addresses that you have avialble, For example, if you have 13 available IP addresses your subnet mask on the WAN connection should not be 255.255.255.252.
    4- The only way to allow the other public IP addresses on the inside of the network is by configuring One to One NAT and assign them to private IP addresses on the LAN.
    5- When you enable the One to One NAT rules on the router, you will be opening either all or just one port depending on the router, and then you will have to configure restrictions on the firewall to block or allow more ports.
    Now, if you have a Router with a DMZ port like the RV320, then you can configure the public IP address on a Range on the DMZ port and use the actual public IP address on the NIC of the linux PC's.
    I hope this helps

Maybe you are looking for

  • Closed lid not laying flat

    I just purchased a hp refurbished chromebook 14 and when it arrived I started setting it up and checking all the keys were working and good to go until i was all done and closed the lid of the device. When I closed the lid I noticed that it doesnt qu

  • Can i use the S4 4GLTE in india with local sim card

    Hi, Your advise would be highly appreciated , i have samsung s4 4G LTE . I am on contract and will be suspending my US service for 6 months Can i use the Phone with indian Local sim?  will it work ? Verizon customer support told me 4G LTE phones are

  • Printer setup on Solaris 8 x86

    I have a Solaris 8 x86 box and try to attach a Brother HL-760 printer to LPT1. The printer is HP5 compatible, supports PCL5, but no Postscript. I tried to attach it with HP printer driver, it was a successful experience. However, I can only print tex

  • Recovery Media Creator Installation error

    I have a P745-S4320 that somehow does not have the Recovery Media Creator Installed. I have downloaded it from the Toshiba website and when I try to run the installation, it pops an error message saying: Feature: StartMenuShortcuts Cmoponent: StartMe

  • Serious Problems with Iphone Touch Screen

    Hi, I am facing following issues with my Iphone. Could you please help/guide me how to get them resolved 1) I think some portion of the Touch Screen has stopped working. For e.g. when i type the message in normal mode then SEND button is disabled eve