Running Adobe Media Server 4.5 on Windows Server 2008. I have a mapped network drive (Amazon S3 connected via Webdrive) where all my videos are stored. Using a UNC path, I can successfully stream via RTMP. However, when I try to use HTTP streaming, the videos will play for about one second and then I get an error. In my Apache error log, it says this:
[error] mod_jithttp [404]: [err=1] "c:\" does not exist
It appears as though it is adding "c:\" to the beginning of my UNC path. But my httpd.conf file must be correct if it at least works for a split second. What is going on? This is driving me nuts after finally getting all the permissions setup the right way. Thanks!