• 1
  • 84
  • 85
  • 86(current)
  • 87
  • 88
  • 119
RaspBMC Kodi/XBMC test builds
(2014-05-11, 18:06)jolle1 Wrote: But does the number use raspberrys ram or use space on the usb as cash? Or is write 0 the only way to use usb space as cash?LOL on all my noob questions.

I dont get why 50 mb should be a problem if it use space from usb, there is many gb free.

if write 0, use unlimited space on usb as cash, write number use raspberry pis ram memory as cash?? Is it correct?

Fuck i read your link again. Get answear on my ram questions there.

Oh my god. Seems to been fixd now. When i have changed xbmc verision and try diffrent nightlies, i think the soumd settings have been reseted. It wasent on pass through to avr, so raspberry was handeling it. I changed now to dts , ac3 capable recivier and now movies cashe goes to around 24 Mb and stays there. Thank looord no stuttering!! Big Grin
Reply
(2014-05-07, 22:11)miappa Wrote: Debug log and mediainfo on a file that doesn´t work might help, a small sample of the file is probably best though.

If I remember correct you had problems with wtv files?
Does any other file types cause issues?

Personally I don´t have any wtv files so cannot reproduce/confirm.
Big mkv´s (>20GB) is not an issue for me though.

Hello,

I would like help to solve this problem, but I don't have linus knowledge.

Can You say me, how can I download the Log-files about PUTTY?
Reply
@ Heiko123
I am not a dev and not familiar with this issue, however I am sure that a sample and a debug log will help looking into it. Haven´t seen anyone asking for info so I don´t know if you are alone with this issue or not.

The xbmc log is located in /home/pi/.xbmc/temp
Remember to turn on debug mode first (in xbmc: settings - system - debugging - enable...).
You can also use the xbmc log uploader addon, more info on both: http://wiki.xbmc.org/index.php?title=Log_file/Easy

You installed the test builds here though so you know how to SSH... however, it is easier to use something like Cyberduck when browsing/editing/download/upload stuff to Pi (SSH/SFTP).
Reply
Updated Helix build, XBMC master from May 21 + newclock3 commits.

Some info:
• Master: Many things, see here to compare to last build
• Master: Several NC3 commits has gone into master
• NC3: [omxcodec] Updates to work better with dropping and lateness detection
The following might have been included in earlier builds (not sure):
• NC3: [omxplayer] Add ability to log more timestamp info in extra debug settings
• NC3: [omxplayer] Add ability to dump out audio/video data for later debugging

Firmware from May 16 included:
• Avoid calling hdcp_shutdown() when hotplug deasserted
See: http://forum.stmlabs.com/showthread.php?...#pid101848

Additional info and testing (different players etc.), see post #1

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-14-20140522-nc3.tar.gz http://goo.gl/TuKMzn --no-check-certificate
pv xbmc-14-20140522-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-14-20140522-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-14-20140522-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
Reply
(2014-05-07, 22:11)miappa Wrote: Debug log and mediainfo on a file that doesn´t work might help, a small sample of the file is probably best though.

If I remember correct you had problems with wtv files?
Does any other file types cause issues?

Personally I don´t have any wtv files so cannot reproduce/confirm.
Big mkv´s (>20GB) is not an issue for me though.

Thanks.
I activated the log-file and try to start two video-streams with the problem.
the log-file is: http://xbmclogs.com/show.php?id=208539
Reply
You have a corrupt database:
Code:
17:03:10  33.181946 T:3038581280  NOTICE: Running database version ViewModes6
17:03:10  33.192272 T:3038581280   ERROR: SQL: The database disk image is malformed
                                            Query: PRAGMA cache_size=4096
You should remove that:
Code:
mv .xbmc/userdata/Database/ViewModes6.db .xbmc/userdata/Database/ViewModes6.broken

It should get recreated. I don't think that's related to current problem, but could cause other issues.

