> >  Hi folks
> >   For those of you running http in support of your business, are any of you 
> > providing 
> >videos for your customers ?
> >  If so what packages and set-up are you using?
> >  Any advice guidance appreciated.  
> 
> Hi,
> 
> I used httpd for serving file in personal usages. I found that httpd is poor 
> for large
> files and cause consuming resources for that purpose.
> 
> I recommend using another http server, like nginx (I don't test that) or 
> write a cgi
> (fcgi) for that purpose.


Really? Is this unstated resource consumption saturated before your
bandwidth is?

If you expect your users to actually watch your whole video then
streaming isn't really required to save bandwidth and so you can avoid
javascript with a simple html5 <video> element and just httpd is
required.

Otherwise why not host it on youtube and just add the link to your site?

-- 

KISSIS - Keep It Simple So It's Securable

Reply via email to