My audio goes from hdmi to my sony tv, i set my sony tv to output to my 2.1 old pioneer amp/speaker system from the lazer disc era. Plays perfectly fine to my ears.
I set up xbmc using the following instruction.
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=12455Tomaz did the compiling.
note: the lastest raspbian is now 2012-8-16 so I guess the best recommendation is always to got to
http://www.raspberrypi.org/downloadsto get the latest image. then from there after installation, do the
following commands in the commandline(this is my own stash of commands that I accumulated.)
sudo raspi-config (config rasp to our own region, expand the memory to 32gb or whatever sized sdcard, ect ect)
sudo apt-get update
sudo apt-get upgrade
wget wget
http://goo.gl/1BOfJ -O /usr/bin/rpi-update && chmod +x /usr/bin/rpi-update
rpi-update (updating firmware of rpi, if you get errors or something then do the ca-certificates below first)
sudo apt-get install tightvncserver (this is the install the vnc server so i can log in on my win7 pc to remote control the pi after log in. you dont have to do this if you doing just strict xbmc)
sudo apt-get install ca-certificates
sudo apt-get install transmission-gtk
(refer to configuration for transmission- I use the gtk version since transmission-cli transmission-common transmission-daemon did not work)
sudo apt-get install git-core
wget
https://github.com/downloads/RB-tomaz/xbmc-...tomaz.armhf.deb sudo dpkg -i xbmc-rdp-tomaz.armhf.deb; sudo apt-get -y -f install
after login
type in command line
xbmc (this will start xbmc)
I have yet to learn how to set up samba, so i dont know how to stream from a nas or other network shared drive. I copy everything via putty's : put -r command to pi from my pc if i want to play on the pi.
So far, I tried playing Naruto's Lee anime video in 720p horriblesub files, youtube downloaded SNSD music video like Papparazi, ect ect and it turns out fine.
I noticed that I gotta reboot Pi, if I want to switch to xmbc, since I use SSH/VNC/remote control, then connect my hdmi cable + keyboard+mouse.
Yet to set up remote with the Pi since I donnu what remote to use and I cheap skate... just use keyboard and walk to the keyboard by my tv.
(of course got bluetooth keyboard+mouse would also be sufficient.... i got keyboard but not mouse... sigh)