Folder Details for /webroot/vod/

Media placed in this folder (or folders below) can be accessed using all protocols supported by Adobe Media Server including HTTP Dynamic Streaming, HTTP Live Streaming (HLS), RTMP and HTTP Progressive Download. Review the instructions below to learn how to access your video files using the separate protocols.

WARNING: Unprotected media stored in this folder without configuration changes can be downloaded and cached on the client.

HOW TO USE:

Place F4V files in the /webroot/vod folder to deliver the files over HTTP (PD, HLS, HDS) or RTMP.

To access your files in OSMF-based players use the following URLs:

  1. HTTP Dynamic Streaming (Flash)  
    http://<ams_server>/hds-vod/filename.f4v.f4m
  2. HTTP Live Streaming HLS (Apple iOS)
    http://<ams_server>/hls-vod/filename.f4v.m3u8
  3. HTTP Progressive Download (Flash or Apple iOS)
    http://<ams_server>/vod/filename.f4v
  4. RTMP Dynamic Streaming (Flash)
    rtmp://<ams_server>/vod/mp4:filename.f4v
    Note: RTMP Includes support for the following protocols: RTMP, RTMPE, RTMPS, RTMPT, and RTMPTE.

To change the location of the vod folder:

  1. (for HTTP Progressive and RTMP):
    1. Open the conf/ams.ini configuration file
    2. Change the VOD_COMMON_DIR parameter to a folder on the web server
    3. Restart the server.
  2. (for HTTP Dynamic Streaming and HLS):
    1. Open the Apache2.2/conf/httpd.conf file
    2. Locate the node: <Location /hds-vod>
    3. Change the value of: HttpStreamingContentPath
    4. Locate the node: <Location /hls-vod>
    5. Change the value of: HttpStreamingContentPath
    6. Restart the server.

To verify that the web server is running:

  1. To test the web server, browse to: http://<AMS_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/ams.ini configuration file.The ADAPTOR.HOSTPORT parameter should be set as follows: ADAPTOR.HOSTPORT = :1935,80
  4. If you edited the ams.ini file, restart Adobe Media Server and retest the web server.