An open API service indexing awesome lists of open source software.

https://github.com/gre/zound

Zound, a PlayFramework 2 audio streaming experiment using Iteratees
https://github.com/gre/zound

Last synced: about 1 year ago
JSON representation

Zound, a PlayFramework 2 audio streaming experiment using Iteratees

Awesome Lists containing this project

README

          

ZOUND
=====

ZOUND is a PlayFramework 2 audio streaming experiment using Iteratees.

It has been bootstrapped on Friday, 27 July 2012 in a HackDay at [Zenexity](http://zenexity.com).

* **[Read the technical article](http://greweb.me/2012/08/zound-a-playframework-2-audio-streaming-experiment-using-iteratees/)**
* [Watch the video](http://youtu.be/taDLKTcNHnQ)

Using it
--------

* Download [the latest playframework version on Github](http://github.com/playframework/Play20) (Play2 head is required).
* Compile it (`cd framework; ./build publish-local`)
* Run this application with it (in the `playapp` directory)
* Go to [http://localhost:9000/](http://localhost:9000/)

The team
--------

[@Sadache](http://twitter.com/Sadache)
[@mrspeaker](http://twitter.com/mrspeaker)
[@greweb](http://twitter.com/greweb)
[@drfars](https://twitter.com/drfars)

Licence
-------

This software is licensed under the Apache 2 license, quoted below.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.