Tag: XBMC

  • XBMC on Raspberry Pi: get Sound but no Video

    It’s well known that when a video does not play on a Raspberry Pi, it’s usually due to a codec issue. But in my case, I was able to play video from the “Movies” menu but not from a “Smart Playlist”. The problem was due to the amount of ram assigned to the GPU. It seems that there was no free resource anymore to play video once a “Smart Playlist” opened.

    Click to Read More

    I have a Raspberry Pi model b with 512 Mb Ram.

    1. In order to find the reason of the problem, I have activated the logging on XBMC: In  Settings -> System -> Debugging, toggle the Enable debug logging setting.
    2. I have opened a Smart Playlist and started a movie. I only got the sound but no video.
    3. I have looked into the log file, whose path depend on the distribution:
      • OpenELEC: /storage/.xbmc/temp/xbmc.log
      • Raspbmc: /home/pi/.xbmc/temp/xbmc.log
      • XBian: /home/xbian/.xbmc/temp/xbmc.log
    4. In that log I found this:

    DEBUG: JSONRPC: Calling player.getactiveplayers
    ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.video_decode – OMX_ErrorInsufficientResources, insufficient resources
    ERROR: OMXPlayerVideo : Error open video output
    DEBUG: JSONRPC: Calling application.getproperties

    The problem was “Insufficient Resources”. Googling on that I found a simple solution: add more ram for the GPU.

    1. Open a telnet session to the Raspberry Pi and log (user: pi, password raspberry on RaspBMC)
    2. Edit the config.txt file which is located in /boot.
    3. Set gpu_mem_512=256 (instead of the current value 128)
    4. Restart the Rasberry Pi using the command: sudo reboot

    If editing the config.txt file using “telnet” is not easy, possibly “ftp” the Raspberry to “get” the file, edit this one on Windows and “put” it back.

    Regarding the codec problem that can occur, it’s usually for mpeg2 video as one has to purchase the mpeg2 license and configured the raspberry pi. See this blog for details.

    About logging: http://wiki.xbmc.org/index.php?title=Log_file/Easy

    About Raspberry pi : http://wiki.xbmc.org/?title=Raspberry_Pi/FAQ

    More about Ram usage and split between CPU and GPU (from Krzysztof Adamski)

    Click to Read More

    256MB version

    For older RaspberryPi, with 256 MB of RAM, 4 splits are available:

    • 240/16 – The most RAM size ARM can get (240MB) with mimial GPU memory. It’s the best for general computing when you don’t need 3D graphics or hardware video acceleration. It has enough memory to handle 1920x1200x16bpp framebuffer resolution. While 32bpp is also working, it’s not recommended since it leaves very small amount of free memory for GPU.
    • 224/32 – This one is deprecated in favor of 240/16 split. It has 3D and hardware video decoding build in but since there is not enough memory to actually use it, there’s little point in using it. Unless you have some problems with 240/16 split or want to use 32bpp framebuffer at highest resolution. It is possible it will be deleted in the future.
    • 192/64 – You need at least 64MB of GPU split to use hardware video acceleration or 3D graphics. It may not be enough GPU memory for hardware accelerated video playback at highest resolution or if you need a lot of GPU memory for things like textures.
    • 128/128 – The most RAM GPU can get. Use it when you need a lot of memory for 3D graphic card and hardware accelerated video playback in high resolution. This split is needed for RaspBMC to work properly or to play fullHD video content with omxplayer without problems.

    512MB version

    New versions of RaspberryPi has 512 MB of RAM. You have 4 additional splits designed for this version:

    • 496/16 and 448/64 – like 240/16 and 192/64 split for 256MB respectively but with 256MB more RAM available for ARM. Since GPU has only 16 MB/64MB or RAM, all the limitations from240/16/192/64 still apply.
    • 384/128 – Similar to 128/128 split for 256MB – you should get all the graphic chip features but with reasonable amount of ARM memory. This will probably be the most universal split right now.
    • 256/256 – Some bonus graphic card memory if you really need it, like for big textures and similar things. While 256MB of ARM memory is bigger than you could possibly have in older RaspberryPis, I don’t think this one will be used on many occasions.

    Loading

  • A HTPC for 35€: Raspberry Pi + XBMC

    Raspberry Pi Model B

    I have just received the “Raspberry Pi Model B” I ordered two weeks ago on “RS Components” website. It rocks !!!

    Within 30 minutes, I was watching on my HD TV a 1080p movies streamed from my NAS :p

    Click to Read More

    Mine is in a black case bought from RS components. I also bought there a power supply and a HDMI cable. The big advantage of using a Raspberry pi is that

    • It has a very low power consumption (about 1-2 watts at idle)
    • It is really small 85.60mm x 53.98mm x 17mm (invisible behind the TV)
    • It has a HDMI with Audio with CEC support (you can pilot XBMC on the Raspberry Pi with the TV remote control)
    • It comes with codec license for MPEG4 & H.264 (hardware accelerated)
    • Licenses can also be bought here to play back MPEG2 or VC1.
    • The Model B comes with 512MB Ram (Only 256 on the Model A)
    • It boots a Linux from a SD card (= silent) in about 50 seconds (depending on the distribution). There are 3 distributions of Linux with XBMC targeting the Raspberry Pi (see the wiki here). Some Install Guides:
    • A 2GB SD is enough, but I use a 16GB class 6, the only SD I had
    • There are 2 USB slots that I use for a keyboard and a mouse. That can be expanded with a USB hub (There is only one USB port on the Model A). A USB HDD can be plugged to add extra storage if required.
    • There is a 10/100Gbs Ethernet Port (No Ethernet port on the Model A) with supports of various power management wakeup features, including Magic Packet™, Wake-on LAN (WOL) and Link Status Change. UNFORTUNATELY, albeit Pi’s Lan chipset does support WOL, the Pi’s lack of power management (ACPI) means it doesn’t support this Lan chipset features 🙁
    • It does not need a fan cooler (= silent)
    • The Model B uses a standard power supply capable of supplying 5V 700ma (the Model A requires 5V 300ma)
    • The GPU is capable of 1Gpixel/s
    • It can be easily overclocked (and overvolted to increase stability) up to 1000MHz (without making the warranty void !). By default the Raspberry Pi runs as 700Mhz and is overclocked at 800Mhz by RaspBmc…
    • Overall real world performance is something like a 300MHz Pentium 2 with great graphic performances.
    As mentioned, I decided to install RaspBmc. It’s really straightforward [EDIT: RapsBmc is now deprecated and replaced by Osmc).
    1. Plug the SD card in a PC (I am using Windows 8 )
    2. Format the SD card, e.g. using a tools dedicated to SD/SDHC/SDXC like “SD Formatter“.
    3. Download the raspbmc installer (Not available anymore on the official webstite) and “run As Administrator” the setup.exe . It will automatically download an image and copy it to the SD card.
    4. Plug next the SD card in the Raspberry Pi, plug the HDMI cable on the TV (I didn’t test the RCA/Audio output), plug an Ethernet cable and plug the power supply. Select the right HDMI input on your TV and you should see the Raspberry PI display. It will configure itself (get an IP address from DHCP server, download the latest release/updates, etc…) and after about 20 minutes, it should start XBMC.
    5. In XBMC, go to the main menu > System > Lower submenu > System info and take note for your URL. You can also get there the MAC Address if you prefer like me to configure your DHCP server to assign a fix IP to the Raspberry PI (recommended to remote control XBMC or configure NFS access to Synology – reboot required).
    6. On your PC, run a Browser and type the IP address of the Raspberry PI to get access to the XBMC web control UI (on the port 80 configured by default in Raspbmc). It can be used to remote control XBMC.
    7. On your Android Phone, install the XBMC official Remote Control (Not available anymore) and configure it with the IP address of the Raspberry Pi with port 80 (this is the default of RaspBmc). There is neither a username nor a password defined by default in RaspBmc for accessing the Web Control UI (Another good remote for Android is Yatse Widget).
    8. On Synology, enable the “guest” account and grant read access on the shared folders “music”, “video” and “photo” (I still have to find where I can configure a username in raspbmc to access smb/nfs – I know I could at least do it on the smb/nfs sources configured in XBMC: protocol://user:pass@synoIP/sharename)
      • The default username is “pi” and the default password is “raspberry”, but for some reasons, adding such a user on the Synology with adhoc rights on the shares does not grant raspbmc access on those ?!
    9. On XBMC, add video, music and photo sources. I am not using “uPnP” as it does not support use of metadata stored next to the media files. Instead I am currently using smb.
    10. On XBMC, you can go to the menu “Programs” to get access to the RaspBmc settings.
    The Android Remote Control for XBMC works really fine, as well as controlling XBMC with the TV Remote, which makes this HTPC from far the greatest for that price: ~35€!
    A few notes:
    • WOL does not work because the lack for “power management” on Raspberry Pi. The only other way to “power on” the device remotely is to plug its power cable into a USB port on the TV (USB voltage is standardized at 5.0v, so you only have to check the max A supported by your TV). When you turn on the TV the pi powers on too. However, the Pi draws less power when turned on then many Tvs do when off, so there is really no reason to ever turn it off. Turning it off would not significantly reduce power consumption unless it is also unplugged.
      • So, don’t ever use the “Power Off” button of XBMC. The only way to restart the Raspberry Pi would be to unplug and plug back in the power supply.
      • Power over Ethernet (PoE) is not yet supported. Maybe in a future version of the Raspberry Pi.
    • In XBMC, go to the main menu > System > Lower submenu > Settings > Apparence > Region. Set e.g. the “Langue of the interface” or your language as “Preferred Language for audio” although you like to watch the movies in O.V.
    • In XBMC, go to the main menu > System > Lower submenu > Settings > Services > SMB Client. Change the name of the Workgroup to match your.
    • Login on the Raspberry Pi via SSH (using Putty, username “pi”, password “raspberry”. Note: “root” user is disabled by default on RaspBmc) and Raspbmc will prompt you to choose your keyboard layout – use the space bar to select a layout and Tab to move the cursor onto the Ok button. On the next screen, set your layout as the default one and wait until it’s “generated” (can be a long process). Continue the configuration with the selection of your region and country. Type “exit” to close the SSH session.
    • Raspbmc overclocks the Raspberry Pi to a safe clock frequency (from the default 700MHz to 800Mhz). Notice that a change of the clock frequency does not blow the OTP (Over Temperature Protection). It is overvolting that does this. Overclocking is therefore not making the warranty void while overvolting will permanently set a bit which invalidates the warranty. Overvolting will also reduce the lifespan.
      • Here is a tutorial to overclock the Raspberry Pi with RaspBmc via SSH
      • Here is a tutorial to overvolt the Raspberry Pi with RaspBmc via SSH
      • Here is a tutorial to do the same with the Raspbery config tool (if not using RaspBmc
      • And here are more details on possible values for the overclocking/overvolting.
    • With RaspBmc, there is no need to manually update the firmware (via SSH). This is done automatically by RaspBmc, insuring that the kernel is fully compatible.

    site: http://www.raspberrypi.org (Look at the quick-start-guide and the FAQ)

    RaspBmc: http://www.raspbmc.com (Look at the FAQ)

    XBMC for Raspberry: http://wiki.xbmc.org/index.php?title=Raspberry_Pi/FAQ

    buy: http://raspberrypi.rsdelivers.com/default.aspx?cl=1

    Loading

    ,
  • Boot XMBCbuntu (XBMC Live) from a USB Key for testing purpose on Acer iDea 510

    The purpose: try if XBMC is compatible with the hardware of a PC before doing a full installation.

    Tested on my Acer iDea 510 with success. Works quite well and could replace Windows 8 Pro with the Media Center Pack !

    Click to Read More

    • Download Linux Live USB Creator, a.k.a. Lili, to create a bootable USB Key with a linux (Could also try Unetbootin USB Creator ?…).
    • Download an ISO of XBMCbuntu from here.
      • Version 12 RC 3 of XMBCbuntu is not yet supported by Lili. In addition this version does not include DXVA support yet…
      • To boot another linux, for any purpose, download an ISO for i386 compatible with Lili (When using UNetbootin downloads itself the selected Linux image).
    • Create the bootable USB Key following the how-to.
      1. Choose a USB flash drive in the dropdown list.
      2. Select the ISO of XBMCbuntu downloaded previously.
      3. Choose the size of persistent data (usually between 250 MB and 2 GB).
      4. Check all the options.
      5. Click the lightning button to start the creation.

    Tested on an HTPC Acer iDea 510:

    • First try failed. It stops with “load fallback graphics devices [Fail]”
    • Fix:
      1. Open the file syslinux\txt.cfg
      2. Search and Replace “quiet splash” with “quiet splash vmalloc=256M”
    • Second try: great !!! There is much less “lag” than in Windows 8 Pro + Media Center Pack
    • The remote control works fine so far. Including Shutdown (power-off).
    • Configuring the System to use Suspend instead of Shutdown works fine only once.
      • Suspend is really immediate (less than 1 sec).
      • However, I didn’t find yet how to configure the remote to wake-up the HTPC.
      • Pressing the power button on the HTPC wakes up XBMC is less than 2 sec
      • Trying again to Suspend the HTPC will result in a black screen with the cursor blinking… A hard reboot is required 🙁
    • During the use of XBMC, I was able to play HD movies from a SMB Shared Folder of my Synology.
    • Sound plays in 2.0 (stereo), also for movies in 5.1 (with downmix), but default volume is really low compared to the default volume in Windows 8. Within XBMC, I have to boost the Volume Amplification. So it’s not the best possible sound.
    • Sound doesn’t play correctly at all in 5.1 (although I have a 5.1 system and the movie is in DTS 5.1) ?!
    • I didn’t succeed yet to view any movie using UPnP. I can configure such a source, but don’t see any list of movies in that source ? (To be investigated)
    • During the shutdown, I noticed an error “Killing all remaining process [Fail]”. When shutdown is initiated from the remote control, XMBCbuntu asks to press enter to power-off after the error message here above.
    I am not 100% convinced at all that it will be a good choice to run on the Acer iDea 510 instead of Windows 7 and MCE…

    Loading