-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
21 lines (15 loc) · 1.11 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO: add an audio input device chooser dropdown select, only if the browser supports MediaStreamTrack or navigator.mediaDevices.enumerateDevices
TODO: continue to strip down the example static html file
TODO: clean up the front-end JS to not use global vars
TODO: combine/simplify the backend node code
DONE: create github repo
TODO: link to the video example: https://github.com/muaz-khan/RecordRTC/tree/master/RecordRTC-to-Nodejs
TODO: does FF have a work around for the "allow this device" popup dialog for every single time you click the record button?
http://stackoverflow.com/questions/14610945/how-to-choose-input-video-device-for-webrtc
DONE: create README with:
-instructions to git clone and run node index.js (or type 'npm start') - requires no modules to run
-simple description of what it does
-give props to RecordRTC author muaz-khan (https://github.com/muaz-khan/WebRTC-Experiment)
-note that this is a modified version of https://github.com/muaz-khan/RecordRTC/tree/master/RecordRTC-to-Nodejs
(to do audio capture only)
TODO: ogg or wav upload? can FF do wav? does it default to ogg?