Solved Youtube 4.4.6 crash XBMC on stream stop or end.
#1
Its not just Youtube plugins like PBS also exhibit same behaviour

Go select a video in youtube or pbs and start playback then either press after a while stop or let the playback reach end of stream.

crashlogs with debug enabled on youtube and extra rmtp etc turned on.
These are only for youtube addon as I feel if the problem is fixed in one it will automatically be fixed for all addons.

XBMC (13.0-ALPHA11 Git:20131222-ebc2f99). Platform: x86 Linux 64-bit
Using Debug XBMC x64 build, compiled Dec 22 2013 by GCC 4.6.3 for x86 Linux 64-bit 3.2.52

Link edited out as not needed anymore
Link edited out as not needed anymore

I have a 52MB crashlog with debug enabled for this but tbh uploading that to pastebin is impossible. Ive zipped it and uploaded it only at 16MB.

Link edited out as not needed anymore

I have also noticed the youtube addon deps on addon.xml are in need of update but I suspect relevant code also required.

Code:
<requires>
    <import addon="xbmc.python" version="2.1.0" />
    <import addon="script.module.simplejson" version="2.0.10" />            << is outdated current at version="3.3.0"
    <import addon="script.common.plugin.cache" version="2.5.2" />
    <import addon="script.module.parsedom" version="2.5.1" />               << is outdated current at version="2.5.2">
    <import addon="script.module.simple.downloader" version="1.9.4" />
  </requires>

anyway even the deps depend on outdated versions main probem is XBMC will crash at stopping stream or end of stream.
Reply
#2
Ok I think after https://github.com/xbmc/xbmc/pull/3891 this may have been fixed. Though the addon dependencies are still incorrect.
Reply

Logout Mark Read Team Forum Stats Members Help
Youtube 4.4.6 crash XBMC on stream stop or end.0