add instructinos for enabling local playback

This commit is contained in:
Ilya Grigorik
2015-06-01 22:40:30 -07:00
parent 5c4c9eb53e
commit 170a5f5761

View File

@@ -62,6 +62,15 @@
<li>Disable "Adobe Flash Player"</li> <li>Disable "Adobe Flash Player"</li>
<li>Restart your browser and try playing your video again</li> <li>Restart your browser and try playing your video again</li>
</ul> </ul>
<h4>The speed controls are not showing up for local videos?</h4>
<p>To enable playback of local media (e.g. File &gt; Open File), you need to grant additional permissions to the extension.</p>
<ul>
<li>In a new tab, navigate to <code>chrome://extensions</code></li>
<li>Find "Video Speed Controller" extension in the list and enable "Allow access to file URLs"</li>
<li>Open a new tab and try opening a local file, the controls should show up</li>
</ul>
</div> </div>
</body> </body>
</html> </html>