DLAN based wireless speaker (raspberry pi)

来源:互联网 发布:淘宝店海报 编辑:程序博客网 时间:2024/06/06 03:20

some passages:


Android doesn’t have built-in support for any media streaming technology (AirPlay, DLNA, Miracast). Samsung Link (formerly AllShare) is also based on DLNA


Spotify Connect: which will allow to stream directly from Spotify app on your Android to any Spotify Connect-enabled receiver. Unfortunately as of today, the feature is available only in a short list of HiFi brands.


Chromcast:

Chromecast is another name that has been lately gaining popularity. Even Google Music supports Chromecast streaming. However, Chromecast dongle uses HDMI interface, very popular for video, which you will not easily find in HiFi devices.



DLAN:

http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance#Products_supporting_DLNA


how to configure raspberry pi to enable DLAN 

http://blog.scphillips.com/2014/05/playing-music-on-a-raspberry-pi-using-upnp-and-dlna-v3/

http://yabb.jriver.com/interact/index.php?topic=89044.0

some apps:

 https://play.google.com/store/apps/details?id=eu.airaudio&hl=zh_TW


====================================

Install some pre-required libraries:


sudo apt-get install autoconf automake libtool

sudoapt-get installlibupnp-dev libgstreamer0.10-dev \
                gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
                gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly \
                gstreamer0.10-ffmpeg \
                gstreamer0.10-pulseaudio gstreamer0.10-alsa



Install GMediaRenderer: (nowGet a copy of the gmrender-resurrect project from GitHub and enter the new directory that appears:)

cd 

sudo  git clone https://github.com/hzeller/gmrender-resurrect.git

cd gmrender-resurrect

sudo ./autogen.sh

sudo ./configure

sudo make

sudo make install

sudocpscripts/init.d/gmediarenderer/etc/init.d

0 0
原创粉丝点击