Slightly dynamic .ram files in IIS?
August 22, 2008 6:36 AM
Subscribe
Slightly dynamic .ram files in IIS?
I have inherited the maintenance and upkeep of a fairly large video archive, with a few dozen videos added every week. It is all in Real.
The way Real works is you point a link at a .ram file, which is just a little text file that contains another link (looks like: "rtsp://cia.gov/company_picnic.rm"). The .rm file is the actual video.
This system has been up and running for many years with hundreds of pages linking to thousands of .ram pointer files in hundreds of dated, nested folders on an external webserver pointing to thousands of .rm video files in hundreds of dated, nested folders on a separate machine. That machine, the one that has the video files, is being replaced by two machines. One machine for internet and one for intranet.
My conundrum: I'd rather not make and maintain a separate set of all these goddamn .ram and pages to serve the video internally (or externally). I'd much prefer to make the .ram files dynamically decide whether they say "rtsp://internal.cia.gov/company_picnic.rm" or "rtsp://external.cia.gov/company_picnic.rm" based on whether you are inside or outside. This would be a breeze, except the .ram files don't render .asp.
So, is it possible to tell ISS to process .asp in .ram files? If so, what do I need to tell the surly server people who will be making this change?
Is there a different solution that I am not seeing?
ps: Thanks for reminding me how bad of a choice Real/IIS is but know that it is neither my choice nor negotiable - it is what it is. Also, I have control over the pages, .ram and .rm but I do not have any administrative control over these servers.
posted by dirtdirt to computers & internet (5 comments total)
Any reasonably competent web developer should be able to put something workable together very easily, but the exact coding & configuration required will depend upon the details of your setup.
posted by malevolent at 7:07 AM on August 22, 2008