Bladeren bron

Mention webrtc requirement for peertube

Bob Mottram 7 jaren geleden
bovenliggende
commit
4f512f5273
3 gewijzigde bestanden met toevoegingen van 20 en 20 verwijderingen
  1. 1
    1
      doc/EN/app_mediagoblin.org
  2. 11
    11
      website/EN/app_mediagoblin.html
  3. 8
    8
      website/EN/app_peertube.html

+ 1
- 1
doc/EN/app_mediagoblin.org Bestand weergeven

@@ -16,7 +16,7 @@
16 16
 </center>
17 17
 #+END_EXPORT
18 18
 
19
-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 /webm/, /ogv/ and /ogg/. Another similar system which might be better fitted for small servers is [[./app_peertube.html][PeerTube]], since it uses webtorrent to distribute video files.
19
+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 /webm/, /ogv/ and /ogg/. Another similar system which might be better fitted for small servers is [[./app_peertube.html][PeerTube]], since it uses webtorrent to distribute video files. Webtorrent will only work with WebRTC enabled browsers though.
20 20
 
21 21
 When hosting media files you should take into consideration that since anyone on the internet can view your content then this could significantly increase your bandwidth usage and overall strain on the server. Also unless you are just hosting images then hardware such as the Beaglebone Black won't be powerful enough for a good user experience when either uploading or playing back videos. It's recommended that you use one of the more powerful quad (or more) core single board computers or an old laptop if you want to run Mediagoblin on it.
22 22
 

+ 11
- 11
website/EN/app_mediagoblin.html Bestand weergeven

@@ -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
-<!-- 2017-12-01 Fri 16:39 -->
6
+<!-- 2017-12-03 Sun 12:49 -->
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>&lrm;</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>

+ 8
- 8
website/EN/app_peertube.html Bestand weergeven

@@ -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
-<!-- 2017-12-01 Fri 10:41 -->
6
+<!-- 2017-12-03 Sun 12:48 -->
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>&lrm;</title>
@@ -249,7 +249,7 @@ for the JavaScript code in this tag.
249 249
 </center>
250 250
 
251 251
 <p>
252
-This is a video hosting system similar to Mediagoblin but using <a href="https://webtorrent.io/">webtorrent</a> to help distribute the files to or between clients. This should be more practical for situations where a video becomes popular because the load is then spread across the network, with performance increasing with the number of nodes.
252
+This is a video hosting system similar to Mediagoblin but using <a href="https://webtorrent.io/">webtorrent</a> to help distribute the files to or between clients. This should be more practical for situations where a video becomes popular because the load is then spread across the network, with performance increasing with the number of nodes. However, the torrenting aspect of it only works with WebRTC enabled browsers and so this means it's unlikely to fully work with a Tor browser. Without WebRTC then from a user point of view it's effectively the same thing as Mediagoblin.
253 253
 </p>
254 254
 
255 255
 <div class="org-center">
@@ -260,9 +260,9 @@ This is a video hosting system similar to Mediagoblin but using <a href="https:/
260 260
 </div>
261 261
 </div>
262 262
 
263
-<div id="outline-container-org89b3d26" class="outline-2">
264
-<h2 id="org89b3d26">Installation</h2>
265
-<div class="outline-text-2" id="text-org89b3d26">
263
+<div id="outline-container-orgd4e2d94" class="outline-2">
264
+<h2 id="orgd4e2d94">Installation</h2>
265
+<div class="outline-text-2" id="text-orgd4e2d94">
266 266
 <p>
267 267
 Log into your system with:
268 268
 </p>
@@ -282,9 +282,9 @@ Select <b>Add/Remove Apps</b> then <b>peertube</b>. You will then be asked for a
282 282
 </div>
283 283
 </div>
284 284
 
285
-<div id="outline-container-orgc6d8e67" class="outline-2">
286
-<h2 id="orgc6d8e67">Initial setup</h2>
287
-<div class="outline-text-2" id="text-orgc6d8e67">
285
+<div id="outline-container-org50ab03b" class="outline-2">
286
+<h2 id="org50ab03b">Initial setup</h2>
287
+<div class="outline-text-2" id="text-org50ab03b">
288 288
 <p>
289 289
 Navigate to your site and select <b>Signup</b> to create a new account. By default the maximum number of accounts on your system is limited to a small number so that millions of random internet users can't then begin uploading dubious content. After that it's pretty straightforward.
290 290
 </p>