FMS 3.5 (Streaming Server) - Change Default Media Location ?
Hi,
I have FMS 3.5 (Streaming Server) installed, and I am trying to have it render media from locations other than default.
Here is my setup.
FMS Install Root : E:\FMS
Media Directory (All Media - Live/Streaming/Progressive) : E:\Content\FMS
DNS: www.xyz.com
All settings are default but here is how my edited file looks like "E:\FMS\applications\vod\Application.xml'
******************************************
<VirtualDirectory>
<!-- Specifies application specific virtual directory mapping for recorded streams. -->
<!-- <Streams>/;${VOD_COMMON_DIR}</Streams> -->
<!-- <Streams>/;${VOD_DIR}</Streams> -->
<Streams>/;E:\Content\FMS\applications\vod</Streams>
<Streams>/media;E:\Content\FMS\applications\vod\media</Streams>
<Streams>/test;E:\Content\FMS\vod\test</Streams>
<Streams>/test1;E:\Content\FMS\vod\test1</Streams>
</VirtualDirectory>
*****************************************
rtmp://www.xyz.com/samplemedia (Works)
rtmp://www.xyz.com/test/samplemedia (Doesn't Work)
rtmp://www.xyz.com/test1/samplemedia (Doesn't Work)
Basically I am trying to render media specific to different departments (test,test1). So "Department Test" media files are under
Adobe's documentation is confusing so I am not sure If I am doing it right.
Any Suggestions ?
