Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisseto/emberwowza

An EmberJS component for WowzaMediaServer
https://github.com/chrisseto/emberwowza

Last synced: about 1 month ago
JSON representation

An EmberJS component for WowzaMediaServer

Awesome Lists containing this project

README

        

# Ember-wowza

This README outlines the details of collaborating on this Ember addon.

## Additional assets
Aquire a copy of `VideoRecorder.swf` from [hdfvr.com](https://hdfvr.com/) and place it in the `public` folder.

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).