Переход с webm на ogg по причинам несовместимости с новыми версиями ffmpeg.
[vpproxy.git] / plugins / m3u_plugin.py
index 20702062da0c64349b3ca216e968fb7bd6d48d10..fc4d3e3268e75e36d3a7cdb583f8992609a6a68e 100644 (file)
@@ -52,7 +52,7 @@ class M3u(VPProxyPlugin):
         if self.splitted_path[1]=='m3u':
           prefix='get'
         elif self.splitted_path[1]=='m3uw':
-          prefix='webm'  
+          prefix='ogg'  
         elif self.splitted_path[1]=='m3ut':
           prefix='mp4'  
         elif self.splitted_path[1] in ("list","play","index"):