You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
If it interests anyone,
I would like to write a tutorial for using getUserMedia feature of HTML5, that records animation (with configurable options) from user's camera.
One can download this as a GIF file and share the same.
One can also share the file on a P2P n/w established by WebRTC supported browsers (Chrome, FF).
I will be using JavaScript's binary-to-ascii conversion - to encode the raw stream in dataURI
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If it interests anyone,
I would like to write a tutorial for using
getUserMedia
feature of HTML5, that records animation (with configurable options) from user's camera.One can download this as a GIF file and share the same.
One can also share the file on a P2P n/w established by
WebRTC
supported browsers (Chrome, FF).I will be using JavaScript's binary-to-ascii conversion - to encode the raw stream in
dataURI
The text was updated successfully, but these errors were encountered: