Either method of storage

This commit is contained in:
Bob Mottram 2017-11-27 12:35:18 +00:00
parent fd14d11601
commit 09f2505cfa
2 changed files with 18 additions and 18 deletions

View File

@ -36,7 +36,7 @@ If you then go to the *About* screen you'll see the onion address for Icecast an
* Adding files to be streamed
There are two ways to get files onto the system: either via ssh or via a USB drive. File types can be *ogg, ogv, mp3 or mp4* format.
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive.
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive or uploading them via ssh.
** From a USB drive
Create a directory on the USB drive named *icestream* and copy your files into there. Plug the drive into your server.

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-11-27 Mon 12:34 -->
<!-- 2017-11-27 Mon 12:35 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -256,9 +256,9 @@ Icecast enables you to run something like an internet radio station. So if you h
This system is available only via an onion address, which should mitigate the potential for copyright disputes over streamed content. By default it's only set up to stream to a small number of users so that it doesn't put too much stress on CPU or memory requirements, although you can increase the maximum limit if you have a more powerful system and enough bandwidth.
</p>
<div id="outline-container-org39e710c" class="outline-2">
<h2 id="org39e710c">Installation</h2>
<div class="outline-text-2" id="text-org39e710c">
<div id="outline-container-org9fecb99" class="outline-2">
<h2 id="org9fecb99">Installation</h2>
<div class="outline-text-2" id="text-org9fecb99">
<p>
Log into your system with:
</p>
@ -282,21 +282,21 @@ If you then go to the <b>About</b> screen you'll see the onion address for Iceca
</div>
</div>
<div id="outline-container-org4aa7903" class="outline-2">
<h2 id="org4aa7903">Adding files to be streamed</h2>
<div class="outline-text-2" id="text-org4aa7903">
<div id="outline-container-orgf30a581" class="outline-2">
<h2 id="orgf30a581">Adding files to be streamed</h2>
<div class="outline-text-2" id="text-orgf30a581">
<p>
There are two ways to get files onto the system: either via ssh or via a USB drive. File types can be <b>ogg, ogv, mp3 or mp4</b> format.
</p>
<p>
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive.
It may take a while for the files to import, especially on a low power single board computer, since any mp3 or mp4 files will be converted to ogg or ogv. If you want to speed this up then you could do this conversion manually on a laptop with ffmpeg before storing files onto the USB drive or uploading them via ssh.
</p>
</div>
<div id="outline-container-orgaeb4e7a" class="outline-3">
<h3 id="orgaeb4e7a">From a USB drive</h3>
<div class="outline-text-3" id="text-orgaeb4e7a">
<div id="outline-container-org366fd74" class="outline-3">
<h3 id="org366fd74">From a USB drive</h3>
<div class="outline-text-3" id="text-org366fd74">
<p>
Create a directory on the USB drive named <b>icestream</b> and copy your files into there. Plug the drive into your server.
</p>
@ -307,9 +307,9 @@ Go to the <b>Administrator control panel</b>, select <b>App settings</b>, then <
</div>
</div>
<div id="outline-container-org01e736b" class="outline-3">
<h3 id="org01e736b">Via ssh</h3>
<div class="outline-text-3" id="text-org01e736b">
<div id="outline-container-orgbb75a88" class="outline-3">
<h3 id="orgbb75a88">Via ssh</h3>
<div class="outline-text-3" id="text-orgbb75a88">
<p>
Make a directory named <b>icestream</b> and copy your files into it. Then copy the directory to your server.
</p>
@ -335,9 +335,9 @@ Select <b>Administrator controls</b>, enter your password, then go to <b>App set
</div>
</div>
<div id="outline-container-orge4a3d96" class="outline-2">
<h2 id="orge4a3d96">Access controls</h2>
<div class="outline-text-2" id="text-orge4a3d96">
<div id="outline-container-orgdc2e42f" class="outline-2">
<h2 id="orgdc2e42f">Access controls</h2>
<div class="outline-text-2" id="text-orgdc2e42f">
<p>
By default anyone who happens to find your Icecast onion address can listen to your stream. If you only want it to be available to a few friends or family then you can add an extra login password.
</p>