Author: andre
Date: 2010-02-03 22:23:25 +0100 (Wed, 03 Feb 2010)
New Revision: 40851
Modified:
openimages/trunk/src/main/webapp/WEB-INF/web.xml
Log:
add m3u8 and ts to enable segmented video streaming of h.264
Modified: openimages/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/web.xml 2010-02-03 20:36:22 UTC
(rev 40850)
+++ openimages/trunk/src/main/webapp/WEB-INF/web.xml 2010-02-03 21:23:25 UTC
(rev 40851)
@@ -154,6 +154,14 @@
<extension>meta</extension>
<mime-type>text/plain</mime-type>
</mime-mapping>
+ <mime-mapping>
+ <extension>m3u8</extension>
+ <mime-type>application/x-mpegURL</mime-type>
+ </mime-mapping>
+ <mime-mapping>
+ <extension>ts</extension>
+ <mime-type>video/MP2T</mime-type>
+ </mime-mapping>
<welcome-file-list>
<welcome-file>index.jspx</welcome-file>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs