blob: 47d1fd8efdde4eea4c783ef941aa32b08fa54ba4 (
plain) (
blame)
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
|