Mention peertube as an alternative

This commit is contained in:
Bob Mottram 2017-12-01 16:40:05 +00:00
parent a21d5528a0
commit cc36bb9d5c
2 changed files with 15 additions and 14 deletions

View File

@ -16,7 +16,7 @@
</center>
#+END_EXPORT
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/.
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.
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.

View File

@ -3,10 +3,10 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-12-26 Mon 11:03 -->
<!-- 2017-12-01 Fri 16:39 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<title>&lrm;</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="How to use Mediagoblin"
@ -71,6 +71,7 @@
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
@ -188,7 +189,7 @@
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
Copyright (C) 2012-2017 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
@ -248,7 +249,7 @@ for the JavaScript code in this tag.
</center>
<p>
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>.
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.
</p>
<p>
@ -263,9 +264,9 @@ When hosting media files you should take into consideration that since anyone on
</div>
</div>
<div id="outline-container-orgc887b0f" class="outline-2">
<h2 id="orgc887b0f">Installation</h2>
<div class="outline-text-2" id="text-orgc887b0f">
<div id="outline-container-orga5bb5ac" class="outline-2">
<h2 id="orga5bb5ac">Installation</h2>
<div class="outline-text-2" id="text-orga5bb5ac">
<p>
Log into your system with:
</p>
@ -290,9 +291,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
</div>
<div id="outline-container-orga0efefa" class="outline-2">
<h2 id="orga0efefa">Initial setup</h2>
<div class="outline-text-2" id="text-orga0efefa">
<div id="outline-container-org7c3ddbc" class="outline-2">
<h2 id="org7c3ddbc">Initial setup</h2>
<div class="outline-text-2" id="text-org7c3ddbc">
<p>
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.
</p>
@ -308,9 +309,9 @@ You should repeat that for however many accounts you want on the system and then
</div>
<div id="outline-container-org1e39c39" class="outline-2">
<h2 id="org1e39c39">File formats</h2>
<div class="outline-text-2" id="text-org1e39c39">
<div id="outline-container-orgc73c340" class="outline-2">
<h2 id="orgc73c340">File formats</h2>
<div class="outline-text-2" id="text-orgc73c340">
<p>
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:
</p>