https://github.com/soarez/ar-drone-png-stream
HTTP png stream from nodecopter using multipart/x-mixed-replace
https://github.com/soarez/ar-drone-png-stream
Last synced: about 1 year ago
JSON representation
HTTP png stream from nodecopter using multipart/x-mixed-replace
- Host: GitHub
- URL: https://github.com/soarez/ar-drone-png-stream
- Owner: soarez
- License: mit
- Created: 2012-10-20T10:51:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T12:15:39.000Z (over 12 years ago)
- Last Synced: 2024-10-10T14:47:50.453Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 24
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ar-drone-png-stream
#### *HTTP png stream from nodecopter using `multipart/x-mixed-replace`.*
### Install
npm install ar-drone-png-stream
### Usage:
`client` should be an instance of [`ar-drone`](https://github.com/felixge/node-ar-drone)
var arDrone = require('ar-drone');
var client = arDrone.createClient();
require('ar-drone-png-stream')(client, { port: 8000 });
When it is running open the browser at `http://localhost:8000` or include this HTML in a page
![]()