You should disable "extract thumbnails and video information"
http://wiki.xbmc.org/index.php?title=Settings/Videos

You are getting an EOF message shortly after starting the file. It could be an issue with updated ffmpeg, or the fast channel change feature.
Can you confirm if this used to work? Does it work with current stable raspbmc?

I've just tried a few wtv files and they are playing fine (including a 10G file).
Reply
I did all that but the result is the same.

The WTV file is playing fine under current stable version and xbmc-13-20140413-nc3.
Reply
(2014-05-23, 18:07)Heiko123 Wrote: I did all that but the result is the same.

The WTV file is playing fine under current stable version and xbmc-13-20140413-nc3.

Can you confirm the first maippa build that failed.

So this build works?
http://forum.xbmc.org/showthread.php?tid...pid1680991

and this build doesn't?
http://forum.xbmc.org/showthread.php?tid...pid1687144
Reply
So, now I did a few tests with different versions.

20.04. http://xbmclogs.com/show.php?id=208633
- Video and sound is fine

23.04. http://xbmclogs.com/show.php?id=208636
- Video is lagged (10 sec.), after that video and sound syncron
- Sound is stutter all the time

27.04. http://xbmclogs.com/show.php?id=208643
- Video is ok
- but Sound is stutter all the time

30.04.(version-b) http://xbmclogs.com/show.php?id=208662
- no video
- no sound

I hope you can find anything in all the logs.
Reply
(2014-05-23, 20:06)Heiko123 Wrote: 30.04.(version-b) http://xbmclogs.com/show.php?id=208662
- no video
- no sound

This was the bump to ffmpeg 2.2. I'm not seeing the issue with my dev environment using ffmpeg 2.2.
Could you try latest Milhouse OpenELEC build which also has ffmpeg 2.2 (although built differently)?
Reply
SOLVED
sry I found that this shall be loaded through the OSD interface
*-*-*-*-*-*-*-*-
Hi
I'm getting trouble with subtitles addon:

build : xbmc-14-20140522-nc3.tar.gz
confluence skin

Code:
23:01:40 1490.030273 T:2934477888   DEBUG: PushCecKeypress - received key 32 duration 608
23:01:42 1491.902710 T:2661913664  NOTICE: -->Python Interpreter Initialized<--
23:01:42 1491.904541 T:2661913664   DEBUG: CPythonInvoker(7, /home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py): the source file to load is "/home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py"
23:01:42 1491.918945 T:2661913664   DEBUG: CPythonInvoker(7, /home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py): setting the Python path to /home/pi/.xbmc/addons/service.subtitles.opensubtitles:/home/pi/.xbmc/addons/script.module.simplejson/lib:/home/pi/.xbmc/addons/script.module.beautifulsoup/lib:/home/pi/.upgrade/xbmc-14-20140522-nc3/xbmc-bcm/xbmc-bin/share/xbmc/addons/script.module.pil/lib:/home/pi/.xbmc/addons/script.common.plugin.cache/lib:/home/pi/.xbmc/addons/script.module.pytz/lib:/home/pi/.xbmc/addons/script.module.xbmcswift2/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/pymodules/python2.7
23:01:42 1491.921265 T:2661913664   DEBUG: CPythonInvoker(7, /home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py): entering source directory /home/pi/.xbmc/addons/service.subtitles.opensubtitles
23:01:42 1491.927368 T:2661913664   DEBUG: CPythonInvoker(7, /home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py): instantiating addon using automatically obtained id of "service.subtitles.opensubtitles" dependent on version 2.1.0 of the xbmc.python api
23:01:47 1497.466431 T:2661913664   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py", line 116, in <module>
                                                params = get_params()
                                              File "/home/pi/.xbmc/addons/service.subtitles.opensubtitles/service.py", line 98, in get_params
                                                paramstring=sys.argv[2]
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
23:01:47 1497.477661 T:3038970816   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
23:01:48 1497.868896 T:2661913664    INFO: Python script stopped
23:01:48 1497.873047 T:2661913664   DEBUG: Thread LanguageInvoker 2661913664 terminating
23:01:48 1498.228638 T:2904859712   DEBUG: Thread JobWorker 2904859712 terminating (autodelete)
23:01:48 1498.296875 T:2853172288   DEBUG: Thread JobWorker 2853172288 terminating (autodelete)
23:01:48 1498.310181 T:2836395072   DEBUG: Thread JobWorker 2836395072 terminating (autodelete)

