Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi Part 2 - 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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: OpenELEC Testbuilds for RaspberryPi Part 2 (/showthread.php?tid=184866)



RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-12-04

(2013-12-04, 12:23)MilhouseVH Wrote: One of the newclock3 patches included in this build is meant to enable GUI sounds, however I'm not hearing anything over HDMI/2.0 speakers.

Can you try on analogue audio? I did fix the analogue/hdmi switching last night, but that's not pushed.

My advice is only update to this build if you want to test. If you want a stable build I'd stick with the previous one.
Hopefully it will be more complete by tomorrow.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - evangelion - 2013-12-04

Hmm, I'm trying to disable passthrough to my Sony AVR to try out the Gui sounds further, but don't have the Advanced Settings available in Confluence Modified, trying to change the skin to the default Confluence so I can enable the Advanced settings ... reboots the RPi


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - User 99401 - 2013-12-04

(2013-12-04, 14:07)popcornmix Wrote:
(2013-12-04, 12:23)MilhouseVH Wrote: One of the newclock3 patches included in this build is meant to enable GUI sounds, however I'm not hearing anything over HDMI/2.0 speakers.

Can you try on analogue audio? I did fix the analogue/hdmi switching last night, but that's not pushed.

My advice is only update to this build if you want to test. If you want a stable build I'd stick with the previous one.
Hopefully it will be more complete by tomorrow.

@popcornmix
can you please clarify if subtitles issues are still open or something was fixed between these 2 builds
thanks!


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-12-04

(2013-12-04, 14:07)popcornmix Wrote: Can you try on analogue audio? I did fix the analogue/hdmi switching last night, but that's not pushed.

My advice is only update to this build if you want to test. If you want a stable build I'd stick with the previous one.
Hopefully it will be more complete by tomorrow.

Oh wow, yes, GUI sounds are working over analogue (ie. headphones plugged into the Pi headphone socket)! This is with "Audio output device" set to HDMI. Smile


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-12-04

(2013-12-04, 14:09)Shanyel Wrote: @popcornmix
can you please clarify if subtitles issues are still open or something was fixed between these 2 builds
thanks!

Not fixed yet.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - User 99401 - 2013-12-04

(2013-12-04, 14:34)popcornmix Wrote:
(2013-12-04, 14:09)Shanyel Wrote: @popcornmix
can you please clarify if subtitles issues are still open or something was fixed between these 2 builds
thanks!

Not fixed yet.

thanks, just tested ;-) looking forward


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - xbs08 - 2013-12-04

Issues I found so far in latest build:
- Amber doesn't show recently added movies and TV shows in home screen
- Changing skin, to confluence, restarts XBMC and doesn't switch to Confluence
- Sub's bug still present


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-12-04

(2013-12-04, 14:09)evangelion Wrote: Hmm, I'm trying to disable passthrough to my Sony AVR to try out the Gui sounds further, but don't have the Advanced Settings available in Confluence Modified, trying to change the skin to the default Confluence so I can enable the Advanced settings ... reboots the RPi

Perhaps if you disable sounds here:
system>settings>system>audio output>play gui sounds

then restart, you can probably switch skins as no sounds will be loaded.

@Milhouse, I have pushed a couple of fixes. hdmi/analogue switching should work, and the skin switch/skin sounds change no longer crashes.
Audio passthrough is more complicated and will take longer to solve.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-12-04

(2013-12-04, 15:48)popcornmix Wrote: @Milhouse, I have pushed a couple of fixes. hdmi/analogue switching should work, and the skin switch/skin sounds change no longer crashes.
Audio passthrough is more complicated and will take longer to solve.

Thanks, I'll upload a new build shortly.

Just watching a live stream and the log is full of the following:
Code:
13:57:49 T:2821715024 WARNING: COMXPlayer::UpdateTimestamps init:1 player:2 dts:421.81
13:57:49 T:2821715024 WARNING: COMXPlayer::HandleMessages time:412.88 stamp:542.03 player:2 started:1:1
13:57:49 T:2955035728 WARNING: COMXPlayerAudio::Process time:412.96 stamp:542.10 player:1 stamp:412.96
13:57:49 T:2821715024 WARNING: COMXPlayer::HandleMessages time:412.96 stamp:542.10 player:1 started:1:1
13:57:49 T:2821715024 WARNING: COMXPlayer::UpdateTimestamps init:1 player:1 dts:421.92

Any idea what that is all about? Here's the log on pastebin.

New OpenELEC Gotham build: (obsolete).

Code:
rpi512:~ # uname -a
Linux rpi512 3.12.2 #1 PREEMPT Wed Dec 4 08:56:45 GMT 2013 armv6l GNU/Linux
rpi512:~ # vcgencmd version
Dec  2 2013 20:30:23
Copyright (c) 2012 Broadcom
version 0334d765c5cb144589b4d7a4ac68ae8f136491e1 (clean) (release)
rpi512:~ # lsb_release
OpenELEC_Gotham (unofficial) - Version: devel-20131204135642-r16483

Based on tip of XBMC master (c436399299) and OpenELEC master (5afca2377d) with the following modifications:
  • Includes these newclock3 commits (except for 479fa47 which I've replaced with a static spinner)
  • Excludes the fernetmenta patch as this conflicts with the newclock3 ffmpeg (3e73911) patch
This updated build includes working GUI sound over HDMI, and switching skin/navigation sounds no longer crashes XBMC (both tested and confirmed as working!)


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-12-04

(2013-12-04, 16:07)MilhouseVH Wrote: Just watching a live stream and the log is full of the following:
Any idea what that is all about? Here's the log on pastebin.

Should be gone in the update. Some debug code I was using slipped in.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Milhouse - 2013-12-04

(2013-12-04, 16:20)popcornmix Wrote: Should be gone in the update. Some debug code I was using slipped in.

Yep gone now, many thanks!


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Trixster - 2013-12-04

Chaps, great work, I love all the updates! However, the latest builds still don't seem to save the resoultion settings. With every reset I have to go back and recalibrate the Video settings for each resolution and refresh rate as the settings for the pixel ration square defaults back to 0.500. Any chance a fix for this could be included?

Thanks.


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - evangelion - 2013-12-04

(2013-12-04, 15:48)popcornmix Wrote:
(2013-12-04, 14:09)evangelion Wrote: Hmm, I'm trying to disable passthrough to my Sony AVR to try out the Gui sounds further, but don't have the Advanced Settings available in Confluence Modified, trying to change the skin to the default Confluence so I can enable the Advanced settings ... reboots the RPi

Perhaps if you disable sounds here:
system>settings>system>audio output>play gui sounds

then restart, you can probably switch skins as no sounds will be loaded.

Yeah I thought of that not long after I posted, but then had to go out without having time to report back that it had worked. Cheers all the same!

Hopefully the Gui sounds will work with HDMI shortly, kinda looking forward to scrolling through Movies etc and hearing the familiar old "tac-a-tac-a-tac-a-tac-a.." Wink


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - popcornmix - 2013-12-04

(2013-12-04, 17:25)evangelion Wrote: Hopefully the Gui sounds will work with HDMI shortly, kinda looking forward to scrolling through Movies etc and hearing the familiar old "tac-a-tac-a-tac-a-tac-a.." Wink

Have you tried Milhouse's latest build?


RE: OpenELEC Testbuilds for RaspberryPi Part 2 - Trixster - 2013-12-04

Confirmed that gui sounds do now work through HDMI with the latest build.