diff options
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 |