LoginSignup
3
1

More than 5 years have passed since last update.

rdio を日本で使う

Last updated at Posted at 2013-10-18

1. rdio?

Rdio
http://www.rdio.com
Rdio lets you listen to millions of songs ad-free wherever you are – on the web and on your phone, even offline.

Rdio(アールディオー)は、Skype や KaZaA の創立チームが手がける定額制音楽配信サービス。
http://www.higuchi.com/item/679

2. building proxy

  • 日本の IP から rdio へアクセスしても sign up できない.
  • そのため、ec2 の US リージョンなどに適当なインスタンスを作成し、proxy を立てる.

以下は、ubuntu での例.

$ sudo su -
# apt-get install squid
# cd /etc/squid3/
# cp squid.conf squid.conf.original
# vi squid.conf
    http_access allow all
    http_port 8080
# service --status-all
# service squid3 restart
# tail -f /var/log/squid3/access.log

3. then

  • 上記 proxy を使い rdio への登録(sign up, subscribe)を行う.
    • 一度 sign up を済ませてしまえば、以降は proxy 経由でアクセスする必要はない.
  • app store アプリの country を US に変更し ios クライアント(rdio)をダウンロード.
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1