Not sure if this has been mentioned before, but would it be possible to use the CURL library that is for example, getting pk3 files etc in Darkplaces, to play a demo ? Capability exists to record AVI, OGV, etc, but in some cases recording a demo for a mod or a feature can be extensive resulting in very large files, uploading to youtube can be quite long sometimes. So lets say I have a mod [ quake/mymod ]
and all the mod files are in this directory, either pak files, pk3 files or seperate file folders etc. I make a demo, and its dropped to that folder too, and I upload the folder to mysite.com/folder1 include the mod files, and any demo files that are in it, etc. Now, as opposed to someone bringing up the link in a browser, downloading to their folder etc, we use curl to connect to that folder via a new demo command like curldemo mysite.com/folder1 , and it downloads all the files, and the dem file, and starts playing the demo? To me seems simpler then dropping files all over the planet, zipped or whatever. This way you have a way to demo mods that you may be interested in playihg, or for developers, a faster more organized way of showing bugs or new features in a total quake environment.......