If Apache web server is installed, use the /webroot/vod folder to deliver media assets from both the built-in HTTP server and the RTMP server. This folder makes it easy to deliver the same video asset from a similar URL for both RTMP and HTTP delivery.
WARNING: Unprotected media stored in this folder can be downloaded and cached on the client.
HOW TO USE:
Place FLV files in the /webroot/vod folder to deliver the files over HTTP or RTMP.
To access the files, use the following URLs:
Includes support for the following protocols: RTMP, RTMPE, RTMPS, RTMPT, and RTMPTE.
To change the location of the vod folder:
1. Open the conf/fms.ini configuration file.
2. Set the VOD_COMMON_DIR parameter to a folder on the web server.
3. Restart the server.
To verify that the web server is running:
1. To test the web server, browse to: http://<FMS_Server>/index.html. If you're testing locally, you can use the URL http://localhost/index.html.
2. If the Start Screen does not display in the browser, verify that port 80 is open.
3. Open the conf/fms.ini configuration file.The ADAPTOR.HOSTPORT parameter should be set as follows: ADAPTOR.HOSTPORT = :1935,80.
4. If you edited the fms.ini file, restart Flash Media Server and retest the web server.