Skip to main content
Participant
August 6, 2008
Question

New application what am I doing wrong?

  • August 6, 2008
  • 2 replies
  • 398 views
ok, I copied the <installdir>/applications/vod to <installdir>/applications/newapp

in the conf dir in the file fms.ini I added :
# VOD_DIR denotes the full path of sample "VOD" application's
# folder for storing onDemand .flv/.mp3 files.
# For example:
# VOD_DIR = <FMS_Installation_Dir>\applications\vod
#
VOD_DIR = /opt/adobe/fms/applications/newapp/media
VOD_DIR = /opt/adobe/fms/applications/vod/media

With these changes, no go
if I comment out the VOD_DIR = /opt/adobe/fms/applications/vod/media line it works, then it plays the media in the newapp dir.
if I comment out the other vod line, it plays the media in the vod dir.

What am I doing wrong?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    Kristian Wright
    Known Participant
    August 12, 2008
    You're overwriting the variable VOD_DIR - try using VOD_DIR and VOD_DIR2. They need to be distinct.

    Cheers,
    K.
    Participant
    August 12, 2008
    I also would like to have multiple vod services and only one will work.