Network Location for HTTP Streaming
I have a mapped network drive 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:\<my-UNC-path>" 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!
