mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
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:
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user