Friday, June 17, 2011

HOW TO GET FLASH MEDIA SERVER TO WORK WITH YOUR LOCAL SERVER

I would assume that you have already installed flash media server without apache. So what you would do is go to  this folder   Adobe\Flash Media Server 3\conf\_defaultRoot_ and look for the file called Adaptor.xml on line 42 you would set  ctl_channel="127.0.0.1:19350" and in lines   
        144      <Redirect enable="false" maxbuf="16384">
145 <Host port="80">:8080</Host>
146 <Host port="443">:8443</Host>
147    </Redirect>
same with lines 182 to 185.
and then save it. after that you would go to the text file called fms in the  Adobe\Flash Media Server 3\conf\ and set the  ADAPTOR.HOSTPORT = 127.0.0.1:1935 and then save the file.
now with everything done you can enjoy your flash media server

2 comments:

  1. Can you explain the purpose for a flash media server

    ReplyDelete
  2. flash media server is used for streaming videos. there is lots of things that can be done with like video and voice comment system or video chat application or things that involve video streaming.

    ReplyDelete