trackedsupport

Results 5 issues of trackedsupport

I am trying to save the blobs from the ondataavailable callback to local disk storage (indexeddb) so then I can later grab and upload. ``` ondataavailable: function(blob) { RecordRTC.writeToDisk({video: blob});...

Right now I'm using mp4 or webm with the default audio encoding options but was wondering if the audio being saved is compressed. So if I use audio/wav with something...

It would be nice (and hopefully easy!) to return the color (i.e. card-tint--purple) of the to-do lists from the card view for customers!

Right now I'm trying to support every browser except Safari. It looks like Firefox needs `mozCaptureStream` or else this breaks. If I change the code to use that then it...

Im looking to include aws s3 scli commands as a layer so that I can use s3:// paths.