From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <241e3f08f1755b809e81fb675ffe2ed4@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] jukebox Date: Mon, 23 Apr 2007 14:48:27 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <13426df10704231401i687604c2o5ae4eb19f5af0ccf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 4e035cfe-ead2-11e9-9d60-3106f5b1d025 > Anybody done this lately? I want to rip cds, store them in > fossil/venti, make them available over 9p for testing on linux, macos, > plan9, and so on fyi; this might be helpful for playback... you can play mp3's using http streaming through a browser with a flash plugin. it just needs the standard httpd on a cpu to access the fs. i use this technique to stream mp3's through rangboom using http. the javascript in the web interface makes the exported mp3 files available for streaming by embedding a flash player. the flash plugin uses http streaming (https) to playback files, which starts playing immediately. 9p is used to export the mp3's from the user's computer to rangboom.com and http is used from there to the browser/flash plugin "consumer". the flash player could be made fancier to play from a playlist, etc. any flash experts among 9fans? playing mp3's through rangboom - includes encryption - works very well. serving content that resides on an attached fs should be excellent.