XBMCBuntu video output freezes when stopping a video
#16
Sorry to open up an old thread, but I'm seeing exactly the same behaviour on my system. I'm running XBMCbuntu, but I've recompiled XBMC from the retroplayer-pr branch here:

https://github.com/garbear/xbmc

Currently running XBMC 13.0-ALPHA7 Git:20131023-7033319 (Compiled: Jan 5 2014)

My 'xbmc/ApplicationPlayer.cpp' appears to have the relevant patch:

Code:
boost::shared_ptr<IPlayer> CApplicationPlayer::GetInternal() const
{
  CSingleLock lock(m_player_lock);
  return m_pPlayer;
}

void CApplicationPlayer::ClosePlayer()
{
  CSingleLock lock(m_player_lock);
  if (m_pPlayer)
  {
    CloseFile();
    m_pPlayer.reset();
  }
}

but with the LCDproc addon enabled, I'm getting freezes when playback stops. I have the same Antec Fusion Remote Black+SoundGraph iMON LCD ( 0038 ) case that herrnst has.

any ideas/thoughts?
Reply
#17
(2014-01-21, 08:18)knobbie Wrote: Currently running XBMC 13.0-ALPHA7 Git:20131023-7033319 (Compiled: Jan 5 2014)
...
My 'xbmc/ApplicationPlayer.cpp' appears to have the relevant patch:
Nope.
(2014-01-21, 08:18)knobbie Wrote: any ideas/thoughts?
Yep - Update to something above alpha8, or apply https://github.com/xbmc/xbmc/commit/4926...4bea639a4a and https://github.com/xbmc/xbmc/commit/61b5...f7d6c06b56 manually for the fix.

nst
script.xbmc.lcdproc!
Leia+VAAPI+HD-Audio+LCDproc addon,TVHeadend-master/DVB-C/T2+pvr.tvh addon on Ubuntu 18.04 (amd64)
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCBuntu video output freezes when stopping a video0