Use https in all tutorials

This is in preparation for a future in which SSL is required by EME.

Change-Id: I82ef395197e27fa5cc9bcaf1afa25e27b9710935
This commit is contained in:
Joey Parrish
2015-09-03 13:57:52 -07:00
parent 4aef840881
commit 139e722ce2
12 changed files with 58 additions and 58 deletions
+4 -4
View File
@@ -107,16 +107,16 @@ parameters is activated by presence. Parameters are separated by semicolons.
<p>
Example URLs for the test app:
<ul>
<li>http://localhost/shaka/?nocenc
<li>https://localhost/shaka/?nocenc
<ul><li>Defaults the UI to a non-encrypted sample.</li></ul>
</li>
<li>http://localhost/shaka/?dash;vp9
<li>https://localhost/shaka/?dash;vp9
<ul><li>Selects the VP9 sample and auto-plays it.</li></ul>
</li>
<li>http://localhost/shaka/?dash;lang=fr
<li>https://localhost/shaka/?dash;lang=fr
<ul><li>Sets the language to French and auto-plays.</li></ul>
</li>
<li>http://localhost/shaka/?compiled;dash
<li>https://localhost/shaka/?compiled;dash
<ul><li>Auto-plays the default sample in compiled mode.</li></ul>
</li>
</ul>