Question
New application what am I doing wrong?
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?
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?
