Skip to main content
Participant
May 23, 2011
Question

HTML 5 and the use of the HTTP protocol.

  • May 23, 2011
  • 1 reply
  • 405 views

In our company we upgraded to fms 4 and installed the apache that comes bundle up with the installation. We had it configure and now we can play videos in html 5 by using the http protocol. The question I have is, can we use https protocol instead of rtmps? I've been doing a lot of research and I found documentation that says to put a minus sign in front of port 443 (-443) in the fms.ini file in the ADAPTOR.HOSTPORT line but it also says that with this configuration port 443 will only recieve rtmps connections. My next step is to put the minus sign in front of the port number and restart the server and just try to establish connection using https to see if i works. Any ideas are definetly welcome.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    May 24, 2011

    Hi,

    It is possible to serve the content via the Apache that bundles with the FMS.

    For that you need to eneble mos_ssl.so module in httpd.conf and create a virtual host and give appropriate parameters ( refer any document for ssl configuration in apache ). Also make sure that the 443 port is not used by any other service (eg : RTMPS ).

    Thanks.