How To Install Mplayer Raspberry Pi


How to enable sound on Raspberry-Pi HDMI and Analog (Raspbian-Wheezy) *Before starting startx. Use SuperUser (After every reboot) or use sudo before any command. Apt-get install mplayer mplayer-gui alsa-base alsa-utils pulseaudio mpg123. Add audio module to kernel. Cd /opt/vc/src/hello_pi/./rebuild.sh cd hello_audio. Test analog output.
Hi All, Followed the following steps and i had media playback on Raspbian “wheezy” $sudo apt-get update $sudo apt-get install mplayer mplayer-gui alsa-base alsa-utils pulseaudio mpg123 $sudo reboot Successfully managed to get some audio playback on command line $mpg123 /pathtofile/audio.mp3 Modify the pi user to belong to the video group: $sudo usermod -aG video pi Logout and login for changes to take effect: $exit For Video Playback on Commandline $mplayer /pathtofile/video.avi We also now have Mplayer in Sound and Video Section in the GUI Reference.