ports/156343: multimedia/xbmc 10.1_1 mp3 playback problem - CALSADirectSound::GetSpace - get space failed. err: -32 (Broken pipe)
Thomas BRETHOMÉ
thomas.brethome at c-s.fr
Fri Oct 14 09:10:09 UTC 2011
The following reply was made to PR ports/156343; it has been noted by GNATS.
From: Thomas =?iso-8859-1?q?BRETHOM=C9?= <thomas.brethome at c-s.fr>
To: bug-followup at freebsd.org,
thomas at gibfest.dk
Cc:
Subject: Re: ports/156343: multimedia/xbmc 10.1_1 mp3 playback problem - CALSADirectSound::GetSpace - get space failed. err: -32 (Broken pipe)
Date: Fri, 14 Oct 2011 10:25:50 +0200
--Boundary-00=_OI/lOV4nwP6hZRG
Content-Type: Text/Plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
A possible workaround for that issue would be to edit
/usr/local/share/xbmc/system/playercorefactory.xml and add a rule to force
xbmc to use the same (working) backend for the audio files and the video files :
<rule name="audiohack" audio="true" player="DVDPlayer" />
--Boundary-00=_OI/lOV4nwP6hZRG
Content-Type: text/x-patch;
charset="UTF-8";
name="xbmc.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="xbmc.diff"
diff -Nru xbmc/system/playercorefactory.xml xbmc.patch/system/playercorefactory.xml
--- xbmc/system/playercorefactory.xml 2011-10-13 15:07:59.750466564 +0200
+++ xbmc.patch/system/playercorefactory.xml 2011-10-14 10:19:08.731769383 +0200
@@ -33,5 +33,6 @@
<!-- Pass these to dvdplayer as we do not know if they are audio or video -->
<rule name="nsv" filetypes="nsv" player="DVDPlayer" />
+ <rule name="audiohack" audio="true" player="DVDPlayer" />
</rules>
</playercorefactory>
--Boundary-00=_OI/lOV4nwP6hZRG--
More information about the freebsd-ports-bugs
mailing list