PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Recorder mode for only announcing chunks #40

Closed cdata closed 7 years ago

cdata commented 7 years ago

This change adds a recorder mode where data chunks are not cached by the element. This relieves memory pressure at the expense of requiring the element user to assemble the chunks into a Blob by hand when recording is complete.

Also fixes a Polymer 2.x bug in app-media-image-recorder and related tests.

cdata commented 7 years ago

@notwaldorf PTAnotherL!