0.0.5 • Published 12 years ago

mediastream v0.0.5

Weekly downloads
59
License
-
Repository
-
Last release
12 years ago

domnode-usermedia

use HTML5 WebRTC the node way -- with streams

var media = new MediaStream({video: true})

media is a readable stream and speaks stream events: data, error and end. that means you can pipe media output to anything that accepts streams, such as an XHR. in this case the data events will be DataURI representations of the user's webcam frame captures

limitations

browsers only let you get webcam video right now (even though you can include audio: true in the options there is no way to capture the audio)

MIT LICENSE

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago