getUserMeda either not supported or not allowed - so instead here's me and my son headbanging.
diff --git a/assets/remy-and-ellis2.mp4 b/assets/remy-and-ellis2.mp4
new file mode 100644
index 0000000..633c472
Binary files /dev/null and b/assets/remy-and-ellis2.mp4 differ
diff --git a/assets/remy-and-ellis2.webm b/assets/remy-and-ellis2.webm
new file mode 100644
index 0000000..4a67386
Binary files /dev/null and b/assets/remy-and-ellis2.webm differ
diff --git a/demos.json b/demos.json
index 3f30cf2..4b8283e 100644
--- a/demos.json
+++ b/demos.json
@@ -1,4 +1,24 @@
[
+ {
+ "desc": "Stream video and filter with canvas",
+ "url": "gum-canvas",
+ "tags": "getUserMedia canvas",
+ "support": {
+ "live": "",
+ "nightly": "chrome opera"
+ },
+ "test": "navigator.getUserMedia !== undefined"
+ },
+ {
+ "desc": "Stream video to the browser
Also works on Opera Mobile 12",
+ "url": "gum",
+ "tags": "getUserMedia",
+ "support": {
+ "live": "",
+ "nightly": "chrome opera"
+ },
+ "test": "navigator.getUserMedia !== undefined"
+ },
{
"desc": "Drag and drop and XHR upload",
"url": "dnd-upload",
diff --git a/demos/gum-canvas.html b/demos/gum-canvas.html
index ca2a60f..d1e1ae9 100644
--- a/demos/gum-canvas.html
+++ b/demos/gum-canvas.html
@@ -1,15 +1,35 @@
getUserMeda either not supported or not allowed - so instead here's me and my son headbanging.