iStar as a remote Music player
Installing a MPD daemon onto your iStar allows you to remotely, that is from any MPD client, queue and play music on your iStar. Perfect if you stereo is not right next to your computer when you are working.
MPD cross compiled to MIPSEL
Installation assumes you have COMMAND LINE access on your iStar.
- mkdir -f /share/Apps/mpd /share/Apps/mpdAudioPlugin
- UNZIP the downloads and untar the files into their own directories in /share/Apps
- cd /share/Apps/mpd/
- sh install.sh
- cd /share/Apps/mpdAudioPlugin
- sh install.sh
Modify the mpd.conf and setup a hardcoded path for the plugin
audio_output { type "smp86xx" load "/share/Apps/mpd/plugins/smp86xx_plugin.so" name "My Sigma Chip" engine "0" # optional decoder "1" # optional ramdac "1" # optional line_count "2048" # optional fifo_us "500000" # optional hdmi "sii9134" mixer_type "software" # mixer_type "hardware" }
Start it up
/share/Apps/mpd/daemon.sh start