Skip to main content
June 24, 2013
Question

Doubt about set-level manifest location

  • June 24, 2013
  • 1 reply
  • 482 views

Hi, i would like to know if it is possible to save the set-level manifest under the livepkgr folder? And then invoque it with something like this, http://<www.amsServer.com>/hds-live/livepkgr/.....

I've read in the documentation that there is an issue if you invoque the set-level manifest with an url containing /hds-live.

"Note: Do not include /hds-live or /hls-live in the URL that requests the set-level manifest."

*adobemediaserver_.5_dev_guide.pdf (Page 15)

Thanks a lot, kind regards.

Matias

    This topic has been closed for replies.

    1 reply

    June 25, 2013

    Why would you want to do this?

    I would follow the note you quoted and not save the set-level manifest in th livepkgr folder. Remember that this folder is essentially part of an application (hence its placement within the applications folder) and providing a link to a manifest file inside that folder would probably not work.

    The following contains the proper place for manifest files (keeping in mind the use of relative vs. absolute paths when you refer to them): http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.html

    "Click Save Manifest and save the file...to rootinstall/webroot.  The media player requests this file from a web server. This tutorial saves the file to rootinstall/webroot, but the file can be served from any location on any webserver. This file does not need to live on Flash Media Server. This file can also have any name."

    Create a folder in rootinstall/webroot called "Manifests" and place these files in there.