浏览代码

Warning about performance

Bob Mottram 8 年前
父节点
当前提交
80d4f6e600
共有 2 个文件被更改,包括 12 次插入12 次删除
  1. 1
    1
      doc/EN/app_mediagoblin.org
  2. 11
    11
      website/EN/app_mediagoblin.html

+ 1
- 1
doc/EN/app_mediagoblin.org 查看文件

@@ -18,7 +18,7 @@
18 18
 
19 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/.
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. If you are hosting anything which might become popular then it's a good idea to set up the Freedombone system on an old laptop rather than something like a Beaglebone Black. However, as small single board computers become more powerful with more RAM and CPU cores being able to stream media to many clients should be far less of a problem.
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
 
23 23
 #+BEGIN_CENTER
24 24
 [[file:images/mediagoblin.jpg]]

+ 11
- 11
website/EN/app_mediagoblin.html 查看文件

@@ -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
-<!-- 2016-12-26 Mon 10:58 -->
6
+<!-- 2016-12-26 Mon 11:03 -->
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>
@@ -252,7 +252,7 @@ With Mediagoblin you can host video and audio content in a similar manner to the
252 252
 </p>
253 253
 
254 254
 <p>
255
-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. If you are hosting anything which might become popular then it's a good idea to set up the Freedombone system on an old laptop rather than something like a Beaglebone Black. However, as small single board computers become more powerful with more RAM and CPU cores being able to stream media to many clients should be far less of a problem.
255
+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.
256 256
 </p>
257 257
 
258 258
 <div class="org-center">
@@ -263,9 +263,9 @@ When hosting media files you should take into consideration that since anyone on
263 263
 </div>
264 264
 </div>
265 265
 
266
-<div id="outline-container-orga070531" class="outline-2">
267
-<h2 id="orga070531">Installation</h2>
268
-<div class="outline-text-2" id="text-orga070531">
266
+<div id="outline-container-orgc887b0f" class="outline-2">
267
+<h2 id="orgc887b0f">Installation</h2>
268
+<div class="outline-text-2" id="text-orgc887b0f">
269 269
 <p>
270 270
 Log into your system with:
271 271
 </p>
@@ -290,9 +290,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
290 290
 </div>
291 291
 
292 292
 
293
-<div id="outline-container-orgf4e1913" class="outline-2">
294
-<h2 id="orgf4e1913">Initial setup</h2>
295
-<div class="outline-text-2" id="text-orgf4e1913">
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">
296 296
 <p>
297 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 298
 </p>
@@ -308,9 +308,9 @@ You should repeat that for however many accounts you want on the system and then
308 308
 </div>
309 309
 
310 310
 
311
-<div id="outline-container-orgb2d9b36" class="outline-2">
312
-<h2 id="orgb2d9b36">File formats</h2>
313
-<div class="outline-text-2" id="text-orgb2d9b36">
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">
314 314
 <p>
315 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 316
 </p>