Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisseto/emberwowza
- Owner: chrisseto
- License: mit
- Created: 2016-02-15T17:04:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T16:05:45.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T23:16:48.868Z (3 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).