Search found 9 matches
- Tue May 22, 2012 10:26 pm
- Forum: Media centres
- Topic: Is the Pi suitable as a true media centre?
- Replies: 24
- Views: 12948
Re: Is the Pi suitable as a true media centre?
To be short, actually not at the moment. I beg to differ .... have you not seen the xbmc threads? Yes I have seen, but I was talking about standard soft provided by the Foundation. Actually I did not want to be hostile. I am a big fan o Raspberry Pi :) The hardware is fine, we just have to wait for...
- Tue May 22, 2012 10:07 pm
- Forum: Media centres
- Topic: Is the Pi suitable as a true media centre?
- Replies: 24
- Views: 12948
Re: Is the Pi suitable as a true media centre?
Hello i'm currently waiting on the Pi to come back into stock but i'm just wondering if it will work the way i think it will? I want to have it connected to the internet and running through my TV at all times but i'm just wondering will i be able to stream TV shows/YouTube videos with it? Does it e...
- Tue May 22, 2012 10:00 pm
- Forum: Media centres
- Topic: omxplayer - GPU enabled video player
- Replies: 171
- Views: 197373
Re: omxplayer - GPU enabled video player
Google for omxplayer.cpp you'll find it on github. Line 456 onwards describe various keyboard functions. case 'j' and case 'k' might be of interest? Although I'm not very sure about that. Best i can do. I told you remote control because I know it works :lol: Those buttons do not work, but anyway th...
- Tue May 22, 2012 11:11 am
- Forum: Media centres
- Topic: omxplayer - GPU enabled video player
- Replies: 171
- Views: 197373
Re: omxplayer - GPU enabled video player
It works, but if I set the volume to max on tv than the sounds gets crappy as the speakers start making an anoying noise.alexeames wrote:TV remote?marcelh18 wrote:Now I have another question. How can I change the sound volume while the video is playing?
- Mon May 21, 2012 6:53 pm
- Forum: Media centres
- Topic: omxplayer - GPU enabled video player
- Replies: 171
- Views: 197373
Re: omxplayer - GPU enabled video player
Now I have another question. How can I change the sound volume while the video is playing?
- Mon May 21, 2012 6:34 pm
- Forum: Media centres
- Topic: omxplayer - GPU enabled video player
- Replies: 171
- Views: 197373
Re: omxplayer - GPU enabled video player
See here on the previous page Dom helped me with this issue. If you'll pardon the pun it was very sound advice :lol: http://www.raspberrypi.org/phpBB3/viewtopic.php?p=80598#p80598 type omxplayer -h to see the command line arguments (-o might be the one you want to look at) Thx for the answer :) The...
- Mon May 21, 2012 5:06 pm
- Forum: Media centres
- Topic: omxplayer - GPU enabled video player
- Replies: 171
- Views: 197373
Re: omxplayer - GPU enabled video player
Hi guys, I followed the steps you described and installation of omxplayer was succesful. The video plays well, however there is now sound
What could be wrong?
P.S. The sound module is working and I have sound when playing mp3 songs with the moc player.
Thanks in advance.

P.S. The sound module is working and I have sound when playing mp3 songs with the moc player.
Thanks in advance.
- Sun May 20, 2012 7:49 pm
- Forum: Troubleshooting
- Topic: Audio in terminal - Debian
- Replies: 15
- Views: 24337
Re: Audio in terminal - Debian
Hi :) For playing music in console you should install a console audio player. Mplayer is also a console player. I have tried about 6 console players. They all do not work. From your error log, it seems that the sound driver is not loaded. Try "lsmod" and reply the result here. P.S. The pl...
- Sun May 20, 2012 5:31 pm
- Forum: Troubleshooting
- Topic: Audio in terminal - Debian
- Replies: 15
- Views: 24337
Re: Audio in terminal - Debian
Hi 
For playing music in console you should install a console audio player. I am currently using MOP.
Also keep in mind that sound driver should be loaded before you start the player.
For that, just type "sudo modprobe snd_bcm2835".
Best Regards,
Marcel

For playing music in console you should install a console audio player. I am currently using MOP.
Also keep in mind that sound driver should be loaded before you start the player.
For that, just type "sudo modprobe snd_bcm2835".
Best Regards,
Marcel