Bläddra i källkod

Mention peertube as an alternative

Bob Mottram 7 år sedan
förälder
incheckning
cc36bb9d5c
2 ändrade filer med 15 tillägg och 14 borttagningar
  1. 1
    1
      doc/EN/app_mediagoblin.org
  2. 14
    13
      website/EN/app_mediagoblin.html

+ 1
- 1
doc/EN/app_mediagoblin.org Visa fil

16
 </center>
16
 </center>
17
 #+END_EXPORT
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/.
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.
20
 
20
 
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.
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
 

+ 14
- 13
website/EN/app_mediagoblin.html Visa fil

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-12-26 Mon 11:03 -->
6
+<!-- 2017-12-01 Fri 16:39 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
-<title></title>
9
+<title>&lrm;</title>
10
 <meta name="generator" content="Org mode" />
10
 <meta name="generator" content="Org mode" />
11
 <meta name="author" content="Bob Mottram" />
11
 <meta name="author" content="Bob Mottram" />
12
 <meta name="description" content="How to use Mediagoblin"
12
 <meta name="description" content="How to use Mediagoblin"
71
   pre.src-fortran:before { content: 'Fortran'; }
71
   pre.src-fortran:before { content: 'Fortran'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74
   pre.src-java:before { content: 'Java'; }
75
   pre.src-java:before { content: 'Java'; }
75
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-latex:before { content: 'LaTeX'; }
77
   pre.src-latex:before { content: 'LaTeX'; }
188
 @licstart  The following is the entire license notice for the
189
 @licstart  The following is the entire license notice for the
189
 JavaScript code in this tag.
190
 JavaScript code in this tag.
190
 
191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192
 
193
 
193
 The JavaScript code in this tag is free software: you can
194
 The JavaScript code in this tag is free software: you can
194
 redistribute it and/or modify it under the terms of the GNU
195
 redistribute it and/or modify it under the terms of the GNU
248
 </center>
249
 </center>
249
 
250
 
250
 <p>
251
 <p>
251
-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>.
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
 </p>
253
 </p>
253
 
254
 
254
 <p>
255
 <p>
263
 </div>
264
 </div>
264
 </div>
265
 </div>
265
 
266
 
266
-<div id="outline-container-orgc887b0f" class="outline-2">
267
-<h2 id="orgc887b0f">Installation</h2>
268
-<div class="outline-text-2" id="text-orgc887b0f">
267
+<div id="outline-container-orga5bb5ac" class="outline-2">
268
+<h2 id="orga5bb5ac">Installation</h2>
269
+<div class="outline-text-2" id="text-orga5bb5ac">
269
 <p>
270
 <p>
270
 Log into your system with:
271
 Log into your system with:
271
 </p>
272
 </p>
290
 </div>
291
 </div>
291
 
292
 
292
 
293
 
293
-<div id="outline-container-orga0efefa" class="outline-2">
294
-<h2 id="orga0efefa">Initial setup</h2>
295
-<div class="outline-text-2" id="text-orga0efefa">
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">
296
 <p>
297
 <p>
297
 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.
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.
298
 </p>
299
 </p>
308
 </div>
309
 </div>
309
 
310
 
310
 
311
 
311
-<div id="outline-container-org1e39c39" class="outline-2">
312
-<h2 id="org1e39c39">File formats</h2>
313
-<div class="outline-text-2" id="text-org1e39c39">
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">
314
 <p>
315
 <p>
315
 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:
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:
316
 </p>
317
 </p>