Kodi Community Forum
OpenELEC Testbuilds for RaspberryPi - 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 (/showthread.php?tid=140518)



RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-02-15

(2013-02-14, 20:50)rbej Wrote: Unfortunately not working. Still laging when skip sd movies.

I finally got it failing reliably. Most of the clips I use for testing are samples that are only a few minutes long. The seek actions scale down when using a short file, and the big step forward only does 5 or 10 seconds.
This doesn't provoke this bug. With a 30 minute video file, I see the failure repeatably. I think this fixes it:
https://github.com/xbmc/xbmc/pull/2245


RE: OpenELEC Testbuilds for RaspberryPi - LehighBri - 2013-02-15

(2013-02-14, 15:23)rbej Wrote: Update Frodo Final 3

- add Both HDMI and analog audio output https://github.com/xbmc/xbmc/pull/2232

I just tested the both setting (to output HDMI and analog audio simultaneously). For music, it works great... definitely a fantastic feature as I'll be using both for 2 zones. BUT, when I try to playback a TV show .mpg file, I get a black screen with no audio or video. Watching that same video works fine if I use just HDMI audio. Thoughts on this?


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-02-15

Mkv and avi files working fine??

(2013-02-15, 19:53)popcornmix Wrote:
(2013-02-14, 20:50)rbej Wrote: Unfortunately not working. Still laging when skip sd movies.

I finally got it failing reliably. Most of the clips I use for testing are samples that are only a few minutes long. The seek actions scale down when using a short file, and the big step forward only does 5 or 10 seconds.
This doesn't provoke this bug. With a 30 minute video file, I see the failure repeatably. I think this fixes it:
https://github.com/xbmc/xbmc/pull/2245

I compile and try it.


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-02-15

Update Frodo Final 3

- OpenElec build r13316

- Working ass subs without lag when skip sd movies.

- Check free memory, and if plenty use full size buffers for reading files (thx Popcornmix)

- PVR addons (14.02.2013)

http://www.mediafire.com/?10456ccz13ard


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-02-16

Update Frodo Final 3

- remove battery level info from System Information and add info about build version.

http://www.mediafire.com/?10456ccz13ard


RE: OpenELEC Testbuilds for RaspberryPi - xbs08 - 2013-02-16

When a video is paused the fps count jumps to the set refresh rate causing the cpu usage to almost double.
Is this normal behaviour?


RE: OpenELEC Testbuilds for RaspberryPi - spjonez - 2013-02-16

.ass subs working great in the latest Frodo final build! Thanks!


RE: OpenELEC Testbuilds for RaspberryPi - ElGimpoGrande - 2013-02-16

.ass Subs are working pretty well now and don't cause slowdowns anymore, but bow I'm getting a noticable delay on the subs themselves ( at least a second or more - haven't timed it exactly )


RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-02-16

(2013-02-16, 16:46)ElGimpoGrande Wrote: .ass Subs are working pretty well now and don't cause slowdowns anymore, but bow I'm getting a noticable delay on the subs themselves ( at least a second or more - haven't timed it exactly )

Subtitle sync was pretty good on my (small number) of samples.
Do all files do this?
Are the subtitles always late, or does it start off in sync and get worse?
Are they correct after a seek?
Is the cpu at 100%


RE: OpenELEC Testbuilds for RaspberryPi - ElGimpoGrande - 2013-02-16

(2013-02-16, 17:18)popcornmix Wrote: Subtitle sync was pretty good on my (small number) of samples.
Do all files do this?
Are the subtitles always late, or does it start off in sync and get worse?
Are they correct after a seek?
Is the cpu at 100%

Do all files do this?
Yes, all of my files ( I tested about 20 different ones) have this issue

Are the subtitles always late, or does it start off in sync and get worse?
The delay seems to jump up and down arbitrarily. The subs start with a delay, then some seem to be right on, but the next are clearly delayed again.

Are they correct after a seek?
Seeking doesn't make a difference

Is the cpu at 100%
Nope, mostly around 25%-40% (at least that's what the overlay tells me)


RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-02-16

(2013-02-16, 17:47)ElGimpoGrande Wrote: Do all files do this?
Yes, all of my files ( I tested about 20 different ones) have this issue

Does this file have same problem:
http://samples.mplayerhq.hu/Matroska/subtitles/SSA_15subtitles.mkv


RE: OpenELEC Testbuilds for RaspberryPi - ElGimpoGrande - 2013-02-16

(2013-02-16, 18:35)popcornmix Wrote:
(2013-02-16, 17:47)ElGimpoGrande Wrote: Do all files do this?
Yes, all of my files ( I tested about 20 different ones) have this issue

Does this file have same problem:
http://samples.mplayerhq.hu/Matroska/subtitles/SSA_15subtitles.mkv

It does


RE: OpenELEC Testbuilds for RaspberryPi - sdsnyr94 - 2013-02-16

Using Rbej's last posting, I am still getting the lockups when testing with the Lord Of the Rings movies.... they usually play great for a little over an hour, then audio loses sync and just quits... video becomes very choppy but stabilizes once audio drops... and then a little later on the video freezes.

Here is a link to my log. I know dropbox is not prefered, but the log is too large for pastebin, due to a large amount of CEC errors. https://dl.dropbox.com/u/22955950/xbmc.log

Next step: I am going to hook the Pi to my other TV, through my soundbar, so that I can pass through the audio and see if I get same results.


RE: OpenELEC Testbuilds for RaspberryPi - popcornmix - 2013-02-16

(2013-02-16, 20:53)sdsnyr94 Wrote: Using Rbej's last posting, I am still getting the lockups when testing with the Lord Of the Rings movies.... they usually play great for a little over an hour, then audio loses sync and just quits... video becomes very choppy but

Is this a new problem, or have you always suffered from it?


RE: OpenELEC Testbuilds for RaspberryPi - rbej - 2013-02-16

Popcornmix.

Please tell us more about this:

https://github.com/popcornmix/xbmc/commit/new_stall

I see Work in Progress. Not ready to test it??.