IoT (구 유비쿼터스)/라즈베리 파이
라즈베리 파이로 음악 서버 만들기
개발자_이훈규
2015. 1. 21. 14:08
1. Why do you install music server on raspberry pi?
I used to listen music from Geni(kt).
But this license runs out few day.
Then I want to listen music.
2. How install music server?
I found other install way.
http://lsh1894.tistory.com/8This page is so easy. because just install on raspberry pi.
3. How to install
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo git clone git://github.com/devsnd/cherrymusic.git
$ cd ~/cherrypush
$ ./cherrypush
$ sudo python3 cherrymusic --setup --port 8000
4. How to connect
on Web, connect your ip:8000
196.x.x.x:8000
5. Addition
you need port forwading for connecting outside.
http://mycute7.blog.me/220248761774
6. Troble Shoot
1) id/password
This information is your pi. (In my case, ID:pi / pw:~)
Reference : http://www.rasplay.org/?p=4361