summaryrefslogtreecommitdiff
path: root/stp-playback.html
diff options
context:
space:
mode:
Diffstat (limited to 'stp-playback.html')
-rw-r--r--stp-playback.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/stp-playback.html b/stp-playback.html
index 00b1eb0..452b136 100644
--- a/stp-playback.html
+++ b/stp-playback.html
@@ -21,7 +21,7 @@
</script>
</head>
<body>
- <video id="rt-video" preload="none">
+ <video id="rt-video" preload="none" autoplay>
<source src="http://localhost:8000/somepath" type="video/webm"/>
</video>
</body>