Kodi Community Forum
[old] Unofficial semi-nightly build FAQ/info/issues (here for archival purposes) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: [old] Unofficial semi-nightly build FAQ/info/issues (here for archival purposes) (/showthread.php?tid=97246)



- chuckles - 2011-07-23

jlor Wrote:I've only seen this issue with movies I was playing during an xbmc crash (i.e. the pause-crash). If I use the menu button during a movie, xbmc will ask me if I want to resume when I choose the movie again.

Went back and tested again and it seems I wasn't going far enough into the video. It works if I'm deeper into the movies.

I'm guessing this is a feature? makes sense when you think about it.


- Buadhai - 2011-07-23

^Exactly. If you've only watched a minute or two of a video, chances are you want to start at the beginning if you select it again.


- Memphiz - 2011-07-23

the 10 mins crash is in the queue of the libnfs dev already ... and fanart and thumbs are loading real quick here at least for the last 3 nightly builds on ipad and atv2


- chuckles - 2011-07-23

Memphiz Wrote:the 10 mins crash is in the queue of the libnfs dev already ... and fanart and thumbs are loading real quick here at least for the last 3 nightly builds on ipad and atv2

Here's load times from my log, maybe my expectations are too high

Code:
20:08:51 T:804270080 M:101183488   DEBUG: DoWork - took 1423 ms to load special://masterprofile/Thumbnails/Video/1/1edb997e.tbn
20:08:56 T:136171520 M: 98861056   DEBUG: DoWork - took 2252 ms to load special://masterprofile/Thumbnails/Video/b/bf598728.tbn
20:09:00 T:138768384 M: 98791424   DEBUG: DoWork - took 10219 ms to load special://masterprofile/Thumbnails/Video/Fanart/1edb997e.tbn
20:09:04 T:139608064 M: 98766848   DEBUG: DoWork - took 10671 ms to load special://masterprofile/Thumbnails/Video/Fanart/bf598728.tbn
20:09:05 T:804270080 M: 98721792   DEBUG: DoWork - took 11545 ms to load special://masterprofile/Thumbnails/Video/Fanart/c591ff10.tbn
20:09:06 T:139608064 M: 98746368   DEBUG: DoWork - took 1643 ms to load special://masterprofile/Thumbnails/Video/e/ee6debfb.tbn
20:09:08 T:136171520 M: 97579008   DEBUG: DoWork - took 12236 ms to load special://masterprofile/Thumbnails/Video/Fanart/88be244a.tbn
20:09:08 T:138768384 M: 97640448   DEBUG: DoWork - took 8772 ms to load special://masterprofile/Thumbnails/Video/Fanart/ee6debfb.tbn

Using list view with Confluence skin in movies library (GIT 20110722 version)


- Memphiz - 2011-07-23

uncached:

Code:
12:57:44 T:156086272 M: 98791424   DEBUG: DoWork - took 1383 ms to load special://masterprofile/Thumbnails/Video/9/92782317.tbn                                                                                  
12:57:45 T:156086272 M: 98783232   DEBUG: CFileSMB::Open - opened platte/Filme/xbmc_thumbs/Thumbnails/Video/Fanart/a11e107a.tbn, fd=10001                                                                        
12:57:46 T:156086272 M: 98779136   DEBUG: CFileSMB::Close closing fd 10001                                                                                                                      
12:57:48 T:146280448 M: 98762752   DEBUG: DoWork - took 4041 ms to load special://masterprofile/Thumbnails/Video/Fanart/92782317.tbn

Cached (means you wait a moment sitting on a video and then just go to the next video. I beleave around 5 fanart/thumbs around the current selected video get cached).

Code:
12:58:51 T:156012544 M:102273024   DEBUG: DoWork - took 111 ms to load special://masterprofile/Thumbnails/Video/5/5a970a24.tbn                                                                                  
12:58:51 T:147947520 M:101466112   DEBUG: DoWork - took 718 ms to load special://masterprofile/Thumbnails/Video/Fanart/e1adac8a.tbn

May Thumbs/Fanart are on the nas and shared by samba ofer wifi here. Well your Times seem to be a bit higher then mine. Overall you are right, that it is a bit slow, but i don't know how much potential for improvement there is (not into it...)


- emkay - 2011-07-23

Hey Memphiz,

I agree there may be little room to improve the speed of things on atv2 due to the limited hardware (I think the usability is quite good atm), BUT the last dev-release 10.0-9 was A LOT faster in loading fanarts. So something must've happened between then and a few days/weeks later.

EmKay


- Memphiz - 2011-07-23

yeah jcarrol changed back from boost threads to pthreads ... this could have an positive impact here...


- emkay - 2011-07-23

The slow loading of fanarts was introduced before the change back to pthreads... So this is not the problem, if you meant that.

EmKay


- popcornmix - 2011-07-23

Got a crash with latest nightly. (10.4.0 AppleTV2,1). Built on Jul 22 2011 (Git:20110722-e825052)
Playing this stream: mms://cuesportlivewm.fplive.net/cuesportlive-live/cuesportstream1

Attempting to play quits XBMC back to springboard.

log
syslog
CrashReporter

Repeatable on both ATV2 and iPad2.


- dallasnights - 2011-07-23

can someone help here I can not get this installed I get the following error via putty

Thanks

