Skip to main content
Participating Frequently
September 23, 2011
Question

Flash Media Streaming Server 4.5

  • September 23, 2011
  • 3 replies
  • 3697 views

Hello,

I just installed the FMSS software, but didn't choose to install Apache as I already have Apache on my server. I'm wanting to stream to Apple/Mac users as well as Windows users. Do I need to have a second instance of Apache installed or can I use the current Apache server already running on port 80?

I'm running CentOS 5.7 64 bit.

Thanks,

Tom

    This topic has been closed for replies.

    3 replies

    EliYah777Author
    Participating Frequently
    September 23, 2011

    The server is working fine as far as regular streaming is concerned. It streams live and vod content without a hitch. I'm just trying to get the http delivery working for apple/ios users. I look forward to seeing what you come up with.

    calmchessplayer
    Inspiring
    September 26, 2011

    EliYah777 I think the answers you seek are in my most recent posts on this forum so I won't bother with repeating them here. I will probably have this working and tested by the end of the day today Monday Sept. 26 2011 currently 6:13 AM Central Standard Time

    EliYah777Author
    Participating Frequently
    September 23, 2011

    I tried to call Adobe and get some phone support for this product, but they told me that phone support is not available and that I needed to come to this discussion forum to open a case. I'm amazed that a person could spend $1000 on any software and not get phone support.

    I would appreciate an answer to my question, please. I followed the directions at the URL that was provided (which had a strange mix of instructions for windows and linux users that would not work), and all I got was an error from Apache and Apache would not restart.

    calmchessplayer
    Inspiring
    September 23, 2011

    EliYah777 FMS 4.5 is brand new I cannot help you untill monday. I believe you will have to link the so I don't know how to explain this at this time I have to research on google. I know you have to do this to get flash player audio and stuff to work on older versions of Linux so look up linking or something if you don't want to wait untill Monday. Adobe has never provided phone support they would be swamped with calls. Using  a media server is not trivial and you should be already well versed in Linux debugging procedures before even attempting to modify apache or anything else. if i could tell you to use apt-get or yum  to get it work I would but i really think you are going to have to dive deep into the depths of Linux as I highly doubt there are any tutorials on this subject yet. LINUX IS NOT WINDOWS.

    Nikhil_Kalyan
    Participating Frequently
    September 23, 2011

    Hi,

    Thanks for using FMSS 4.5.

    Yes, you can use your already installed Apache, given you add the necessary modules that come pre-installed on a FMS-bundled Apache, for your various scenarios.

    This resouce can guide you : http://help.adobe.com/en_US/flashmediaserver/configadmin/WSd391de4d9c7bd6093a7e2f8312a374a1bde-8000.html

    EliYah777Author
    Participating Frequently
    September 23, 2011

    Thanks.

    It says to add these modules to Apache:

    • rootinstall/Apache2.2/modules/adbe_dme.dll
    • rootinstall/Apache2.2/modules/adbe_license.dll
    • rootinstall/Apache2.2/modules/asneu.dll
    • rootinstall/Apache2.2/modules/hds.dll
    • rootinstall/Apache2.2/modules/libeay32.dll
    • rootinstall/Apache2.2/modules/libexpat.dll
    • rootinstall/Apache2.2/modules/mod_f4fhttp.so
    • rootinstall/Apache2.2/modules/mod_hlshttp.so
    • rootinstall/Apache2.2/modules/mod_jithttp.so

    Since I didn't install Apache as part of the installation process, how do I get the modules I need? The only thing I have is what was in the zip file, all which are .so files.

    Nikhil_Kalyan
    Participating Frequently
    September 23, 2011

    Does the zip contain the following files ?

    • rootinstall/Apache2.2/modules/mod_f4fhttp.so
    • rootinstall/Apache2.2/modules/mod_hlshttp.so
    • rootinstall/Apache2.2/modules/mod_jithttp.so
    • rootinstall/Apache2.2/modules/hds.dll


    The rest of the files are present in the FMS installation directory itself, so you can copy them into the required location. But if the above files are not present, then you might have to again unzip the installation tar and pick up the files needed.

    Thank you !