Firefly Music Server JUKEBOX HERO the Firefly Media Server Makes Streaming Music and Internet Radio Onto Your Home Network for Itunes Or

Total Page:16

File Type:pdf, Size:1020Kb

Firefly Music Server JUKEBOX HERO the Firefly Media Server Makes Streaming Music and Internet Radio Onto Your Home Network for Itunes Or LINUXUSER Firefly Audio Streaming Firefly Music Server JUKEBOX HERO The Firefly Media Server makes streaming music and Internet radio onto your home network for iTunes or Banshee clients as easy as pie. BY MARTIN LOSCHWITZ magine a scenario in which you have collection is spread across the hard disks The Firefly Media Server provides a two stationary PCs on your network, of the three workstations, and if you free implementation of the DAAP proto- Iand you also use a laptop as a porta- happen to be working on your laptop, col and acts just like an iTunes client. It ble workstation. An older PC acts as a you can only access the songs on the scans the hard disk for tracks and pub- gateway, print, and file server. Your local disk. lishes information about the tracks on music To be able to access the whole collec- the local network. DAAP-compatible tion, all three computers would need programs on the network evaluate the to be up and running. Furthermore, offer and display it for the user to see. using Samba or NFS shares for ac- To listen to a track, a user just needs to cess is not your idea of a conve- click the track in his player, and Firefly nient approach. will serve it up over the wire. You could iTunes has a neat solu- describe this approach as a kind of tion for this problem – “streaming on demand”. any iTunes-compatible If you were to move your track collec- client on the network tion from the other computers on the can use DAAP, a pro- network to your router, which will typi- tocol developed by cally be up 24/ 7, and then install the Apple for sharing music, to access Low-Budget Multimedia shared tracks. Server If you have If you are interested in installing a Firefly iTunes on your Media Server, but don’t have suitable computer, every hardware, try the NSLU2 by Linksys. iTunes user on the The device, which you can use to con- local network will see nect external hard disks to your net- your shared music, work, is available from hardware stores and can tune in at for about US$ 75; you also need an ex- the click of the ternal data store. You can use Unslung mouse. However, or OpenSlug to convert the SLU2 to iTunes will only run Linux, and install Firefly as described on Mac OS or Win- previously. This gives you a miniature dows, so you would computer that will not make any noise at all for just US$ 200. The best thing is have to use a ma- that the SLU2 can do more than just pro- chine with one of vide reliable multimedia services. these operating sys- tems, store your music collection on GLOSSARY that machine, and DAAP: Digital Audio Access Protocol. A leave it switched on protocol developed by Apple that which 24/ 7 to guarantee is based on HTTP and supports sharing access for the of audio files with clients on a network. other clients. Fire- Since Apple has not released official fly [1], however, documentation, the specification is provides you with based on reverse engineering. Pro- you a convenient grams that support DAAP include Ama- workaround. rok, Banshee, and Rhythmbox. 78 ISSUE 77 APRIL 2007 Firefly Audio Streaming LINUXUSER It can take a while before the iTunes cli- ents on your network can see the new multimedia server. Before Firefly starts publishing its services, it first scans the mp3_dir to check for existing tracks and creates a database. Web Interface Firefly includes a web interface for point-and-click configuration of the streaming server. To access the server, open the URL http://server IP address: 3689 in your browser. Leave the user- name field empty on authentication, and type the password you specified as admin_pw in the configuration file for Password. This should take you to the Firefly welcome page (see Figure 1), which provides you with an overview of the major functions. Figure 1: The Firefly web interface supports convenient access to statistics and the music The function you will probably need server configuration. the most is the one for telling the Firefly Media Server to check for new tracks. Firefly Media Server on the router, you mt-daapd.conf (see Listing 1). You can Start Scan tells the server to search for do not need to run another server ma- keep the defaults for most values, but new material, whereas Start Full Scan chine to access the central audio library you will need to modify the settings for deletes the existing database and sets up from any other machine on the network. admin_pw (administrator password) and a new one. The main page of the web in- servername (descriptive name of server). terface also has a collection of statistics, Firefly Installation For mp3_dir, enter the folder in which such as the number of listeners online Firefly went through a renaming phase you store your track collection, and for right now, or how many tracks the Fire- recently – the project’s original name db_type (music database format), type fly server has streamed to clients since was mt-daapd – and Firefly is still recov- sqlite3. After saving the configuration the last reboot. ering from the experience. As a result, file, you can launch Firefly as follows: The navigation system is on the left, most current distributions do not have and it takes you to the web interface’s prebuilt packages for Firefly, so you /usr/local/sbin/mt-daapd -cU other functions. The Smart Playlists must build Firefly from the source code. /usr/local/etc/mt-daapd.conf function is similar to iTunes’ “Intelligent Download the current, prepacked Playlists”. With some help from a wiz- “nightly” snapshot [2]. Look for a link such as mt-daapd-svn-Build.tar.gz, Listing 1: mt-daapd.conf where Build represents the four-digit 01 # mt-daapd.conf (example) 15 extensions = .mp3,.m4a,.m4p build number. Unpack the sources, 02 16 change to the directory that is created by this step, and then follow the normal 03 [general] 17 ssc_codectypes = ogg,flac,alac steps: ./configure, make, and make in- 04 web_root = /usr/local/share 18 ssc_prog = stall. After completing these steps, the /mt-daapd/admin-root /usr/local/bin/mt-daapd-ssc. Firefly Media Server (mt-daapd) should 05 port = 3689 sh reside in /usr/local. 06 admin_pw = mt-daapd 19 Configuration 07 20 logfile = /var/log/mt-daapd. log The file with the configuration settings is 08 db_type = sqlite3 21 scan_type = 2 located in /usr/local/etc, and called 09 db_parms = /var/db/mt-daapd 22 10 Tip 23 [plugins] 11 mp3_dir = /home/mp3 24 plugin_dir = You should use the fast search mecha- 12 servername = iTunes server nism to update the Firefly database, if /usr/local/share/mt-daapd/ 13 possible. This will save you a huge plugins amount of time in comparison to setting 14 runas = daapd # distribution 25 plugins = rsp.so,ssc-script.so up a new database. independent WWW.LINUX - MAGAZINE.COM ISSUE 77 APRIL 2007 79 LINUXUSER Firefly Audio Streaming file, adding an entry for .url. Then restart the Firefly server, and use the web inter- face to run a file scan. After completing the scan, the Fireflay playlist will have an entry that reads- Wolf.FM – The hottest mix. You can then click to connect. Banshee for iTunes DAAP won’t be much use to you if you just have Linux and don’t actually own a Mac or a Windows PC. Enter the Ban- shee utility – the DAAP client was origi- nally developed for Foresight Linux, but now also works on other distributions. The project homepage [5] has prebuilt packages for openSUSE, Ubuntu, Gen- too, and Fedora Core 4. If you have any Figure 2: Banshee is aiming to become an “Amarok” for GNOME. It already has support for other distribution, your mileage may the DAAP protocol. vary [6]. The Banshee user interface is ard, and the ID3 data for your collection, to find the stream you want to listen modeled, in part, on iTunes. The player you can store playlists based on arbitrary to, and then you are able to access will recognize DAAP streams automati- criteria. For example, you can tell Firefly mt-daapd from any machine on the net- cally, just like its role model, and it will to compile a playlist of songs from the work to listen to your choice of music display icons to match on the left of the years 1960 through 1969. via the local gateway. button bar. Again, you can click an icon Configuration takes you to the multi- To set this feature up, store a file to play a track (Figure 2). media server settings. Note that the ac- called name.url in the directory that count on which mt-daapd is running will holds your music collection, where Conclusions need write permissions for /usr/local/etc name should be an intuitive name for A combination of the Firefly media in order for you to change any settings. the station in question. Next, add a line server with iTunes or Banshee is perfect of the format bit rate, name, address to for streaming music across your home Music and Streams the file. For example, to listen to Wolf. network. In connection with SSH port Once you have your Firefly server up FM [4], you would create a file called forwarding, you could even route the and running, it’s smooth sailing. Simply wolffm.url, and then you add the follow- Firefly signal across a VPN network, launch iTunes on a computer on your ing lines, based on the details found on thus gaining the ability to access your network and the Firefly server shows up the station website: private music collection anywhere, in the list of shares on the left.
Recommended publications
  • An Introduction to Internet Radio
    NB: This version was updated with new Internet Radio products on 26 October 2005 (see page 8). INTERNET RADIO AnInternet introduction to Radio Franc Kozamernik and Michael Mullane EBU This article – based on an EBU contribution to the WBU-TC Digital Radio Systems Handbook – introduces the concept of Internet Radio (IR) and provides some technical background. It gives examples of IR services now available in different countries and provides some guidance for traditional radio broadcasters on how to adapt to the rapidly changing multimedia environment. Traditionally, audio programmes have been available via dedicated terrestrial networks broad- casting to radio receivers. Typically, they have operated on AM and FM terrestrial platforms but, with the move to digital broadcasting, audio programmes are also available today via DAB, DRM and IBOC (e.g. HD Radio in the USA). However, this paradigm is about to change. Radio programmes are increasingly available not only from terrestrial networks but also from a large variety of satellite, cable and, indeed, telecommunications networks (e.g. fixed telephone lines, wire- less broadband connections and mobile phones). Very often, radio is added to digital television plat- forms (e.g. DVB-S and DVB-T). Radio receivers are no longer only dedicated hi-fi tuners or portable radios with whip aerials, but are now assuming the shape of various multimedia-enabled computer devices (e.g. desktops, notebooks, PDAs, “Internet” radios, etc.). These sea changes in radio technologies impact dramatically on the radio medium itself – the way it is produced, delivered, consumed and paid-for. Radio has become more than just audio – it can now contain associated metadata, synchronized slideshows and even short video clips.
    [Show full text]
  • User Guide | Software V 2.0 Welcome Thanks for Purchasing a Roku Soundbridge! We Hope You Enjoy Using It As Much As We’Ve Enjoyed Creating It
    Cover for M1000/M2000 manual User Guide | Software v 2.0 Welcome Thanks for purchasing a Roku SoundBridge! We hope you enjoy using it as much as we’ve enjoyed creating it. SoundBridge lets you play music you have stored on your PC or Mac anywhere in your home. It also lets you access many of the thousands of Internet radio stations that broadcast on the web. Roku’s media players are designed to be upgradeable in the field, and we are always working on improving the software for our products. Your SoundBridge has a menu option to check for, and automatically install, software updates. We recommend you try this a soon as your system is set up to make sure you have the latest software. (See the “Getting Started” section for more information.) We also recommend that you go to www.rokulabs.com to register your purchase, so we can notify you when a new update is available. Enjoy! Run the Latest Software! SoundBridge software v. 2.0 now includes WMA support and easier music sharing from your Windows PC! After you get SoundBridge up and running, be sure to check for the latest software update. Software updates are easy to download and install, and you can do it from the comfort of your couch, using the SoundBridge remote control. See “Checking for the Latest SoundBridge Software” on page 13 for easy instructions. Download the Latest User Guide! When our software changes, so does our user guide. Visit www.rokulabs.com/support to download the latest version as a PDF document.
    [Show full text]
  • Netwerkmuziekspelers En Internetradio's
    Special nr 14 | oktober 2006 | www.webwereld.nl Netwerkmuziekspelers en internetradio’s 1 Draadloze COLOFON Redactie en eindredactie: multimediaspelers Jeroen Doorn Medewerkers: Jozef Schildermans / Data TestLab Vormgeving: Bert Sluyter Illustraties: SevensHeaven Design © 2006 IDG Communications Nederland. Niets uit deze uitgave mag op enigerlei wijze worden overgenomen zonder uitdrukkelijke toestemming van de uitgever. Hoewel aan deze uitgave uiterste zorg is besteed, aanvaarden de redactie noch de uitgever enige aansprakelijkheid voor schade ontstaan door eventuele fouten en/of onvolkomenheden. et is veel mensen een doorn in het oog: Pinnacle SoundBridge Network Music Player M1001 3 een grote steroetoren, grote luidsprekers Hen dan hebben we nog de videorecorder, Pinnacle SoundBridge Radio 6 de dvd-speler, et cetera. De halve huiskamer staat gevuld met apparatuur en mensen breken hun nek Slim Devices Squeezebox 7 over de snoeren. En dan hebben we het nog niet over de cd’s, lp’s, dvd’s en videobanden. Logitech Wireless DJ Music System 8 Het is niet meer van deze tijd. Het aantal oplos- singen stijgt met de week en de apparaten kunnen Terratec Noxon2Audio 9 elke keer weer meer. Dat blijkt wel uit onze test. Multimediaservers zijn geen toekomstmuziek Terratec Noxon iRadio 10 meer, maar een goed werkende, betaalbare optie. Philips Streamium Wireless Music Adapter SLA5520 11 Nog niet overtuigd? Lees onze vergelijkende test in deze 14 pagina’s tellende pdf. Apple AirPort Express 12 Jeroen Doorn Sonos ZonePlayer ZP80 13 Adjunct-hoofdredacteur Webwereld 2 Test Netwerkmuziekspelers en internetradio’s Digitale muziek beluisteren in alle vrijheid MUzieK DOwnlOaden OF KOpen OP het internet is POPUlairder dan verschil tussen beiden.
    [Show full text]
  • SMARTSTOR NS4600 Product Manual
    SMARTSTOR NS4600 Product Manual Version 1.0 SmartStor NS4600 Product Manual Copyright © 2009 Promise Technology, Inc. All Rights Reserved. Copyright by Promise Technology, Inc. (Promise Technology). No part of this manual may be reproduced or transmitted in any form without the expressed, written permission of Promise Technology. Trademarks Promise, and the Promise logo are registered in U.S. Patent and Trademark Office. All other product names mentioned herein may be trademarks or registered trademarks of their respective companies. Important data protection information You should back up all data before installing any drive controller or storage peripheral. Promise Technology is not responsible for any loss of data resulting from the use, disuse or misuse of this or any other Promise Technology product. Notice Although Promise Technology has attempted to ensure the accuracy of the content of this manual, it is possible that this document may contain technical inaccuracies, typographical, or other errors. Promise Technology assumes no liability for any error in this publication, and for damages, whether direct, indirect, incidental, consequential or otherwise, that may result from such error, including, but not limited to loss of data or profits. Promise Technology provides this publication “as is” without warranty of any kind, either express or implied, including, but not limited to implied warranties of merchantability or fitness for a particular purpose. The published information in the manual is subject to change without notice. Promise Technology reserves the right to make changes in the product design, layout, and driver revisions without notification to its users. This version of the Product Manual supersedes all previous versions.
    [Show full text]
  • HP Mediasmart Server User's Guide
    HP MediaSmart Server User’s Guide Ve r s i o n U p d a t e 1.1.1 Revised 05 November 2007 Version Update 1.1.1 Contents Welcome to HP MediaSmart Server Chapter 1: Installing Overview of the HP MediaSmart Server Setup 1-1 Before Starting 1-2 Connecting the server 1-5 Turning on the HP MediaSmart Server 1-6 Checking the Server Lights 1-7 Updating Your Firewall’s Trusted Program List 1-7 Installing the Software on the First Computer 1-8 Congratulations! You are ready to start using your server 1-12 Chapter 2: Getting Started Opening the Windows Home Server Console 2-1 Setting up the HP MediaSmart Server using the Assistant 2-2 Task 1 of 6: Setup HP Software Update 2-5 Task 2 of 6: Create User Accounts 2-7 Task 3 of 6: Configure Remote Access 2-13 Task 4 of 6: Configure your HP Photo Webshare 2-17 Task 5 of 6: Turn on Media Sharing 2-19 Task 6 of 6: Learn more about your HP MediaSmart Server 2-20 Installing the Software on Additional Home Computers 2-21 Setting up Additional Home Computers 2-23 Chapter 3: Server Console MediaSmart Server tab 3-1 Windows Home Server tabs 3-2 i Chapter 4: Control Center Accessing the Control Center 4-1 MediaSmart tab 4-1 Tools tab 4-2 Help & Support tab 4-3 Chapter 5: Photo Webshare Before You Begin 5-1 Logging on to HP Photo Webshare 5-4 Webshare home page 5-5 Managing Webshare User Accounts 5-6 About the Types of Webshare User Accounts 5-7 Managing Visitors 5-8 Managing Groups 5-12 Creating an album to share 5-13 Naming your album 5-14 Adding photos to your album 5-14 Sharing an album 5-17 Notifying visitors
    [Show full text]
  • Soundbridge Network Music Player
    SoundBridge Network Music Player User Guide | Software v2.3 [inside front cover] Welcome Thanks for purchasing Roku SoundBridge! We hope you enjoy using it as much as we’ve enjoyed creating it. SoundBridge lets you play music you have stored on your PC or Mac anywhere in your home. It also lets you access many of the thousands of Internet radio stations that broadcast on the web without turning on your computer. Enjoy! Run the Latest Software! {#} Roku’s media players are designed to be upgradeable in the field, and we are always working on improving the software for our products. Your SoundBridge has a menu option to check for, and automatically install, software updates. We recommend you try this as soon as your system is set up to make sure you have the latest software. You can do it from the comfort of your couch, using the SoundBridge remote control. All you need is an active Internet connection. See “Checking for the Latest Software” on page 14 for easy instructions. Register Your SoundBridge! It’s quick, easy and allows you to receive the latest software updates for SoundBridge. Of course, we won’t share your personal information with anyone else. Download the Latest User Guide! When our software changes, so does our user guide. Visit www.rokulabs.com/support to download the latest version as a PDF document to learn about the latest features. Visit www.rokulabs.com/support to register your SoundBridge. TABLE OF CONTENTS Getting Started Browsing by Genre ................................................................26 I. Music Server Software Requirements ..................3 Search Options ........................................................................26 II.
    [Show full text]
  • Todo Para Cydia (Para Despues Del Jailbreak)
    Todo Para Cydia (Para despues del jailbreak) Muy buenas amigos realmente a veces no sabemos para que sirve tal aplicación en Cydia (iphone/ipod touch,ipad) y la verdad nos da pereza leer todo o traducir……. entonces aqui esta para que sirve cada cosa... Top 10 Repositorios/Fuentes para Cydia 1) http://iphoneame.com/repo (todo en español iOS 5 e iOS 6) 2) http://cydia.hackulo.us 3) http://repo.clubifone.com 4) http://cydia.xsellize.com/ 5) http://sinfuliphonerepo.com 6) http://apt.macosmovil.com (Español) 7) http://ihackstore.com/repo 8) http://ihacksrepo.com/ 9) http://repo.insanelyi.com/ 10) http://cydia.iphonecake.com/ Repo Recomendable y en español: http://iphoneame.com/repo todo compatible con IOS 5 e IOS 6 ¿Como Instalar Una Fuente/repo? Aqui el Video link: http://www.youtube.com/watch?v=_WnQDo_ngYM Básico del Cydia Las aplicaciones básicas las encontramos en, Cydia – Featured Packages -ipastore- es una aplicación la cual te permite instalar aplicaciones del App Store pirateadas. - Iprotect: pone claves a tus aplicaciones (extremadamente útil por intrusos) - IAP FREE: hace compras dentro de los juegos y aplicaciones (es genial) - Protube: descarga videos y traspasalo en difentes formatos a tu carrete (fotos) - Backgrounder – personalisa tu iphone/ipod/ipad con 30 funciones diferentes http://iphoneame.com/repo - SbSettings – Menú de tareas - Winterboard – Themes y personalización del sistema - Terminal – Modulo para ingresar comandos por codigo - OpenSSH – Utilidad de conexión PC – Dispositivo Estas utilidades son básicas y gratis.
    [Show full text]
  • The Amarok Handbook
    The Amarok Handbook This documentation was converted from the KDE UserBase Amarok/Manual page. The Amarok Handbook 2 Contents 1 Amarok: Rediscover your music! 14 2 Quick Start Guide 15 2.1 Getting started . 16 2.1.1 Starting Amarok . 16 2.1.1.1 From Plasma . 16 2.1.1.2 From the file manager . 16 2.1.2 First Time . 16 2.1.3 Closing Amarok . 17 2.2 The Amarok window . 18 2.2.1 Default layout of the Amarok window . 18 2.2.2 Using the Amarok window to manage and play your music . 19 2.3 The Music Collection . 19 2.3.1 The Media Sources pane . 19 2.3.2 Setting up a collection . 20 2.3.3 Adding Media Devices to the Collection . 20 2.3.4 Ripping a CD into the collection . 21 2.3.5 Accessing other media sources . 22 2.3.6 Streams and Podcasts . 24 2.3.7 Using the Content Browser . 24 2.3.7.1 Hiding or expanding information . 24 2.3.7.2 Changing the order of tracks and albums . 25 2.3.7.3 Deleting items from the collection . 26 2.4 Playlists . 26 2.4.1 The Playlist pane . 26 2.4.2 Adding music to a playlist . 27 2.4.3 Using the Toolbar . 28 2.4.4 Manipulating playlists . 28 2.4.4.1 Removing a track . 28 2.4.4.2 Using the Playlist tools at the bottom . 29 2.4.5 Saving and retrieving your favorite playlists . 30 The Amarok Handbook 2.5 The Context View .
    [Show full text]
  • Of Wi-Fi Radios
    February11, 2008 An “Explosion” of Wi-Fi Radios Since 2004, NAB Radio TechCheck has featured occasional updates (see table) on the status of so-called “Internet radio” appliances, stand-alone Radio Featured devices that use Wi-Fi technology to access streaming audio on the TechCheck Wi-Fi Internet, without the need for connection to a computer. The number and Issue date devices variety of Wi-Fi radios has increased dramatically since the last update in May 31, 2004 Reciva, Linksys late 2006–some of the latest products (most available now) are described Wireless-B, Philips below. Streamium June 6, 2005 Reciva, Torian Typically, these devices are designed to access a specific Internet site; InFusion many access a site maintained by Reciva, www.reciva.com, which at last Dec. 5, 2005 Solutions Radio, count provides access to 9,975 Internet radio stations and 21,242 on- Acoustic Energy demand streams in 269 locations and 65 genres. Additionally, many of Dec. 26, 2006 Torian InFusion, these devices also provide access to the listener’s own music collection Acoustic Energy existing on their personal computer (as long as the computer and the Wi-Fi radio are connected to the same Wi-Fi network). AUDIOVOX – at the 2008 International Consumer Electronics Show (CES), AudioVox unveiled two tabletop Internet Wi-Fi radios, the RIR200 and RIR205 which reportedly will have suggested retail prices of $99 and $149, respectively. Each radio features an analog AM/FM receiver, Wi-Fi 802.11b/g compatibility, and direct access to a custom Web radio service and to the Slacker Internet radio service (see the May 7, 2007 issue of Radio TechCheck for additional information on Slacker).
    [Show full text]
  • Free and Open Source Software
    Free and open source software Copyleft ·Events and Awards ·Free software ·Free Software Definition ·Gratis versus General Libre ·List of free and open source software packages ·Open-source software Operating system AROS ·BSD ·Darwin ·FreeDOS ·GNU ·Haiku ·Inferno ·Linux ·Mach ·MINIX ·OpenSolaris ·Sym families bian ·Plan 9 ·ReactOS Eclipse ·Free Development Pascal ·GCC ·Java ·LLVM ·Lua ·NetBeans ·Open64 ·Perl ·PHP ·Python ·ROSE ·Ruby ·Tcl History GNU ·Haiku ·Linux ·Mozilla (Application Suite ·Firefox ·Thunderbird ) Apache Software Foundation ·Blender Foundation ·Eclipse Foundation ·freedesktop.org ·Free Software Foundation (Europe ·India ·Latin America ) ·FSMI ·GNOME Foundation ·GNU Project ·Google Code ·KDE e.V. ·Linux Organizations Foundation ·Mozilla Foundation ·Open Source Geospatial Foundation ·Open Source Initiative ·SourceForge ·Symbian Foundation ·Xiph.Org Foundation ·XMPP Standards Foundation ·X.Org Foundation Apache ·Artistic ·BSD ·GNU GPL ·GNU LGPL ·ISC ·MIT ·MPL ·Ms-PL/RL ·zlib ·FSF approved Licences licenses License standards Open Source Definition ·The Free Software Definition ·Debian Free Software Guidelines Binary blob ·Digital rights management ·Graphics hardware compatibility ·License proliferation ·Mozilla software rebranding ·Proprietary software ·SCO-Linux Challenges controversies ·Security ·Software patents ·Hardware restrictions ·Trusted Computing ·Viral license Alternative terms ·Community ·Linux distribution ·Forking ·Movement ·Microsoft Open Other topics Specification Promise ·Revolution OS ·Comparison with closed
    [Show full text]
  • My Squeezebox Help
    My squeezebox help Continue SqueezeboxSqueezebox 3 in Logitech housingDeveloperLogitechTypeNetwork Music PlayerRelease date2001Introductory priceUS $199.99 (179.99)Discontinued2012 Squeezebox is a network music player from Logitech. The squeezebox was originally discontinued in favor of a visually similar but simplified Logitech UE Smart Radio, but in 2013 Logitech added an official menu option to install Squeezebox software on Smart Radio, effectively turning it into Squeezebox Radio. History Slim Devices was founded in 2000 and was first known for its SlimServer used for music streaming, but launched a hardware player called SliMP3, capable of playing these streams in 2001. Although the first player was fairly simple only supporting the Wired Ethernet and MP3 native, it was followed two years later by a slightly more advanced player that was renamed Squeezebox. Other versions followed, gradually adding support for additional file formats, Wi-Fi support, gradually adding larger and more advanced displays, as well as a user-focused version of audiophiles. Support for music playback from external streaming platforms such as Pandora, Napster, Last.fm and Sirius has also been added. Devices as a whole have two modes of operation; either autonomously, where the device connects to the Internet streaming service directly, or to a local computer running Logitech Media Server or a network storage device. Both server software and most of the firmware on the latest players are issued under open source licenses. In 2006, Slim Devices was acquired by Logitech for $20 million. Logitech continued to develop the player until it announced its discontinuation in August 2012. The online service mysqueezebox.com needed to use Squeezebox without a private server is still supported by Logitech.
    [Show full text]
  • Wi-Fi Clock Radio
    Wi-Fi Clock Radio Kyle Stewart Greg Bray Introduction & Motivation z Waking up is a painful experience and people want to alleviate pain z People love music and love to have access to large collections (iPod) z Market only has one viable wi-fi radio solution (price tag = $400) z Not sensible considering dedicated nature of alarm clock Introduction & Motivation z Client Functional Description z Touch screen graphical user interface z Linux OS z Embedded x86 processor z Wireless a/b that supports encryption z Use HTTP on TCP/IP for audio transport z Embedded streaming media player in Alarm Clock software Introduction & Motivation z Server Functional Description z Use Firefly media server (Open Source) z Streaming audio using HTTP on TCP/IP z on-the-fly transcoding between different audio formats (OGG, FLAC, MP3, AAC, and WMA) z Web-based configuration z Integrates with iTunes library and playlists z Customize code base to work with client software z Create web UI for configuring Alarm Clock Introduction & Motivation z Demonstration z Alarm clock successfully boots into OS and loads GUI z User can set time/date/alarm time using touchscreen interface z User can browse playlist on network machine and select playlist for alarm z Alarm “goes off” and plays a song from the user playlist stored on remote machine Project Tasks z Client z Obtain touch screen hardware z Install OS (Linux) z Load drivers (Wi-Fi, touch screen, Audio) z Configure for Wi-Fi network z Develop Client Software for Clock Radio z Server z Setup standard media server (FireFly) z Customize code base to work with client software z Integration Testing z User Documentation Specific Task Interfaces z Client HW/SW interface (Linux, Drivers) z Touch screen input z WiFi networking z Audio output to speakers z Client/Server interface (HTTP, Firefly API) z Use HTTP for audio transport z Web based configuration of media server z Server/Music collection (Firefly, iTunes) z Songs (OGG, FLAC, MP3, AAC, or WMA format) z Playlists (M3U or iTunes format) Testing & Integration z Test each component individually.
    [Show full text]