aboutsummaryrefslogblamecommitdiffstats
path: root/www-apache/mod_h264_streaming/files/99_mod_h264_streaming.conf
blob: 47d1fd8efdde4eea4c783ef941aa32b08fa54ba4 (plain) (tree)
1
2
3
4
5
6
7
8
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