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-04

(2013-02-04, 21:32)vlad59 Wrote: I use Xbmc a lot with RTSP stream provided by my ISP. I was a bit lazy and did not update since 12012013's rbej version.

Last weekend tried to update to frodo version 2 and every video is working fine except those RTSP streams : audio and video are not in sync (really not).

I did my homework and tried every version provided by rbej and the last one working for me is 12012013 ....

Is the rtsp stream publically available? Can you send me a link to the URL?
If not, is it possible to save the stream to a file? (e.g. with a video downloader plugin on a PC).



RE: OpenELEC Testbuilds for RaspberryPi - vlad59 - 2013-02-05

(2013-02-04, 23:42)popcornmix Wrote:
(2013-02-04, 21:32)vlad59 Wrote: I use Xbmc a lot with RTSP stream provided by my ISP. I was a bit lazy and did not update since 12012013's rbej version.

Last weekend tried to update to frodo version 2 and every video is working fine except those RTSP streams : audio and video are not in sync (really not).

I did my homework and tried every version provided by rbej and the last one working for me is 12012013 ....

Is the rtsp stream publically available? Can you send me a link to the URL?
If not, is it possible to save the stream to a file? (e.g. with a video downloader plugin on a PC).

No it's not public. I'll dump a sample of the stream tonight but I fear it will not cause problem.

I had the same problem with XBMC in november/december and as soon as I try to play any dumped stream I had no problem. I thought at the time that there was some buffering problem.

Anyway I'll post a link later.


RE: OpenELEC Testbuilds for RaspberryPi - vlad59 - 2013-02-05

Does mplayer -dumpstream work for you or have you another tool in mind ?


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

I just want to report that the measurement of the H264 component used to be allways at 250Mhz even when not in used ie. always on; has been fixed with post RC2 builds I'm not sure at which build exact but the bug is FIXED the H264 clock slows down to 0 (zero) now when stopping playback. Confirmed and thanks.


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

(2013-02-05, 09:48)vlad59 Wrote: Does mplayer -dumpstream work for you or have you another tool in mind ?

Sounds possible. You'll have to confirm it suffers the same problem as the live stream. It is possibly that mplayer will fix the timestamps or repacketise the data and so avoid the problem, but it's worth a try.


RE: OpenELEC Testbuilds for RaspberryPi - nickshe89 - 2013-02-05

can you make img for you Rbej Gotham Version 2 for windows please


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

My new custom build.

Rbej Frodo Final Version 2.5

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

- OpenElec build r13180
- Xbmc 12 Frodo Final with PVR TvHeadend 1.6.18 fixed. (Thx Jbree85)
- Rpi kernel 3.6.y (01.02.2013)
- Rpi firmware (03.02.2013)
- Pvr Addon (18.01.2013)
- Xvdr Addon (29.01.2013)
- Gpu memory set to 100mb on default for Rpi 256mb (fix kernal killing Xbmc task on Rpi 256mb board) and Gpu memory set to 256mb on default for Rpi 512mb.
- Memory cache set to 2621440 on default
- GUI resolution switch (taken from XBIAN)

Add to advencedsettings <guires>XXXX</guires>

XXXX = GUI resolution. 480p,720p,900p,1080p. <guires>720</guires>, <guires>1080</guires> etc...

Update Instruction:

http://wiki.openelec.tv/index.php?title=Updating_OpenELEC

For Rpi 512Mb set gpu_mem=256, cachemembuffersize to 5242880 and change GUI to 1080p.

For Rpi 256Mb set gpu_mem=100, cachemembuffersize to 2621440 and change GUI to 900p.

***
If you want try new codecs add this line to config.txt

start_file=start_x.elf
fixup_file=fixup_x.elf

or clean install:

http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi


RE: OpenELEC Testbuilds for RaspberryPi - efegue - 2013-02-05

How do I install this on windows? Some help? I installed openelec before in windows but I used a img file.
Thank you


RE: OpenELEC Testbuilds for RaspberryPi - mactalla - 2013-02-05

(2013-02-05, 21:38)efegue Wrote: How do I install this on windows? Some help? I installed openelec before in windows but I used a img file.
Thank you

From a couple pages back:
http://forum.xbmc.org/showthread.php?pid=1321830#pid1321830


RE: OpenELEC Testbuilds for RaspberryPi - purpleinblack - 2013-02-05

I would also like to know how to do a clean install as I cannot see a .img file for the build.


RE: OpenELEC Testbuilds for RaspberryPi - zanardi - 2013-02-05

(2012-10-26, 16:14)RiJo Wrote:
(2012-10-26, 09:39)zanardi Wrote: I have a keyboard "Logitech Wireless Touch K400" that work with raspberry.

Only one problem: on the top of the keyboard I have some key for regulate the volume level (http://tienda.manchanet.es/productos/Logitech/9922740-3414.jpg).
If I press for increase the level, all ok. But the mute and the decrease of the level don't work.

How can I solve the problem?

Thank you

For the K400, you need to add this (or create the file if it doesn't exist) to the file ~/.xbmc/userdata/keymaps/keyboard.xml:
Code:
<keymap>
  <global>
    <keyboard>
        <f13>mute</f13>
        <f14>volumedown</f14>
    </keyboard>
  </global>
</keymap>

Thank you, work perfectly!!!! Wink


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2013-02-06

(2013-02-05, 22:20)purpleinblack Wrote: I would also like to know how to do a clean install as I cannot see a .img file for the build.

Just use any OpenELEC image, then update it manually with the latest binaries extracted from the rbej package before booting. Instructions posted maybe only 3 or 4 times in the last half-dozen pages and linked to every rbej release.


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

The link on how to update is broken in most of rbej's posts, the correct link is: http://wiki.openelec.tv/index.php?title=Updating_OpenELEC


RE: OpenELEC Testbuilds for RaspberryPi - Milhouse - 2013-02-06

(2013-02-06, 00:18)spjonez Wrote: The link on how to update is broken in most of rbej's posts, the correct link is: http://wiki.openelec.tv/index.php?title=Updating_OpenELEC

Ah, probably since the OpenELEC site had its facelift and a few pages moved around - thanks for the update.


RE: OpenELEC Testbuilds for RaspberryPi - efegue - 2013-02-06

Can you guys point me on how to do a USB install on OpenELEC? I search a lot, but I didn't find any consistent information on how to do this in windows.