MADE MP3 PLAYER WITH ROUTER
alternative router with openwrt
Router if changed firmware with Openwrt can made mp3 player without PC
you need USB soundcard and Portable Actif Speaker for aplicated.
if you folow my blog and succes install openwrt until creating loginspot(easyhotspot)
next step you can made mp3 player
you need : USB Audio soundcard and Portable actif speaker.
you can buy from :
ok. put your usb sound card in port hub no 6 and conect audio cable from multimedia audio/actif speaker to audio out from sound card, and power up multimedia audio.
2 way create MP3 Player in open wrt
1. using program MADPLAY
you need : file kmod-sound-core_3.3.8-1_ar71xx.ipk, kmod-usb-audio_3.3.8-1_ar71xx.ipk and madplay_0.15.2b-3_ar71xx.ipk you can findpacket in audio.rar folder in myhosting download from:
https://app.box.com/s/k3ieh4uwn2getgur2wje
open up winscp aplication copy to router 3 file :ile kmod-sound-core_3.3.8-1_ar71xx.ipk, kmod-usb-audio_3.3.8-1_ar71xx.ipk and madplay_0.15.2b-3_ar71xx.ipk into /tmp folder
open up putty aplication
root@openwrt~#
root@openwrt~#cd /tmp
root@openwrt~#tmp/ opkg install *.ipk
after all file instaled
you must create folder to put your mp3 file
open up winscp cretae folder in router /media
put some file mp3 in /media
example file mp3 in /media : /media/play.mp3
ok back again in putty aplication
root@openwrt~#
typing this scrift to play mp3
root@openwrt~#madplay /media/play.mp3
if you hear music from the router, now.... you can create mp3 player from router
next create menu for easy use madplay with html scrif or php scrift.