Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2011 09:10:08 GMT
From:      Thomas =?iso-8859-1?q?BRETHOM=C9?= <thomas.brethome@c-s.fr>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156343: multimedia/xbmc 10.1_1 mp3 playback problem - CALSADirectSound::GetSpace - get space failed. err: -32 (Broken pipe)
Message-ID:  <201110140910.p9E9A86p006498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@c-s.fr>
To: bug-followup@freebsd.org,
 thomas@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110140910.p9E9A86p006498>