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 - rbej - 2013-02-11

I tested more this patch. Ass subs working done. Performace improvement still present, but with one movie i see issues.

Quote:Prometheus 2012 1080p BluRay x264 DTS-WiKi

TAGLINE...................: Prometheus
GENRE.....................: Adventure | Sci-Fi | Thriller
IMDb RATING...............: 7.4/10 (163,209 votes)
IMDb LINK.................: http://www.imdb.com/title/tt1446714/

.Release.Info
ENCODER...................: YiFan @ WiKi
RELEASE DATE..............: 2012-09-29
RELEASE SIZE..............: 13 G
SOURCE....................: Blu-ray 1080p EUR AVC DTS-HD MA 7.1-HDChina

.Media.Info
RUNTIME...................: 2h:03m:46s
VIDEO CODEC...............: x264 @ 13398Kbps
RESOLUTION................: 1920x800
DISPLAY ASPECT RATIO......: 2.4:1
FRAME RATE................: 23.976 fps
AUDiO CODEC...............: English DTS @ 1510Kbps
AUDiO CODEC...............: English AAC @ 64Kbps(Commentary)
AUDiO CODEC...............: English AAC @ 64Kbps(Commentary)
CHAPTERS..................: 36 Chapters

.x264.Info
x264 [info]: profile High, level 4.1
x264 [info]: frame I:1374 Avg QP:12.32 size:260872
x264 [info]: frame P:39353 Avg QP:14.76 size:125354
x264 [info]: frame B:137329 Avg QP:16.35 size: 51960
x264 [info]: consecutive B-frames: 2.1% 2.3% 9.3% 26.3% 16.6% 27.1% 6.9% 7.9% 0.7% 0.2% 0.2% 0.2% 0.2%

I play movie from the beggining and skip to 8 minutes. Movie is suttering and skip frames. When i skip to 7 minutes, movie play fine and no suttering and frame drops in 8 minutes. Around 9 minutes movie is freeze. Always. When i remove ass subs patch everything is ok.


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

(2013-02-11, 23:34)rbej Wrote: I tested more this patch. Ass subs working done. Performace improvement still present, but with one movie i see issues.

Could you try to produce a sample (e.g. 200MB) that shows the problem?


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

I try Wink

Thanks for fix bogomips in firmware and kernel. Works.


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

Sample from Prometheus. I uploading moment when movie is freeze with ass subs patch. Without this patch everything is ok.

http://netload.in/dateiLgsTA77KHU/Prometheus.Sample.mkv.htm


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

In OpenELEC nightlies the fps reading while playing videos stays at 7~8 fps, the videos play fine with normal frame rate is just the reading that seems wrong.


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

Confirm.


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

(2013-02-12, 13:20)xbs08 Wrote: In OpenELEC nightlies the fps reading while playing videos stays at 7~8 fps, the videos play fine with normal frame rate is just the reading that seems wrong.

It is correct. That is the fps of the GUI. If the GUI isn't changing, you want it to be low. The video will be playing asynchronously at the right framerate.


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

(2013-02-12, 15:25)popcornmix Wrote:
(2013-02-12, 13:20)xbs08 Wrote: In OpenELEC nightlies the fps reading while playing videos stays at 7~8 fps, the videos play fine with normal frame rate is just the reading that seems wrong.

It is correct. That is the fps of the GUI. If the GUI isn't changing, you want it to be low. The video will be playing asynchronously at the right framerate.

Oh I see.
Thanks.


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

Update Frodo Final Version 3

- OpenElec build 13268

- add ass subs patch https://github.com/xbmc/xbmc/pull/2206

- add LCDproc SureElec driver

- add patch Videoscanner should not skip sftp/ssh sources https://github.com/xbmc/xbmc/pull/2058

- added memory leak patch https://github.com/xbmc/xbmc/pull/2208

- new firmware and kernel (11.02.2013) low bogomips is fixed

- add new experimental Network Cache.

Please read this:

https://github.com/xbmc/xbmc/pull/1388

No more cachemembuffersize in advenced setting. Please delete it and add this:

<alwaysforcebuffer>true</alwaysforcebuffer>
<freememorycachepercent>5</freememorycachepercent>

1. alwaysforcebuffer: This will force everything ran through dvdplayer to be buffered that would not be normal buffered except Optical Media. This includes SMB, Local Files, OS Network Shares, etc.

2. freememorycachepercent: The amount of free memory to use as buffer size. Please note that of the percentage of free memory used ~75% will be used for forward buffering and ~25% will be used for the back buffer.

This fixed drop framerate and frezzes when play some movies in SMB/NFS network when Ass subs patch is enable.

Please test it.

- Xvdr Addon (12.02.2013)

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


RE: OpenELEC Testbuilds for RaspberryPi - gollor - 2013-02-13

Please please please can someone add this to the nightlybuilds. I just cant seem to figure out how to do it by compiling for the Pi. It is so needed for us with stuff on a external server and cant compromise.

https://github.com/xbmc/xbmc/pull/2058

Please!


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

(2013-02-13, 03:23)gollor Wrote: Please please please can someone add this to the nightlybuilds. I just cant seem to figure out how to do it by compiling for the Pi. It is so needed for us with stuff on a external server and cant compromise.

https://github.com/xbmc/xbmc/pull/2058

Please!

http://forum.xbmc.org/showthread.php?tid=140518&pid=1333498#pid1333498


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

(2013-02-12, 19:03)rbej Wrote: Update Frodo Final Version 3

- add new experimental Network Cache.

I've been wondering if this would be good or bad for Pi users. I think it might be good for network streaming that is borderline working (e.g. wifi).
Would be interested in hearing what is better and worse when alwaysforcebuffer is enabled.


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

When force always buffer i not have any issues when ass subs patch is enable.


RE: OpenELEC Testbuilds for RaspberryPi - tuxen - 2013-02-13

(2013-02-12, 15:25)popcornmix Wrote:
(2013-02-12, 13:20)xbs08 Wrote: In OpenELEC nightlies the fps reading while playing videos stays at 7~8 fps, the videos play fine with normal frame rate is just the reading that seems wrong.

It is correct. That is the fps of the GUI. If the GUI isn't changing, you want it to be low. The video will be playing asynchronously at the right framerate.
I think he means when you bring up codec info the last line reads:

W (fps:9.xx. CPU:20.6)

Is that fps a resemblence of the unlaying GUI?!
Because it used to follow the movie output very steadily (or fast etc. 29.97)

If not It's the same here it changed with one of the later builds from movie output fps to 8-9.


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

@tuxen
That's exactly what i ment.

@rbej
I'm using OpenELEC but would like give your builds a try...
Can I simply copy the necessary files to the SD card (SYSTEM, kernel.img, etc) and boot the RPi?
I'm using a USB 3.0 for storage BTW.
TIA