Mention webrtc requirement for peertube

This commit is contained in:
Bob Mottram 2017-12-03 12:50:13 +00:00
parent cc36bb9d5c
commit 4f512f5273
3 changed files with 20 additions and 20 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/. Another similar system which might be better fitted for small servers is [[./app_peertube.html][PeerTube]], since it uses webtorrent to distribute video files.
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.
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,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-12-01 Fri 16:39 -->
<!-- 2017-12-03 Sun 12:49 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -249,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>. 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.
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.
</p>
<p>
@ -264,9 +264,9 @@ When hosting media files you should take into consideration that since anyone on
</div>
</div>
<div id="outline-container-orga5bb5ac" class="outline-2">
<h2 id="orga5bb5ac">Installation</h2>
<div class="outline-text-2" id="text-orga5bb5ac">
<div id="outline-container-org9311cd2" class="outline-2">
<h2 id="org9311cd2">Installation</h2>
<div class="outline-text-2" id="text-org9311cd2">
<p>
Log into your system with:
</p>
@ -291,9 +291,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
</div>
<div id="outline-container-org7c3ddbc" class="outline-2">
<h2 id="org7c3ddbc">Initial setup</h2>
<div class="outline-text-2" id="text-org7c3ddbc">
<div id="outline-container-orgefeb8cc" class="outline-2">
<h2 id="orgefeb8cc">Initial setup</h2>
<div class="outline-text-2" id="text-orgefeb8cc">
<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>
@ -309,9 +309,9 @@ You should repeat that for however many accounts you want on the system and then
</div>
<div id="outline-container-orgc73c340" class="outline-2">
<h2 id="orgc73c340">File formats</h2>
<div class="outline-text-2" id="text-orgc73c340">
<div id="outline-container-org801bff8" class="outline-2">
<h2 id="org801bff8">File formats</h2>
<div class="outline-text-2" id="text-org801bff8">
<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>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-12-01 Fri 10:41 -->
<!-- 2017-12-03 Sun 12:48 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -249,7 +249,7 @@ for the JavaScript code in this tag.
</center>
<p>
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.
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.
</p>
<div class="org-center">
@ -260,9 +260,9 @@ This is a video hosting system similar to Mediagoblin but using <a href="https:/
</div>
</div>
<div id="outline-container-org89b3d26" class="outline-2">
<h2 id="org89b3d26">Installation</h2>
<div class="outline-text-2" id="text-org89b3d26">
<div id="outline-container-orgd4e2d94" class="outline-2">
<h2 id="orgd4e2d94">Installation</h2>
<div class="outline-text-2" id="text-orgd4e2d94">
<p>
Log into your system with:
</p>
@ -282,9 +282,9 @@ Select <b>Add/Remove Apps</b> then <b>peertube</b>. You will then be asked for a
</div>
</div>
<div id="outline-container-orgc6d8e67" class="outline-2">
<h2 id="orgc6d8e67">Initial setup</h2>
<div class="outline-text-2" id="text-orgc6d8e67">
<div id="outline-container-org50ab03b" class="outline-2">
<h2 id="org50ab03b">Initial setup</h2>
<div class="outline-text-2" id="text-org50ab03b">
<p>
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.
</p>