[mythtv-users] mythweb: javascript buglet

David Rees drees at greenhydrant.com
Thu Feb 5 04:04:58 EST 2004


Chris Petersen wrote, On 2/5/2004 12:25 AM:

>>P.S: Serving content directly from mythweb via http would be nice. So casual 
>>users don't need the frontend installed.
> 
> Ok, I've tentatively added support for this in mythweb cvs.
> 
> Could someone please let me know if you have an easy way to add/alter
> .nuv file extension support to apache (as a .htaccess override for the
> myth directory) so it actually sends the files as video/binary instead
> of with ascii headers?

Are you having PHP stream the files, or you simply Alias'ing the /video 
dir in Apache?

Anyway, to answer your question, use Apache's AddType directive which 
you can put in a .htaccess file:

AddType video/mpeg .nuv

-Dave


More information about the mythtv-users mailing list