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.