You should run in the RTSP route role. That role was intended to be the
place to change the root dir.
On Thursday, July 26, 2001, at 10:35 PM, Dan Zinngrabe wrote:
I wrote an RTSP Preprocessor module that just changes the
qtssRTSPReqRootDir attribute of the incoming Request object (which is
all I want to do- change root directories based on some information in
the request URL). I've gotten as far as parsing the request and setting
the new qtssRTSPReqRootDir value correctly (as fas as I can tell), but
when the server is done using my module it still returns the client a
404.
Is there anything I need to do to ensure the request is passed onto
QTSS's other module correctly? I'm not writing anything out to the
client, just changing the value of qtssRTSPReqRootDir. None of my QTSS_
calls in my code are resulting in anything but QTSS_NoErr either. I'm
stumped!