• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8
OpenELEC Testbuilds for RaspberryPi (Isengard nearly final)
#46
(2015-08-16, 13:30)DJB628 Wrote: Should of asked this if no one, does this include the latest libs ??

What libs are you referring to?
From first post:
Quote:These are built from top of kodi Isengard tree, with my backports and latest firmware and 4.1.4 kernel.
Reply
#47
(2015-08-16, 13:28)popcornmix Wrote:
(2015-08-16, 12:23)michidg Wrote: But for example these two do not work in full height with zoom:

As far as I can tell, kodi is behaving as expected.
The video files are poorly encoded. The frames (for the first one) are 720x576 but the actual usable video is 720x376.
There are 100 black pixels encoded at top and bottom of video. See image.
This messes with kodi's ability to scale image to fit screen. Obviously the video should have been encoded as 720x376 without the black pixels included.

I get identical behaviour with kodi on linux in the different zoom modes, and also VLC on linux when playing these files.

So kodi's zoom only works to full height, if there are no black stripes encoded to the video.
I thought this is perhaps a function, that analyzes the image, counts height of black stripes and removes it. So such a feature is not implemented?
Reply
#48
(2015-08-16, 14:49)michidg Wrote: So kodi's zoom only works to full height, if there are no black stripes encoded to the video.
I thought this is perhaps a function, that analyzes the image, counts height of black stripes and removes it. So such a feature is not implemented?

No. There used to be an optional feature to do this, but it only works with software decode on a few platforms and was generally unreliable so was removed.

If your video is badly encoded with black pixels, then you will need to choose a custom zoom amount, or reencode the video (e.g. with handbrake) and crop off the black pixels.
Reply
#49
(2015-08-16, 02:06)ari73 Wrote: Hi pop, thanks for your hardwork where can i get the link also if i wanted to compile from source for raspberry pi 2 what command line would i need to put I used to have it written down and lost it when i had hdd crash

General info here: http://wiki.openelec.tv/index.php/Compile_from_source
Inside the tar file you should find a file named, e.g. milhouse.build.0815c.tar.gz which includes the build scripts Milhouse uses for configuring different github trees and patches to produce custom builds.
If you have further questions, then create a new thread.
Reply
#50
First post builds are updated to Isengard 15.1 (#0816)
Not sure there is much difference from previous build, but some addons seem to have been bumped. See here.
Reply
#51
(2015-08-16, 17:15)popcornmix Wrote: First post builds are updated to Isengard 15.1 (#0816)
Not sure there is much difference from previous build, but some addons seem to have been bumped. See here.

Rp1 version is still 15.1 RC1 GIT:9363bb8



Reply
#52
(2015-08-16, 17:49)rbej Wrote: Rp1 version is still 15.1 RC1 GIT:9363bb8

Sorry, trouble with the build scripts. Should be updated to #0816b now.
Reply
#53
Getting freeze on your last build... when scrolling truw kodi addons...
Log in SSH want to do: dmesg | paste
df -h | paste
paste /storage/.kodi/temp/kodi.log

network connection fail... so i can not post a log.
Code:
ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
ERROR: Exception in thread Thread-1:
                                            Traceback (most recent call last):
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
                                              File "/storage/.kodi/addons/plugin.audio.mp3streams/default.py", line 758, in run
                                                urllib.urlretrieve(data, path)
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib.py", line 239, in retrieve
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib.py", line 207, in open
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib.py", line 462, in open_file
                                              File "/home/dc4/projects/projects_v7/OpenELEC.tv/build.OpenELEC-RPi2.arm-6.0-devel-Isengard/Python-2.7.3/.install_pkg/usr/lib/python2.7/urllib.py", line 476, in open_local_file
                                            IOError: [Errno 2] No such file or directory: '/i/no_image_big.jpg'
ERROR: /storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
20:28:02  87.822838 T:1434448960   ERROR: /storage/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
                                              InsecureRequestWarning)
20:28:11  96.321472 T:1467642944   ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)

ERROR: CDVDMsgGeneralSynchronize - timeout
20:28:11  96.570976 T:1517974592   ERROR: Previous line repeats 1 times.
ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)
ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet (-1094995529)
Reply
#54
(2015-08-16, 20:43)Warez Wrote: Getting freeze on your last build... when scrolling truw kodi addons...
Log in SSH want to do: dmesg | paste
df -h | paste
paste /storage/.kodi/temp/kodi.log

network connection fail... so i can not post a log.

Did previous build behave differently? Are you overclocking?
Reply
#55
arm_freq=1000
core_freq=500
sdram_freq=450
over_voltage=4
force_turbo=0
over_voltage_sdram_c=0
over_voltage_sdram_i=0
over_voltage_sdram_p=2
dtoverlay=sdhost,overclock_50=84
config_hdmi_boost=0
hdmi_ignore_cec=0
# v3d_freq=300
# h264_freq=300
avoid_pwm_pll=0

it's on Pi2.... the freeze for a min. of 10. but still nog SSH connection after the freeze

iets stuck now on the freez will reboot and use no overclock

Edit its still in freeze and i can see the folders by Samba... so i think it's only Kodi....
Reply
#56
(2015-08-16, 19:35)popcornmix Wrote:
(2015-08-16, 17:49)rbej Wrote: Rp1 version is still 15.1 RC1 GIT:9363bb8

Sorry, trouble with the build scripts. Should be updated to #0816b now.

Now is ok. Thanks!!.



Reply
#57
I can confirm the freezing. Didn't had time to debug, but it started around 814 builds (PI2)
Reply
#58
Go to addons--> Binaural ---> Audio ---> Billboard 200 ---> will show busy popup----> pres backspace---> system freeze.
Now you have to reboot your Pi... SSH is down now Samba still working

No overclock ,,,
Reply
#59
(2015-08-16, 21:12)Warez Wrote: Go to addons--> Binaural ---> Audio ---> Billboard 200 ---> will show busy popup----> pres backspace---> system freeze.
Now you have to reboot your Pi... SSH is down now Samba still working

No overclock ,,,

Can you be more specific. I don't think these are default add-ons. Did you install a repo first?
Does it fail with any add-ons from Kodi repo?
Does it fail every time?
Does it fail on Milhouse builds?
Reply
#60
I will go back to OpenELEC-RPi2.arm-6.0-devel-20150808142827-#0808-g75e1b35 and see if its gone oke?
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Isengard nearly final)2