I really need help with this issue, as I can not get this to work. I have an FMS server, but we are not using rtmp:. We are only using progressive download via http:// (mainly because we have a large apple thinkpad community which doesnt use flash). The FMS server does not have much space so we have media files (.mp4) sitting on another drive (the I drive) that is not the install directory. As of right now my application.xml file looks like this:
<Application>
- <!-- Specifies application specific virtual directory mapping for recorded streams.
--> <Streams>/;${VOD_COMMON_DIR}</Streams>
<Streams>/;${VOD_DIR}</Streams>
</VirtualDirectory>
</StreamManager>
I have edited it to reflect <Streams>/;I:\video</Streams> (This is the directory I have the media) IT FAILS!!!
Here are my questions?
1). What file points all http:// requests. Where is the file that says "If an http request comes in here is where the video resides (in my example \\servername\I\video)"???
2). Is the application.xml responsible for pointing http and rtmp?
3), I would think somewhere in Apache 2.2 folder there would be a file pointing http requests. But I can't find anything that tessl where to go for the media.
I really hope someone could save me on this as I am pulling my hair out.....