From c816a5d9558aef69691204845839bb00cc1b7687 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 15 Aug 2012 11:44:53 +0200 Subject: Add local-media.conf as simpler alternative to local-html5.conf, also supporting live http streaming รก la http://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-internet-streaming-%E2%80%93-part-iv/ . MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apache2/conf.d/local-media.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apache2/conf.d/local-media.conf (limited to 'apache2') diff --git a/apache2/conf.d/local-media.conf b/apache2/conf.d/local-media.conf new file mode 100644 index 0000000..fbc9be4 --- /dev/null +++ b/apache2/conf.d/local-media.conf @@ -0,0 +1,5 @@ +AddType video/webm webm +AddType video/h264 h264 +AddType application/x-mpegURL .m3u8 +AddType video/MP2T .ts +SetEnvIfNoCase Request_URI \.(og[gv]|mp4|m4v|ts|webm)$ no-gzip dont-vary -- cgit v1.2.3