siraj has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I want to know how better we can stream files over apache server. We have option to upload audio/video of size upto 2 MB in web and the same can viewed by lots of user visiting the site. So if i can stream the files instead of downloading the complete file in web and playing it would be better.
By searching over Google I noticed a module 'mod_xsendfile' however did not get good documentation for it. Kindly share your thoughts.
This isn't an apache forum. Are you asking how to achieve this using Perl? Perhaps Kamaitachi is of interest to you, depending on what sort of video you're trying to stream.