hi,

when playing an OGG file freevo starts mplayer as a video player and
hence the screen goes blank; see attached patch;

before the patch

/usr/bin/mplayer -slave -vo vdpau,xv -ao alsa -nolirc -nojoystick -autoq
100 -fs -cache 5000 next -vf pp=hb:a/vb:a  /.../music.ogg

after the patch

/usr/bin/mplayer -slave -nolirc -nojoystick -autoq 100 -fs -vo null -ao
alsa /.../music.ogg

and the freevo GUI can be seen


a.

--- share/freevo/freevo_config.py~orig	2011-11-19 18:31:29.000000000 +0100
+++ share/freevo/freevo_config.py	2013-04-19 13:29:57.598696629 +0200
@@ -1052,7 +1052,7 @@
 #
 VIDEO_MPLAYER_SUFFIX = [
     'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm', 'divx', 'ogm', 'vob', 'asf',
-    'm2v', 'm2p', 'mp4', 'viv', 'nuv', 'mov', 'iso', 'nsv', 'mkv', 'ogg',
+    'm2v', 'm2p', 'mp4', 'viv', 'nuv', 'mov', 'iso', 'nsv', 'mkv',
     'ts', 'flv',
 ]
 

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to