Previously build (07/05) get the same error (I'm new to subtitles)

Thanks
Reply
(2014-05-23, 20:13)popcornmix Wrote:
(2014-05-23, 20:06)Heiko123 Wrote: 30.04.(version-b) http://xbmclogs.com/show.php?id=208662
- no video
- no sound

This was the bump to ffmpeg 2.2. I'm not seeing the issue with my dev environment using ffmpeg 2.2.
Could you try latest Milhouse OpenELEC build which also has ffmpeg 2.2 (although built differently)?

Hello,

yes I installed and tested with OpelELEC.
- but video/audio is stutternd

Log-file: http://xbmclogs.com/show.php?id=209632
Reply
Updated Helix build, XBMC master from May 26 + newclock3 commits.

Some info:
• Master: Many things, see here to compare to last build
• Master: Several NC3 commits has gone into master
• NC3: Not entirely sure exactly what´s new, check here

Firmware from May 23 included:
See: https://github.com/raspberrypi/firmware/...2721a566f3

Additional info and testing (different players etc.), see post #1

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-14-20140527-nc3.tar.gz http://goo.gl/Ciq2vU --no-check-certificate
pv xbmc-14-20140527-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-14-20140527-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-14-20140527-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
Reply
(2014-05-24, 20:12)Heiko123 Wrote:
(2014-05-23, 20:13)popcornmix Wrote:
(2014-05-23, 20:06)Heiko123 Wrote: 30.04.(version-b) http://xbmclogs.com/show.php?id=208662
- no video
- no sound

This was the bump to ffmpeg 2.2. I'm not seeing the issue with my dev environment using ffmpeg 2.2.
Could you try latest Milhouse OpenELEC build which also has ffmpeg 2.2 (although built differently)?

Hello,

yes I installed and tested with OpelELEC.
- but video/audio is stutternd

Log-file: http://xbmclogs.com/show.php?id=209632

Hello popcornmix and miappa,

I've uploaded a testfile for you.
I will send the link per PN to you.

I hope your can find a solution to this problem.
Reply
Updated Helix build, XBMC master from May 28 + newclock3 commits.

Some info:
• Master: see here to compare to last build
• NC3: [omxcodec] Reduce GPU memory use by 2 video frames
• NC3: [omxplayer] Avoid hang when closing stream with clock stopped
• NC3: ActiveAE: do not feed free buffers to stream if cache is full

Firmware from May 23 included:
See: https://github.com/raspberrypi/firmware/...2721a566f3

Additional info and testing (different players etc.), see post #1

To install XBMC build, SSH to Pi:
Code:
wget -O xbmc-14-20140528-nc3.tar.gz http://goo.gl/NYSOIO --no-check-certificate
pv xbmc-14-20140528-nc3.tar.gz | tar xzf - -C /home/pi/.upgrade
sudo cp /home/pi/.upgrade/xbmc-14-20140528-nc3/{fixup_x.dat,start_x.elf} /boot
ln -sfn /home/pi/.upgrade/xbmc-14-20140528-nc3/xbmc-bcm /home/pi/.xbmc-current
sudo reboot
Reply
  • 1
  • 84
  • 85
  • 86(current)
  • 87
  • 88
  • 119

Logout Mark Read Team Forum Stats Members Help
RaspBMC Kodi/XBMC test builds15