В парсер M3U добавлена поддержка дополнительных тегов (группы, страны и т.д.)
[vpproxy.git] / vlcclient / vlcmessages.py
index 48e9321e0b78ae1f2855fb6be95d4b7e4c130908..2139e3fa41aa6644ba55ffc6bc908e2fa24b3497 100644 (file)
@@ -17,7 +17,7 @@ class VlcMessage(object):
                 command = command + 'transcode{vcodec=theora,acodec=vorbis,vb=800,ab=128}:'    
                 muxer='ogg'
             elif qtype=='ogv':
-                command = command + 'transcode{vcodec=theora,acodec=vorbis}:'    
+                command = command + 'transcode{vcodec=theora,acodec=vorbis,vb=8192,ab=256}:'    
                 muxer='ogg'
 #            elif qtype=='webm':
 #                command = command + 'transcode{vcodec=VP80,acodec=vorbis,vb=512,ab=64}:'