|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-
|
|
6
|
+
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title>‎</title>
|
|
@@ -249,7 +249,7 @@ for the JavaScript code in this tag.
|
249
|
249
|
</center>
|
250
|
250
|
|
251
|
251
|
<p>
|
252
|
|
-With Mediagoblin you can host video and audio content in a similar manner to the proprietary systems such as YouTube and SoundCloud. This system supports free media formats such as <i>webm</i>, <i>ogv</i> and <i>ogg</i>. Another similar system which might be better fitted for small servers is <a href="./app_peertube.html">PeerTube</a>, since it uses webtorrent to distribute video files.
|
|
252
|
+With Mediagoblin you can host video and audio content in a similar manner to the proprietary systems such as YouTube and SoundCloud. This system supports free media formats such as <i>webm</i>, <i>ogv</i> and <i>ogg</i>. Another similar system which might be better fitted for small servers is <a href="./app_peertube.html">PeerTube</a>, since it uses webtorrent to distribute video files. Webtorrent will only work with WebRTC enabled browsers though.
|
253
|
253
|
</p>
|
254
|
254
|
|
255
|
255
|
<p>
|
|
@@ -264,9 +264,9 @@ When hosting media files you should take into consideration that since anyone on
|
264
|
264
|
</div>
|
265
|
265
|
</div>
|
266
|
266
|
|
267
|
|
-<div id="outline-container-orga5bb5ac" class="outline-2">
|
268
|
|
-<h2 id="orga5bb5ac">Installation</h2>
|
269
|
|
-<div class="outline-text-2" id="text-orga5bb5ac">
|
|
267
|
+<div id="outline-container-org9311cd2" class="outline-2">
|
|
268
|
+<h2 id="org9311cd2">Installation</h2>
|
|
269
|
+<div class="outline-text-2" id="text-org9311cd2">
|
270
|
270
|
<p>
|
271
|
271
|
Log into your system with:
|
272
|
272
|
</p>
|
|
@@ -291,9 +291,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
|
291
|
291
|
</div>
|
292
|
292
|
|
293
|
293
|
|
294
|
|
-<div id="outline-container-org7c3ddbc" class="outline-2">
|
295
|
|
-<h2 id="org7c3ddbc">Initial setup</h2>
|
296
|
|
-<div class="outline-text-2" id="text-org7c3ddbc">
|
|
294
|
+<div id="outline-container-orgefeb8cc" class="outline-2">
|
|
295
|
+<h2 id="orgefeb8cc">Initial setup</h2>
|
|
296
|
+<div class="outline-text-2" id="text-orgefeb8cc">
|
297
|
297
|
<p>
|
298
|
298
|
If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Mediagoblin domain listed there along with an onion address. You can then navigate to your site in a browser.
|
299
|
299
|
</p>
|
|
@@ -309,9 +309,9 @@ You should repeat that for however many accounts you want on the system and then
|
309
|
309
|
</div>
|
310
|
310
|
|
311
|
311
|
|
312
|
|
-<div id="outline-container-orgc73c340" class="outline-2">
|
313
|
|
-<h2 id="orgc73c340">File formats</h2>
|
314
|
|
-<div class="outline-text-2" id="text-orgc73c340">
|
|
312
|
+<div id="outline-container-org801bff8" class="outline-2">
|
|
313
|
+<h2 id="org801bff8">File formats</h2>
|
|
314
|
+<div class="outline-text-2" id="text-org801bff8">
|
315
|
315
|
<p>
|
316
|
316
|
It's a good idea to upload videos in <i>webm</i> format. In that case Mediagoblin will skip the transcoding step (which can take hours for videos of non-trivial length) and the whole process will be quicker. Transcoding just converts whatever file format you submit into a standard resolution and file type. On your local system you can convert a video to webm with:
|
317
|
317
|
</p>
|