Skip to content
Ignat99 edited this page Nov 8, 2014 · 13 revisions

So, in order to make the necessary omxplayer play audio settings raspi-config parameter Memory_split specify a value of 32, and for video playback, respectively 64.

Play Internet radio:

 oxplayer listen2.myradio24.com:9000/8304

Exit from oxplayer:

 q
  • Player mpd

    export USER='pi' sudo python /home/pi/<python_radio> exit 0

    sudo chmod 755 /etc/init.d/autostart.sh

    sudo update-rc.d autostart.sh defaults

See also

Clone this wiki locally