Kodi Community Forum

Full Version: Problems streaming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi:

I'm running xbmc on Apple TV (xbmc 12 compiled May 2 2013) and also on xios (M3 latest nightly build) . Recently I have started to see problems in seeing a movie. It's always stopping and then it restarts again.

Nothing has change in my configurations and I'm running this for a while and the only thing I remember is to have updated my mac osx server (OS X Mountain Lion v10.8.5 and Security Update 2013-004) this week.

It seems it stops reading from the disk. I have a mac osx server with a storage of disks attached where the library is.

This is my advanced settings:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.254</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.1.254</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>nfs://192.168.1.254/Volumes/Share HD/Shared Items/Xbmc/Thumbnails/</to>
</substitute>
</pathsubstitution>
</advancedsettings>


And the log of xbmc can be found here: http://pastebin.com/RnGYiG6G

Any idea what could be the problem?


Could this be the problem: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
23:03:37 T:166854656 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available


Thanks
Does the disk spin down on the mac maybe?
On energy saver computer never sleeps and the problem remains..

Any idea form the logs?
I would have Said it already if it was something obvious in the log sadly...