From 0d077b6b8fdd152e12407e72cbab6b1d612fa725 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 6 Jan 2010 21:45:24 +0100 Subject: initial commit initial commit with ebuild for h264 streaming plugin for apache --- www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf (limited to 'www-apache/mod_h264_streaming/files') 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 @@ + + LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so + + + SetHandler h264-streaming.extensions + + + +# vim: ts=4 filetype=apache -- cgit v1.2.3