summaryrefslogtreecommitdiff
path: root/stp-playback.html
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-17 13:47:36 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-17 13:47:36 (GMT)
commit0a8517326c0bfb3416997aa24c525e9ce92fdd84 (patch)
tree7471ad64e7545b791cf9041908bf00edcce15aaa /stp-playback.html
parentba9064de9af710f1215cf8ad0c7094d190dbfade (diff)
downloadsoup-transcoding-proxy-0a8517326c0bfb3416997aa24c525e9ce92fdd84.zip
soup-transcoding-proxy-0a8517326c0bfb3416997aa24c525e9ce92fdd84.tar.gz
stp-playback: Set autoplay
The file never plays if autoplay isn't set. Our seek hack still works.
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>