WebM transcoding added
[vpproxy.git] / plugins / m3u_plugin.py
index cc614f2ef130095c4349a12ff902f1dd12903274..2263dfe930007cbe2bcfe58fbf3121fba8362c98 100644 (file)
@@ -30,6 +30,8 @@ class M3u(VPProxyPlugin):
         
         if self.splitted_path[1]=='m3u':
           prefix='get'
+        elif self.splitted_path[1]=='m3uw':
+          prefix='webm'  
         elif self.splitted_path[1]=='m3ut':
           prefix='mp4'  
         else: