diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-06 21:45:24 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-06 21:51:04 +0100 |
commit | 0d077b6b8fdd152e12407e72cbab6b1d612fa725 (patch) | |
tree | fc92324473ed181d159529d50e44b3a9a9990cd5 /www-apache/mod_h264_streaming/files | |
download | overlay-0d077b6b8fdd152e12407e72cbab6b1d612fa725.tar.gz overlay-0d077b6b8fdd152e12407e72cbab6b1d612fa725.tar.xz overlay-0d077b6b8fdd152e12407e72cbab6b1d612fa725.zip |
initial commit
initial commit with ebuild for h264 streaming plugin for apache
Diffstat (limited to 'www-apache/mod_h264_streaming/files')
-rw-r--r-- | www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf b/www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf new file mode 100644 index 0000000..47d1fd8 --- /dev/null +++ b/www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf @@ -0,0 +1,9 @@ +<IfDefine H246_STREAMING> + LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so + + <FilesMatch "\.mp4$"> + SetHandler h264-streaming.extensions + </FilesMatch> +</IfDefine> + +# vim: ts=4 filetype=apache |