Errors were encountered while processing:
org.xbmc.xbmc-atv2
-sh: however:: command not found
Apple-TV:~ root# Package org.awkwardtv.whitelist is not installed.
-sh: Package: command not found
Apple-TV:~ root# Package beigelist which provides org.awkwardtv.whitelist is not installed.
-sh: Package: command not found
Apple-TV:~ root# dpkg: error processing org.xbmc.xbmc-atv2 (--install):
-sh: syntax error near unexpected token `('
Apple-TV:~ root# dependency problems - leaving unconfigured
-sh: dependency: command not found
Apple-TV:~ root# Errors were encountered while processing:
-sh: Errors: command not found
Apple-TV:~ root# org.xbmc.xbmc-atv2
-sh: org.xbmc.xbmc-atv2: command not found


- Ned Scott - 2011-07-23

dallasnights Wrote:can someone help here I can not get this installed I get the following error via putty

Thanks

Errors were encountered while processing:
org.xbmc.xbmc-atv2
-sh: however:: command not found
Apple-TV:~ root# Package org.awkwardtv.whitelist is not installed.
-sh: Package: command not found
Apple-TV:~ root# Package beigelist which provides org.awkwardtv.whitelist is not installed.
-sh: Package: command not found
Apple-TV:~ root# dpkg: error processing org.xbmc.xbmc-atv2 (--install):
-sh: syntax error near unexpected token `('
Apple-TV:~ root# dependency problems - leaving unconfigured
-sh: dependency: command not found
Apple-TV:~ root# Errors were encountered while processing:
-sh: Errors: command not found
Apple-TV:~ root# org.xbmc.xbmc-atv2
-sh: org.xbmc.xbmc-atv2: command not found

Install the official build first then install the nighly over that.


- dallasnights - 2011-07-23

thanks so much now a new question where can I find the easiest way to inport my music from itunes into XBMC for ATV2

The SMB function takes too long and after a while crashes

Thanks all


- jacaru - 2011-07-23

Found some time to make a clip of the file. Still failing with latest build.

http://www.mediafire.com/?n8djna7y2c2ymdy

jacaru Wrote:Hello

One of my files (m4v) is giving me problems. At some point previous to 10.0.9 I was able to play it. But since then I always get a crash when trying to play it library mode:

Log -> http://pastebin.com/YLM49mxm
MediaInfo -> http://pastebin.com/WTqeYuCy
CrashLog-> http://pastebin.com/KXzQhBsC

On file mode, I don't get the crash but playing the file reports an error:

Log -> http://pastebin.com/MUNrDhB6

It seems that the crash (maybe skin issue: aeon mq2) and the playback error are related but not the same issue. This is an excerpt of the playback error when there is no crash:

Code:
00:41:50 T:140349440 M: 72269824   DEBUG: Thread CDVDPlayer start, auto delete: 0
00:41:50 T:140349440 M: 72265728  NOTICE: Creating InputStream
00:41:50 T:140349440 M: 72261632   DEBUG: CFileSMB::Open - opened TC-Disk/Videos/Movies/Kung Fu Panda/Kung Fu Panda.m4v, fd=10000
00:41:52 T:140349440 M: 72409088   DEBUG: ScanForExternalSubtitles: Searching for subtitles...
00:41:52 T:140349440 M: 72404992   DEBUG: OpenDir - Using authentication url smb://admin:************@10%2e0%2e1%2e1/TC%2dDisk/Videos/Movies/Kung%20Fu%20Panda
00:41:52 T:140349440 M: 72404992   DEBUG: ScanForExternalSubtitles: END (total time: 2092 ms)
00:41:52 T:140349440 M: 72400896  NOTICE: Creating Demuxer
00:41:52 T:140349440 M: 72396800   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-50-arm-osx.so)
00:41:52 T:140349440 M: 72396800   DEBUG: Loading: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/players/dvdplayer/avutil-50-arm-osx.so
00:41:52 T:140349440 M: 72359936   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcore-0-arm-osx.so)
00:41:52 T:140349440 M: 72359936   DEBUG: Loading: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/players/dvdplayer/avcore-0-arm-osx.so
00:41:52 T:140349440 M: 72331264   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-52-arm-osx.so)
00:41:52 T:140349440 M: 72331264   DEBUG: Loading: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/players/dvdplayer/avcodec-52-arm-osx.so
00:41:53 T:140349440 M: 71233536   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-52-arm-osx.so)
00:41:53 T:140349440 M: 71233536   DEBUG: Loading: /private/var/stash/Applications/XBMC.frappliance/XBMCData/XBMCHome/system/players/dvdplayer/avformat-52-arm-osx.so
00:41:54 T:140349440 M: 71958528   DEBUG: Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
00:42:24 T:140349440 M:119226368   DEBUG: Open - av_find_stream_info starting
00:42:39 T:140349440 M:119181312 WARNING: could not find codec parameters for smb://admin:************@10.0.1.1/TC-Disk/Videos/Movies/Kung Fu Panda/Kung Fu Panda.m4v
00:42:40 T:140349440 M:119267328   ERROR: OpenDemuxStream - Error creating demuxer
00:42:40 T:140349440 M:119267328  NOTICE: CDVDPlayer::OnExit()
00:42:40 T:140349440 M:119263232  NOTICE: CDVDPlayer::OnExit() deleting input stream
00:42:40 T:140349440 M:119259136   DEBUG: CFileSMB::Close closing fd 10000
00:42:40 T:140349440 M:119189504   DEBUG: Thread CDVDPlayer 140349440 terminating

Other than that this las build seems good so far. Want to thank for the effort to everyone involved.

BR.



- Memphiz - 2011-07-23

your example does play here ... but its stuttering like hell because someone has put 9 audio streams in it and my ipad only has wifi ... Big Grin


- davilla - 2011-07-23

jacaru Wrote:Found some time to make a clip of the file. Still failing with latest build.

http://www.mediafire.com/?n8djna7y2c2ymdy

Plays fine for me, git trunk and wired atv2.